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