Lines Matching refs:GN
36 (3) Configure the GN build.
172 Pigweed's primary build system is GN/Ninja based. There are CMake and Bazel
174 with the GN build. We strongly recommend you stick to the GN build system.
176 GN (Generate Ninja) just does what it says on the tin; GN generates
179 The default GN configuration generates build files that allow you to build host
183 Run GN as seen below:
191 run GN again; just rebuild using Ninja directly.
228 Running tests as part of the build isn't particularly expensive because GN
293 ### 3. Configure GN
295 We can tell GN to use the testing server by enabling a build arg specific to
300 # Append this line to the file that opens in your editor to tell GN to run