Lines Matching refs:gn

7 Skia uses [GN](https://chromium.googlesource.com/chromium/src/tools/gn/) to
41 bin/gn gen out/Static --args='is_official_build=true'
42 bin/gn gen out/Shared --args='is_official_build=true is_component_build=true'
44 If you find you don't have `bin/gn`, make sure you've run
50 bin/gn gen out/Debug
51 bin/gn gen out/Release --args='is_debug=false'
52 bin/gn gen out/Clang --args='cc="clang" cxx="clang++"'
53 bin/gn gen out/Cached --args='cc_wrapper="ccache"'
54 bin/gn gen out/RTTI --args='extra_cflags_cc=["-frtti"]'
58 bin/gn args out/Debug --list
86 bin/gn gen out/arm --args='ndk="/tmp/ndk" target_cpu="arm"'
87 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64"'
88 bin/gn gen out/mips64el --args='ndk="/tmp/ndk" target_cpu="mips64el"'
89 bin/gn gen out/mipsel --args='ndk="/tmp/ndk" target_cpu="mipsel"'
90 bin/gn gen out/x64 --args='ndk="/tmp/ndk" target_cpu="x64"'
91 bin/gn gen out/x86 --args='ndk="/tmp/ndk" target_cpu="x86"'
107 Mac users may want to pass `--ide=xcode` to `bin/gn gen` to generate an Xcode project.
115 bin/gn gen out/ios64 --args='target_os="ios"'
116 bin/gn gen out/ios32 --args='target_os="ios" target_cpu="arm"'
117 bin/gn gen out/iossim --args='target_os="ios" target_cpu="x64"'
121 python gn/package_ios.py out/Debug/dm
122 python gn/package_ios.py out/Release/nanobench
148 If you use Visual Studio, you may want to pass `--ide=vs` to `bin/gn gen` to
155 Pass `--ide=vs` when running `bin/gn gen` for each one. Then:
157 python gn/gn_meta_sln.py
171 bin/gn gen out/config --ide=json --json-ide-script=../../gn/gn_to_cmake.py