Lines Matching refs:GN
1 # GN Language and Operation
11 GN has an extensive built-in help system which provides a reference for
20 from a March, 2016 introduction to GN. The speaker notes contain the full
45 GN uses an extremely simple, dynamically typed language. The types are:
375 Templates are GN's primary way to re-use code. Typically, a template
476 There are two ways to execute scripts. All external scripts in GN are in
519 GN also adds the concept of "configs" to manage some of the trickier
521 server. Blaze has a concept of a "configuration" which is like a GN
523 in GN is a result of trying to separate this concept out into the build
526 GN keeps some GYP concept like "all dependent" settings which work a bit
531 GN also uses GYP names like "sources" instead of "srcs" since