Home
last modified time | relevance | path

Searched refs:GN (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/libmojo/mojo/
Dmojo_public.gyp27 # 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 …]
Dmojo_edk.gyp24 # 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
Dmojo_edk_tests.gyp30 # 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
Dmojo_base.gyp39 # 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
Dmojo.gyp8 # GN version: //mojo
/external/skia/site/user/
Dbuild.md7 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/
Dlua.md16 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/
Ddesign_spec.md7 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 …]
Duser_guide.md7 `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/
Dbase.gyp790 # 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.gn1 # 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/
DHexagonCommonGEP.cpp179 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/
Dmb_config.pyl227 # 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/
DREADME.md4 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/
DREADME10 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/
Dcommandbuffer.md9 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/
DREADME.md1 # Build overrides in GN
28 have to keep requiring projects to create a bunch of different files to use GN.
/external/libyuv/files/
D.gn13 # 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.gn13 # 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/
Dwpa_auth.c2347 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/
DREADME.md1 # Build overrides in GN
/external/icu/icu4c/source/data/region/
Dps.txt27 GN{"ګیانا"}
Dfa_AF.txt37 GN{"گینیا"}
/external/libchrome/base/trace_event/etw_manifest/
Detw_manifest.gyp7 # GN version: //base/trace_event/etw_manifest/BUILD.gn
/external/webrtc/webrtc/build/
Dwebrtc.gni78 # 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).

1234567891011