Home
last modified time | relevance | path

Searched refs:gn (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/external/llvm-project/llvm/utils/gn/
D.gn2 # `--dotfile=llvm/utils/gn/.gn --root=.` to the `gn gen` command
3 # or use llvm/utils/gn/gn.py which calls gn with these two flags added.
5 buildconfig = "//llvm/utils/gn/build/BUILDCONFIG.gn"
11 # The normal GN setup is to have BUILD.gn files in-tree and a root BUILD.gn
13 # that e.g. llvm/lib/Demangle/BUILD.gn is found at
14 # llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn and that the root BUILD.gn
15 # file is at llvm/utils/gn/secondary/BUILD.gn
16 secondary_source = "//llvm/utils/gn/secondary/"
DREADME.rst21 `GN <https://gn.googlesource.com/gn/>`_ is a metabuild system. It always
40 #. ``llvm/utils/gn/get.py`` to download a prebuilt gn binary if you're on a
41 64-bit X86 system running Linux, macOS, or Windows. `Build gn yourself
42 <https://gn.googlesource.com/gn/#getting-started>`_ if you're on a different
45 #. ``llvm/utils/gn/gn.py gen out/gn`` to run GN and create build files.
46 ``out/gn`` is the build directory, it can have any name, and you can have as
47 many as you want, each with different build settings. (The ``gn.py`` script
48 adds ``--dotfile=llvm/utils/gn/.gn --root=.`` and just runs regular ``gn``;
54 #. ``ninja -C out/gn check-lld`` to build all prerequisites for and run the LLD
58 the host arch. You can set build options by editing ``out/gn/args.gn``, for
[all …]
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn62 "//gn/standalone:debug_symbols",
63 "//gn/standalone:default",
64 "//gn/standalone:c++11",
65 "//gn/standalone:extra_warnings",
66 "//gn/standalone:no_exceptions",
67 "//gn/standalone:no_rtti",
68 "//gn/standalone:visibility_hidden",
69 "//gn/standalone/libc++:config",
70 "//gn/standalone/sanitizers:sanitizers_cflags",
74 default_configs += [ "//gn/standalone:win32_lean_and_mean" ]
[all …]
/external/perfetto/src/protozero/filtering/
DBUILD.gn15 import("../../../gn/fuzzer.gni")
16 import("../../../gn/perfetto_host_executable.gni")
17 import("../../../gn/proto_library.gni")
18 import("../../../gn/test.gni")
29 "../../../gn:default_deps",
36 deps = [ "../../../gn:default_deps" ]
47 "../../../gn:default_deps",
60 "../../../gn:default_deps",
74 "../../../gn:default_deps",
75 "../../../gn:protobuf_full",
[all …]
/external/perfetto/src/profiling/memory/
DBUILD.gn15 import("../../../gn/fuzzer.gni")
16 import("../../../gn/perfetto.gni")
17 import("../../../gn/test.gni")
24 "../../../gn:default_deps",
40 # single bp target). However this is not correctly reflected in the gn
47 configs -= [ "//gn/standalone:android_liblog" ]
61 "../../../gn:default_deps",
75 "../../../gn:default_deps",
85 "../../../gn:default_deps",
100 "../../../gn:default_deps",
[all …]
/external/perfetto/src/profiling/perf/
DBUILD.gn15 import("../../../gn/fuzzer.gni")
16 import("../../../gn/perfetto.gni")
17 import("../../../gn/test.gni")
24 "../../../gn:default_deps",
33 "../../../gn:default_deps",
53 "../../../gn:default_deps",
83 public_deps = [ "../../../gn:libunwindstack" ]
85 "../../../gn:default_deps",
93 "../../../gn:libunwindstack",
98 "../../../gn:default_deps",
[all …]
/external/perfetto/src/protozero/
DBUILD.gn15 import("../../gn/fuzzer.gni")
16 import("../../gn/perfetto.gni")
17 import("../../gn/perfetto_cc_proto_descriptor.gni")
18 import("../../gn/perfetto_component.gni")
19 import("../../gn/proto_library.gni")
20 import("../../gn/test.gni")
23 public_configs = [ "../../gn:default_config" ]
29 "../../gn:default_deps",
54 "../../gn:default_deps",
55 "../../gn:gtest_and_gmock",
[all …]
/external/skqp/gn/
DBUILDCONFIG.gn83 is_clang = exec_script("gn/is_clang.py",
149 if ("True" == exec_script("//gn/checkdir.py",
154 } else if ("True" == exec_script("//gn/checkdir.py",
159 } else if ("True" == exec_script("//gn/checkdir.py",
164 } else if ("True" == exec_script("//gn/checkdir.py",
169 } else if ("True" == exec_script("//gn/checkdir.py",
180 exec_script("//gn/checkdir.py", [ "$win_vc/Tools" ], "trim string")) {
190 win_toolchain_version = exec_script("//gn/highest_version_dir.py",
198 win_sdk_version = exec_script("//gn/highest_version_dir.py",
221 "//gn:default",
[all …]
/external/perfetto/src/profiling/common/
DBUILD.gn15 import("../../../gn/perfetto.gni")
16 import("../../../gn/test.gni")
19 public_deps = [ "../../../gn:libunwindstack" ]
21 "../../../gn:default_deps",
34 "../../../gn:default_deps",
45 "../../../gn:default_deps",
55 "../../../gn:default_deps",
69 "../../../gn:default_deps",
81 "../../../gn:default_deps",
95 "../../../gn:default_deps",
[all …]
/external/perfetto/src/traced/probes/ftrace/
DBUILD.gn15 import("../../../../gn/fuzzer.gni")
16 import("../../../../gn/perfetto.gni")
17 import("../../../../gn/proto_library.gni")
18 import("../../../../gn/test.gni")
24 import("//gn/standalone/sanitizers/vars.gni")
34 "../../../../gn:default_deps",
55 "../../../../gn:default_deps",
56 "../../../../gn:gtest_and_gmock",
97 "../../../../gn:default_deps",
98 "../../../../gn:gtest_and_gmock",
[all …]
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/
DBUILD.gn29 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
30 configs += [ "//llvm/utils/gn/build:crt_code" ]
70 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
71 configs += [ "//llvm/utils/gn/build:crt_code" ]
82 "//llvm/utils/gn/build:llvm_code",
83 "//llvm/utils/gn/build:thin_archive",
85 configs += [ "//llvm/utils/gn/build:crt_code" ]
94 "//llvm/utils/gn/build:llvm_code",
95 "//llvm/utils/gn/build:thin_archive",
97 configs += [ "//llvm/utils/gn/build:crt_code" ]
[all …]
/external/skia/gn/
DBUILDCONFIG.gn87 is_clang = exec_script("//gn/is_clang.py",
128 win_vc = exec_script("//gn/find_msvc.py", [], "trim string")
136 win_toolchain_version = exec_script("//gn/highest_version_dir.py",
144 win_sdk_version = exec_script("//gn/highest_version_dir.py",
152 clang_win_version = exec_script("//gn/highest_version_dir.py",
175 "//gn/skia:default",
176 "//gn/skia:no_exceptions",
177 "//gn/skia:no_rtti",
181 "//gn/skia:optimize",
182 "//gn/skia:NDEBUG",
[all …]
/external/perfetto/src/trace_processor/rpc/
DBUILD.gn15 import("../../../gn/perfetto.gni")
16 import("../../../gn/test.gni")
17 import("../../../gn/wasm.gni")
36 "../../../gn:default_deps",
53 "../../../gn:default_deps",
54 "../../../gn:gtest_and_gmock",
69 "../../../gn:default_deps",
84 "../../../gn:default_deps",
97 "../../../gn:benchmark",
98 "../../../gn:default_deps",
[all …]
/external/perfetto/tools/ftrace_proto_gen/
DBUILD.gn15 import("../../gn/perfetto_host_executable.gni")
16 import("../../gn/test.gni")
23 "../../gn:default_deps",
24 "../../gn:protobuf_full",
34 "../../gn:default_deps",
35 "../../gn:gtest_and_gmock",
36 "../../gn:protobuf_full",
52 "../../gn:default_deps",
53 "../../gn:protobuf_full",
/external/python/pyasn1-modules/tests/
Dtest_rfc7585.py75 for gn in extnValue:
76 if gn['otherName'].hasValue():
77 assert gn['otherName']['type-id'] == nai_realm_oid
78 onValue, rest = der_decode(gn['otherName']['value'],
82 assert der_encode(onValue) == gn['otherName']['value']
109 for gn in extnValue:
110 if gn['otherName'].hasValue():
111 assert gn['otherName']['type-id'] == nai_realm_oid
112 assert 'example' in gn['otherName']['value']
Dtest_rfc4985.py62 for gn in extnValue:
63 if gn['otherName'].hasValue():
64 gn_on = gn['otherName']
67 spec = rfc5280.anotherNameMap[gn['otherName']['type-id']]
94 for gn in extnValue:
95 if gn['otherName'].hasValue():
96 if gn['otherName']['type-id'] == rfc4985.id_on_dnsSRV:
97 assert 'im.example.com' in gn['otherName']['value']
Dtest_rfc6120.py62 for gn in extnValue:
63 if gn['otherName'].hasValue():
64 gn_on = gn['otherName']
67 spec = rfc5280.anotherNameMap[gn['otherName']['type-id']]
94 for gn in extnValue:
95 if gn['otherName'].hasValue():
96 if gn['otherName']['type-id'] == rfc6120.id_on_xmppAddr:
97 assert gn['otherName']['value'] == u'im.example.com'
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/
DBUILD.gn2 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
3 configs += [ "//llvm/utils/gn/build:crt_code" ]
30 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
31 configs -= [ "//llvm/utils/gn/build:no_rtti" ]
32 configs += [ "//llvm/utils/gn/build:crt_code" ]
42 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
43 configs -= [ "//llvm/utils/gn/build:no_rtti" ]
44 configs += [ "//llvm/utils/gn/build:crt_code" ]
/external/libyuv/files/
D.gn10 buildconfig = "//build/config/BUILDCONFIG.gn"
18 # matching these patterns (see "gn help label_pattern" for format) will have
20 # "gn check" or "gn gen --check".
27 "//build/config/BUILD.gn",
28 "//build/config/android/BUILD.gn",
32 "//build/config/compiler/BUILD.gn",
35 "//build/config/linux/BUILD.gn",
38 "//build/config/posix/BUILD.gn",
44 "//build/toolchain/mac/BUILD.gn",
45 "//build/toolchain/win/BUILD.gn",
/external/perfetto/tools/trace_to_text/
DBUILD.gn15 import("../../gn/perfetto.gni")
16 import("../../gn/perfetto_host_executable.gni")
17 import("../../gn/wasm.gni")
23 "../../gn:default_deps",
35 "../../gn:default_deps",
41 "../../gn:default_deps",
53 public_deps += [ "../../gn:zlib" ]
65 "../../gn:default_deps",
91 "../../gn:default_deps",
123 "../../gn:default_deps",
[all …]
/external/perfetto/src/trace_processor/
DBUILD.gn15 import("../../gn/fuzzer.gni")
16 import("../../gn/perfetto.gni")
17 import("../../gn/perfetto_cc_proto_descriptor.gni")
18 import("../../gn/perfetto_host_executable.gni")
19 import("../../gn/test.gni")
20 import("../../gn/wasm.gni")
39 "../../gn:default_deps",
52 "../../gn:default_deps",
63 "../../gn:default_deps",
144 "../../gn:default_deps",
[all …]
/external/perfetto/src/perfetto_cmd/
DBUILD.gn15 import("../../gn/perfetto.gni")
16 import("../../gn/perfetto_cc_proto_descriptor.gni")
17 import("../../gn/proto_library.gni")
18 import("../../gn/test.gni")
25 "../../gn:default_deps",
39 "../../gn:default_deps",
54 "../../gn:default_deps",
64 deps += [ "../../gn:zlib" ]
96 "../../gn:default_deps",
110 "../../gn:default_deps",
[all …]
/external/llvm-project/llvm/utils/gn/build/
DBUILDCONFIG.gn6 "//llvm/utils/gn/build:compiler_defaults",
7 "//llvm/utils/gn/build:llvm_code",
8 "//llvm/utils/gn/build:no_exceptions",
9 "//llvm/utils/gn/build:no_rtti",
10 "//llvm/utils/gn/build:thin_archive",
11 "//llvm/utils/gn/build:warn_covered_switch_default",
46 host_toolchain = "//llvm/utils/gn/build/toolchain:win"
48 host_toolchain = "//llvm/utils/gn/build/toolchain:unix"
/external/perfetto/src/trace_processor/sqlite/
DBUILD.gn15 import("../../../gn/test.gni")
45 "../../../gn:default_deps",
46 "../../../gn:sqlite",
68 "../../../gn:default_deps",
69 "../../../gn:gtest_and_gmock",
70 "../../../gn:sqlite",
80 "../../../gn:benchmark",
81 "../../../gn:default_deps",
82 "../../../gn:sqlite",
/external/perfetto/test/
DBUILD.gn16 import("../gn/fuzzer.gni")
17 import("../gn/perfetto.gni")
24 "../gn:default_deps",
25 "../gn:gtest_and_gmock",
74 "../gn:default_deps",
88 "../gn:default_deps",
103 "../gn:default_deps",
121 "../gn:default_deps",
157 "../gn:benchmark",
158 "../gn:default_deps",
[all …]

12345678910>>...38