Searched refs:gn (Results 1 – 25 of 830) sorted by relevance
12345678910>>...34
20 name: "gn"21 cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"25 service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"38 name: "gn"39 cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"47 service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"60 name: "gn"61 cipd_package: "infra/recipe_bundles/gn.googlesource.com/gn"69 service_account: "gn-ci-builder@chops-service-accounts.iam.gserviceaccount.com"84 group: "project-gn-tryjob-access"[all …]
14 name: "gn"16 url: "https://gn-review.googlesource.com"18 name: "gn"24 committer_list: "project-gn-committers"25 dry_run_access_list: "project-gn-tryjob-access"29 name: "gn/try/linux"32 name: "gn/try/mac"35 name: "gn/try/win"
8 id: "gn"9 name: "gn"10 repo_url: "https://gn.googlesource.com/gn"14 name: "buildbucket/luci.gn.ci/linux"18 name: "buildbucket/luci.gn.ci/mac"22 name: "buildbucket/luci.gn.ci/win"27 logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/gn-logo.png"
80 is_clang = exec_script("gn/is_clang.py",121 win_vc = exec_script("//gn/find_msvc.py", [], "trim string")128 win_toolchain_version = exec_script("//gn/highest_version_dir.py",136 win_sdk_version = exec_script("//gn/highest_version_dir.py",159 "//gn:default",160 "//gn:no_exceptions",161 "//gn:no_rtti",165 "//gn:optimize",166 "//gn:NDEBUG",171 "//gn:debug_symbols",[all …]
8 * Documentation in [docs/](https://gn.googlesource.com/gn/+/main/docs/). In10 * [GN quick start guide](https://gn.googlesource.com/gn/+/main/docs/quick_start.md).11 * [Frequently asked questions](https://gn.googlesource.com/gn/+/main/docs/faq.md)12 * [Reference](https://gn.googlesource.com/gn/+/main/docs/reference.md)15 * The [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/gn-dev).16 * The [bug database](https://bugs.chromium.org/p/gn/issues/list).40 allow developers to ensure the build evolves as desired (for example, `gn87 [Linux](https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/latest),88 [macOS](https://chrome-infra-packages.appspot.com/dl/gn/gn/mac-amd64/+/latest) and89 [Windows](https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/latest)[all …]
1 diff --git base/third_party/double_conversion/BUILD.gn base/third_party/double_conversion/BUILD.gn3 --- base/third_party/double_conversion/BUILD.gn4 +++ base/third_party/double_conversion/BUILD.gn17 diff --git base/win/BUILD.gn base/win/BUILD.gn19 --- base/win/BUILD.gn20 +++ base/win/BUILD.gn
1 diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn3 --- build/config/linux/atk/BUILD.gn4 +++ build/config/linux/atk/BUILD.gn14 diff --git build/config/linux/atspi2/BUILD.gn build/config/linux/atspi2/BUILD.gn16 --- build/config/linux/atspi2/BUILD.gn17 +++ build/config/linux/atspi2/BUILD.gn
1 diff --git .gn .gn3 --- .gn4 +++ .gn7 "//chrome/android/webapk/shell_apk/prepare_upload_dir/BUILD.gn",9 + "//cef/BUILD.gn",13 "//clank/java/BUILD.gn",14 diff --git BUILD.gn BUILD.gn16 --- BUILD.gn17 +++ BUILD.gn127 diff --git chrome/installer/mini_installer/BUILD.gn chrome/installer/mini_installer/BUILD.gn[all …]
1 diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn3 --- ui/ozone/BUILD.gn4 +++ ui/ozone/BUILD.gn
1 diff --git third_party/libxml/BUILD.gn third_party/libxml/BUILD.gn3 --- third_party/libxml/BUILD.gn4 +++ third_party/libxml/BUILD.gn
1 diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn3 --- build/config/compiler/BUILD.gn4 +++ build/config/compiler/BUILD.gn
1 diff --git chrome/browser/safe_browsing/BUILD.gn chrome/browser/safe_browsing/BUILD.gn3 --- chrome/browser/safe_browsing/BUILD.gn4 +++ chrome/browser/safe_browsing/BUILD.gn
11 Plug 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }17 Plugin 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }26 set runtimepath+=/path/to/gn/misc/vim44 Plug 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' }49 autocmd FileType gn AutoFormatBuffer gn59 If you cannot include vim-codefmt, you can use the limited `gn format`64 nnoremap <silent> <F1> :pyxf <path-to-this-plugin>/gn-format.py<CR>
14 See "gn help buildargs" for an overview of how build arguments work.33 gn gen out/Default --args='foo="bar" enable=true blah=7'35 gn check out/Default --args=""38 gn desc out/Default --args="some_list=[1, false, \"foo\"]"50 " gn gen out/Default --color\n" \52 " gn gen out/Default --nocolor\n"61 R"(--dotfile: Override the name of the ".gn" file.63 Normally GN loads the ".gn" file from the source root for some basic64 configuration (see "gn help dotfile"). This flag allows you to74 If you set a value in a build's "gn args" and never use it in the build (in[all …]
5 # This file contains variables that can be imported into a repo's dotfile (.gn)10 get_path_info("BUILD.gn", "abspath"),11 get_path_info("third_party/vulkan-headers/BUILD.gn", "abspath"),12 get_path_info("third_party/vulkan-loader/BUILD.gn", "abspath"),13 get_path_info("third_party/vulkan-tools/BUILD.gn", "abspath"),14 get_path_info("third_party/vulkan-validation-layers/BUILD.gn", "abspath"),
5 # This file is used when gn runs in this directory (or a lower directory6 # and searching upward ends here). See "gn help dotfile."14 buildconfig = "//build/config/BUILDCONFIG.gn"17 # matching these patterns (see "gn help label_pattern" for format) will have19 # "gn check" or "gn gen --check".29 "//build/config/win/BUILD.gn",
33 gn = 'gn.exe' if 'win32' in sys.platform else 'gn' variable35 f.extract(gn, 'bin')37 gn = os.path.join('bin', gn) variable39 os.chmod(gn, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |48 shutil.copy(gn, copy_path)
17 * A master build config file. Chrome's is `//build/config/BUILDCONFIG.gn`19 to put these in a BUILD.gn file shared with any target definitions for20 complex reasons. Chrome's are in `//build/toolchain/<platform>/BUILD.gn`.21 * A `BUILD.gn` file in the root directory. This will be loaded after the24 You may want a `.gn` file in the root directory. When you run GN it29 * See Chrome's `src/.gn` file.31 * see `gn help dotfile` for more.33 Adding a `.gn` file in a repository that is pulled into Chrome means44 [//tools/gn/example](../tools/gn/example).
7 You just run `gn` from the command line. For large projects, GN is versioned15 * For Fuchsia in-tree development, run `fx gn ...` which will find the right33 gn gen out/my_build41 gn args out/my_build56 gn args --list out/my_build64 configuration](http://www.chromium.org/developers/gn-build-configuration)69 Run `gn args out/Default` (substituting your build directory as needed) and91 `tutorial.cc` file that's not hooked up to the build. Create a new `BUILD.gn`102 Now we just need to tell the build about this new target. Open the `BUILD.gn`108 the `simple_build/BUILD.gn` file, but it usually doesn't make a lot of sense to[all …]
39 int gn= (code>>12)&0xf; in h261_probe() local40 if(!gn) in h261_probe()42 if(gn != next_gn) invalid_psc++; in h261_probe()47 next_gn = lut[gn]; in h261_probe()50 next_gn = lut[gn]; in h261_probe()
9 gn = imp.load_source('gn', os.path.join(SKY_TOOLS, 'gn')) variable14 args = gn.parse_args(['gn'] + arg_list)15 self.assertEquals(gn.get_out_dir(args), expected_build_dir)26 args = gn.parse_args(['gn'] + arg_list)27 return gn.to_gn_args(args)
10 cat > out/ios_arm64_mtl/args.gn <<EOM19 bin/gn gen out/ios_arm64_mtl31 cat > out/ios_arm64_cpu/args.gn <<EOM40 bin/gn gen out/ios_arm64_cpu52 cat > out/ios_arm64_gl/args.gn <<EOM62 bin/gn gen out/ios_arm64_gl
5 # This file is used when gn runs in this directory (or a lower directory6 # and searching upward ends here). See "gn help dotfile."14 buildconfig = "${skia_root_dir}/build/config/BUILDCONFIG.gn"21 # matching these patterns (see "gn help label_pattern" for format) will have23 # "gn check" or "gn gen --check".33 "${skia_root_dir}/build/config/win/BUILD.gn",
16 setlocal filetype=gn25 au BufNewFile *.gn,*.gni setlocal filetype=gn fileencoding=utf-8 fileformat=unix26 au BufRead *.gn,*.gni call s:gnfiletype_pre()27 au BufReadPost *.gn,*.gni call s:gnfiletype_post()
11 Skia uses [GN](https://chromium.googlesource.com/chromium/src/tools/gn/) to59 Run `gn gen` to generate your build files. As arguments to `gn gen`, pass a name65 bin/gn gen out/Static --args='is_official_build=true'71 bin/gn gen out/Shared --args='is_official_build=true is_component_build=true'74 If you find that you don't have `bin/gn`, make sure you've run:80 For a list of available build arguments, take a look at `gn/skia.gni`, or run:83 bin/gn args out/Debug --list90 bin/gn gen out/Debug91 bin/gn gen out/Release --args='is_debug=false'92 bin/gn gen out/Clang --args='cc="clang" cxx="clang++"'[all …]