/external/libmojo/mojo/ |
D | mojo_public.gyp | 27 # GN version: //mojo/public/c/system 38 # GN version: //mojo/public/cpp/system 50 # GN version: //mojo/public/cpp/bindings 69 # GN version: //mojo/message_pump 90 # GN version: //mojo/public/js 131 # GN version: //mojo/public/c/test_support 150 # GN version: //mojo/public/cpp/test_support:test_utils 165 # GN version: //mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils 181 # GN version: //mojo/public/java:system 198 # GN version: //mojo/public/java:bindings [all …]
|
D | mojo_edk.gyp | 24 # GN version: //mojo/edk/system/ports 36 # GN version: //mojo/edk/system 77 # GN version: //mojo/edk/js 90 # Sources list duplicated in GN build. 109 # GN version: //mojo/edk/test:test_support_impl 121 # GN version: //mojo/edk/test:test_support 150 # GN version: //mojo/edk/test:run_all_unittests 167 # GN version: //mojo/edk/test:run_all_perftests 188 # GN version: //mojo/edk/system/ports 205 # GN version: //mojo/edk/system
|
D | mojo_edk_tests.gyp | 30 # GN version: //mojo/edk/test:mojo_public_bindings_unittests 119 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests 144 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 163 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests 182 # GN version: //mojo/edk/test:mojo_public_system_perftests 197 # GN version: //mojo/edk/system:mojo_system_unittests 247 # GN version: //mojo/edk/system:mojo_message_pipe_perftests 267 # GN version: //mojo/edk/js/test:js_unittests 283 # GN version: //mojo/edk/js/test:js_integration_tests
|
D | mojo_base.gyp | 39 # GN version: //mojo/common 58 # GN version: //mojo/common:common_custom_types 75 # GN version: //mojo/common:test_common_custom_types 92 # GN version: //mojo/common:mojo_common_unittests
|
D | mojo.gyp | 8 # GN version: //mojo
|
/external/skia/site/user/ |
D | build.md | 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 [all …]
|
/external/skia/site/user/special/ |
D | lua.md | 16 To build Lua support into Skia tools, set the GN argument `skia_use_lua` to `true`. 17 Optionally, set `skia_use_system_lua`. Then re-run GN. 31 This feature is not yet supported by GN, but would have looked something like this:
|
/external/v8/tools/mb/docs/ |
D | design_spec.md | 7 MB is intended to address two major aspects of the GYP -> GN transition 11 back and forth between GN and GYP. 29 possible to GN or GYP. It should live as a very simple Python wrapper 46 'mb_type' field that says whether to use GN or GYP. Bot config files 50 `//tools/mb/mb_config.pyl` config file to determine whether to use GYP or GN 71 It implements the equivalent functionality in GN by calling `gn refs 113 target (a GN group or a GYP 'none' target like `webkit_tests`) that 114 depends on the right list of files. Because the GN and GYP files know 117 is *not* currently available to MB (or GN or GYP), and so we have to 122 There's no good way to do this in GYP, but GN supports this. [all …]
|
D | user_guide.md | 7 `mb` is a simple python wrapper around the GYP and GN meta-build tools to 8 be used as part of the GYP->GN migration. 33 The first positional argument must be a GN-style "source-absolute" path 48 (GN: group, GYP: none) target like 'blink_tests' or 98 `mb audit` is used to track the progress of the GYP->GN migration. You can 106 or GN as appropriate. It takes arguments to specify a build config and 107 a directory, then runs GYP or GN as appropriate: 125 The path must be a GN-style "source-absolute" path (as above). 136 incorporated into the appropriate flags for GYP or GN as needed. 174 in a GN build (in a GYP build, this is done as part of the compile step). [all …]
|
/external/libchrome/base/ |
D | base.gyp | 790 # GN: //base:base_perftests 813 # GN: //base:base_i18n_perftests 828 # GN: //base/test:test_support 1034 # GN version: //base/debug:debugging_flags 1049 # GN version: //base/win:base_win_features 1118 # GN: //base:check_example 1412 # GN: //base:base_jni_headers 1452 # GN: //base:android_runtime_jni_headers 1462 # GN: //base:base_unittests_jni_headers 1475 # GN: //base:base_native_libraries_gen [all …]
|
/external/v8/ |
D | .gn | 1 # This file is used by the GN meta build system to find the root of the source 9 # GN build files are placed when they can not be placed directly 19 # These are the list of GN files that run exec_script. This whitelist exists
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 179 friend raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN); 198 raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN) { in operator <<() argument 201 if (GN.Flags & GepNode::Root) { in operator <<() 205 if (GN.Flags & GepNode::Internal) { in operator <<() 211 if (GN.Flags & GepNode::Used) { in operator <<() 217 if (GN.Flags & GepNode::Root) in operator <<() 218 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; in operator <<() 220 OS << "Parent:" << GN.Parent; in operator <<() 223 if (ConstantInt *CI = dyn_cast<ConstantInt>(GN.Idx)) in operator <<() 225 else if (GN.Idx->hasName()) in operator <<() [all …]
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 227 # GN debug configs for simulators. 241 # GN release configs for simulators. 260 # GN debug configs for arm. 264 # GN release configs for arm. 274 # GN release configs for x64. 304 # GN debug configs for x64. 318 # GN debug configs for x86. 333 # GN release configs for x86. 500 # code path; the GN code path needs no escaping. 670 # GN path is relative to project root.
|
/external/v8/tools/mb/ |
D | README.md | 4 GYP or GN, such that users and bots can call one script and not need to 5 worry about whether a given bot is meant to use GN or GYP.
|
/external/chromium-webview/ |
D | README | 10 release tag 58.0.3029.125, using the GN build tool. To match our build settings, set: 23 in your GN argument file before building.
|
/external/skia/site/dev/chrome/ |
D | commandbuffer.md | 9 the command buffer as a shared library and thus no GYP/GN flags are 14 built with the is_component_build in GN set to false. This will produce a .so,
|
/external/pdfium/build_overrides/ |
D | README.md | 1 # Build overrides in GN 28 have to keep requiring projects to create a bunch of different files to use GN.
|
/external/libyuv/files/ |
D | .gn | 13 # GN build files are placed when they can not be placed directly 23 # These are the list of GN files that run exec_script. This whitelist exists
|
/external/webrtc/ |
D | .gn | 13 # GN build files are placed when they can not be placed directly 23 # These are the list of GN files that run exec_script. This whitelist exists
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 2347 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, in fils_encrypt_assoc() 2350 gtk = gsm->GTK[gsm->GN - 1]; in fils_encrypt_assoc() 2363 hdr[0] = gsm->GN & 0x03; in fils_encrypt_assoc() 2701 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE() 2719 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE() 2730 keyidx = gsm->GN; in SM_STATE() 3067 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE() 3071 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE() 3089 hdr[0] = gsm->GN & 0x03; in SM_STATE() 3105 rsc, NULL, kde, kde_len, gsm->GN, 1); in SM_STATE() [all …]
|
/external/webrtc/build_overrides/ |
D | README.md | 1 # Build overrides in GN
|
/external/icu/icu4c/source/data/region/ |
D | ps.txt | 27 GN{"ګیانا"}
|
D | fa_AF.txt | 37 GN{"گینیا"}
|
/external/libchrome/base/trace_event/etw_manifest/ |
D | etw_manifest.gyp | 7 # GN version: //base/trace_event/etw_manifest/BUILD.gn
|
/external/webrtc/webrtc/build/ |
D | webrtc.gni | 78 # supported in GN (since openmax_dl is not supported for mips64el). 107 # up into declare_args should we need to actually use them for the GN build).
|