Lines Matching refs:GN
7 Skia uses [GN](https://chromium.googlesource.com/chromium/src/tools/gn/) to
27 by a GN argument that looks something like `skia_use_foo` for appropriate
51 Run GN to generate your build files.
60 GN allows fine-grained settings for developers and special situations.
99 When generating your GN build files, pass the path to your `ndk` and your
142 Once those files are in place, generate the GN args that resemble the following:
217 Run GN to generate your build files. Set `target_os="ios"` to build for iOS.
248 If GN is unable to locate either of those, it will print an error message. In that
249 case, you can pass your `VC` path to GN via `win_vc`.
258 You can then pass the VC and SDK paths to GN by setting your GN args:
284 generate `all.sln`. That solution will exist within the GN directory for the
287 If you want a Visual Studio Solution that supports multiple GN configurations,
288 there is a helper script. It requires that all of your GN directories be inside
289 the `out` directory. First, create all of your GN configurations as usual.
295 `out/sln/skia.sln`. It has one solution configuration for each GN configuration,
308 To use that toolchain, set the `target_cpu` GN argument to `"arm64"`. Note that OpenGL is not suppo…
320 We have added a GN-to-CMake translator mainly for use with IDEs that like CMake