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
39 Run GN to generate your build files.
48 GN allows fine-grained settings for developers and special situations.
83 When generating your GN build files, pass the path to your `ndk` and your
112 Run GN to generate your build files. Set `target_os="ios"` to build for iOS.
142 If you pass that downloaded path to GN via `windk`, you can build using that
149 generate `all.sln`. That solution will exist within the GN directory for the
152 If you want a Visual Studio Solution that supports multiple GN configurations,
153 there is a helper script. It requires that all of your GN directories be inside
154 the `out` directory. First, create all of your GN configurations as usual.
160 `out/sln/skia.sln`. It has one solution configuration for each GN configuration,
168 We have added a GN-to-CMake translator mainly for use with IDEs that like CMake