Home
last modified time | relevance | path

Searched full:buildtools (Results 1 – 25 of 208) sorted by relevance

123456789

/external/perfetto/tools/
Dinstall-build-deps40 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have
41 # instead just buildtools/protobuf).
60 'buildtools/nodejs', # Moved to buildtools/{mac,linux64}/nodejs
61 'buildtools/emsdk', # Moved to buildtools/{mac,linux64}/emsdk
62 'buildtools/test_data', # Moved to test/data by r.android.com/1539381 .
63 'buildtools/d8', # Removed by r.android.com/1424334 .
66 'buildtools/mac/clang-format',
67 'buildtools/mac/gn',
68 'buildtools/mac/ninja',
69 'buildtools/linux64/clang-format',
[all …]
Dnode24 readonly NODE_DIR="$ROOT_DIR/buildtools/mac/nodejs"
26 readonly NODE_DIR="$ROOT_DIR/buildtools/linux64/nodejs"
39 # different than ours in /buildtools.
/external/angle/build/config/siso/
Dclang_all.star10 # TODO: remove buildtools/third_party/lib* once migrated to third_party/lib*
11 "buildtools/third_party/libc++/trunk/include:headers": {
16 "buildtools/third_party/libc++abi/trunk/include:headers": {
45 # buildtools/third_party/libc++/trunk/include:headers,
48 # TODO: remove buildtools/third_party/lib* once migrated to third_party/lib*
49 "buildtools/third_party/libc++": [
50 "buildtools/third_party/libc++/__config_site",
53 "buildtools/third_party/libc++/__config_site",
Dreproxy.star20 # ../../buildtools/reclient/rewrapper
21 # -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_linux.cfg
66 # ../../buildtools/reclient/rewrapper
67 # -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_linux.cfg
107 # ../../buildtools/reclient/rewrapper
109 # --cfg=../../buildtools/reclient_cfgs/python/rewrapper_linux.cfg
160 …"command_prefix": "python3 ../../build/util/action_remote.py ../../buildtools/reclient/rewrapper -…
166 … "command_prefix": "python3 ../../build/util/action_remote.py ../../buildtools/reclient/rewrapper",
178 …"command_prefix": "python3 ../../build/util/action_remote.py ../../buildtools/reclient/rewrapper -…
/external/perfetto/gn/
DBUILD.gn183 "//buildtools:gmock",
184 "//buildtools:gtest",
199 public_deps = [ "//buildtools:gtest_main" ]
269 # This config is defined here (as opposed to //buildtools/BUILD.gn) so that when
305 rebase_path("../buildtools/protobuf/src", root_build_dir),
315 public_deps = [ "//buildtools:benchmark" ]
323 public_deps = [ "//buildtools:libbacktrace" ]
330 public_deps = [ "//buildtools:sqlite" ]
353 public_configs = [ "//buildtools:jsoncpp_config" ]
354 public_deps = [ "//buildtools:jsoncpp" ]
[all …]
/external/cronet/base/allocator/partition_allocator/
DDEPS23 'partition_allocator/buildtools':
24 Var('chromium_git') + '/chromium/src/buildtools.git',
25 'partition_allocator/buildtools/clang_format/script':
28 'partition_allocator/buildtools/linux64': {
38 'partition_allocator/buildtools/mac': {
48 'partition_allocator/buildtools/win': {
58 'partition_allocator/buildtools/third_party/libc++/trunk':
60 'partition_allocator/buildtools/third_party/libc++abi/trunk':
/external/python/cpython2/Mac/scripts/
DBuildApplet.py19 import buildtools
37 except buildtools.BuildError, detail:
45 buildtools.DEBUG=1
50 template = buildtools.findtemplate()
73 buildtools.update(template, filename, dstfilename)
75 buildtools.process(template, filename, dstfilename, 1)
119 buildtools.update(template, filename, dstfilename)
121 buildtools.process(template, filename, dstfilename, 1,
/external/openscreen/
DDEPS42 # of the commits to the buildtools directory in the Chromium repository. This
45 # https://chromium.googlesource.com/chromium/src/buildtools/+/refs/heads/main.
46 'buildtools': {
47 'url': Var('chromium_git') + '/chromium/src/buildtools' +
51 'buildtools/clang_format/script': {
57 'buildtools/linux64': {
67 'buildtools/mac': {
210 '-s', 'buildtools/linux64/clang-format.sha1' ],
218 '-s', 'buildtools/mac/clang-format.sha1' ],
226 'buildtools',
/external/cronet/
DAndroid.bp400 "buildtools/third_party/libc++/",
401 "buildtools/third_party/libc++/trunk/include",
402 "buildtools/third_party/libc++abi/trunk/include",
533 "buildtools/third_party/libc++/",
534 "buildtools/third_party/libc++/trunk/include",
535 "buildtools/third_party/libc++abi/trunk/include",
1634 "buildtools/third_party/libc++/",
1635 "buildtools/third_party/libc++/trunk/include",
1636 "buildtools/third_party/libc++abi/trunk/include",
2246 "buildtools/third_party/libc++/",
[all …]
/external/cronet/android/tools/gn2bp/
DAndroid.bp.swp400 "buildtools/third_party/libc++/",
401 "buildtools/third_party/libc++/trunk/include",
402 "buildtools/third_party/libc++abi/trunk/include",
533 "buildtools/third_party/libc++/",
534 "buildtools/third_party/libc++/trunk/include",
535 "buildtools/third_party/libc++abi/trunk/include",
1634 "buildtools/third_party/libc++/",
1635 "buildtools/third_party/libc++/trunk/include",
1636 "buildtools/third_party/libc++abi/trunk/include",
2246 "buildtools/third_party/libc++/",
[all …]
/external/perfetto/infra/ci/sandbox/
Dtestrunner.sh53 # The android buildtools are huge due to the emulator, keep that as a separate
56 PREBUILTS_ARCHIVE=/ci/cache/buildtools-$(date +%Y-%m-%d)-android.tar.lz4
58 PREBUILTS_ARCHIVE=/ci/cache/buildtools-$(date +%Y-%m-%d).tar.lz4
61 # Clear stale buildtools caches after 24h.
62 (echo /ci/cache/buildtools-* | grep -v $PREBUILTS_ARCHIVE | xargs rm -f) || true
95 TMPFILE=/ci/cache/buildtools-$(hostname -s).tar.lz4
97 git check-ignore buildtools/* | xargs tar c | lz4 -z - "$TMPFILE"
/external/vulkan-validation-layers/build-gn/
DDEPS13 './buildtools': {
14 'url': '{chromium_git}/chromium/src/buildtools.git@459baaf66bee809f6eb288e0215cf524f4d2429a',
41 '-s', './buildtools/linux64/clang-format.sha1',
61 # buildtools provides clang_format.
62 './buildtools',
/external/pdfium/
DDEPS47 # the commit queue can handle CLs rolling buildtools
106 # //buildtools/deps_revisions.gni.
196 'buildtools':
197 Var('chromium_git') + '/chromium/src/buildtools.git@' +
200 'buildtools/clang_format/script':
205 'buildtools/linux64': {
216 'buildtools/mac': {
227 'buildtools/third_party/libc++/trunk':
232 'buildtools/third_party/libc++abi/trunk':
237 'buildtools/third_party/libunwind/trunk':
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/
DDEPS50 './buildtools': {
51 'url': '{chromium_git}/chromium/src/buildtools.git@4be464e050b3d05060471788f926b34c641db9fd',
80 # buildtools provides clang_format, libc++, and libc++abi
81 'buildtools',
/external/deqp-deps/glslang/
DDEPS50 './buildtools': {
51 'url': '{chromium_git}/chromium/src/buildtools.git@4be464e050b3d05060471788f926b34c641db9fd',
80 # buildtools provides clang_format, libc++, and libc++abi
81 'buildtools',
/external/dagger2/
Dworkspace_defs.bzl62 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#unnamed-macro
108 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#unnamed-macro
119 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#native-android
130 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#native-android
151 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#unnamed-macro
162 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#native-android
271 # https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#native-android
/external/cronet/build/config/c++/
DBUILD.gn6 import("//buildtools/deps_revisions.gni")
23 # buildtools/third_party/libc++/__config_site. This config only has defines
34 include_dirs += [ "//buildtools/third_party/libc++" ]
61 # chrome.natvis listed as an input in //buildtools/third_party/libc++ to
Dc++.gni9 # Use in-tree libc++ (buildtools/third_party/libc++ and
10 # buildtools/third_party/libc++abi) instead of the system C++ library for C++
85 libcxx_prefix = "//buildtools/third_party/libc++/trunk"
86 libcxxabi_prefix = "//buildtools/third_party/libc++abi/trunk"
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_buildifier_from_source.sh20 # Clone buildtools
21 git clone -b $BUILDTOOLS_VERSION https://github.com/bazelbuild/buildtools
22 cd buildtools
/external/perfetto/test/ci/
Dcommon.sh26 if [[ -e buildtools/linux64/clang/bin/llvm-symbolizer ]]; then
27 export ASAN_SYMBOLIZER_PATH="$(readlink -f buildtools/linux64/clang/bin/llvm-symbolizer)"
28 export MSAN_SYMBOLIZER_PATH="$(readlink -f buildtools/linux64/clang/bin/llvm-symbolizer)"
/external/angle/build/config/c++/
DBUILD.gn6 import("//buildtools/deps_revisions.gni")
23 # buildtools/third_party/libc++/__config_site. This config only has defines
34 include_dirs += [ "//buildtools/third_party/libc++" ]
61 # chrome.natvis listed as an input in //buildtools/third_party/libc++ to
/external/cronet/components/cronet/android/
Ddependencies.txt17 //buildtools/third_party/libc++
18 //buildtools/third_party/libc++abi
19 //buildtools/third_party/libunwind
/external/skia/bin/
Dfetch-clang-format22 target_path = 'buildtools/linux64/' + target if 'linux' in sys.platform else \
23 'buildtools/mac/' + target if 'darwin' in sys.platform else \
24 'buildtools/win/'+ target + '.exe'
Dfetch-gn44 copy_path = 'buildtools/linux64/gn' if 'linux' in sys.platform else \
45 'buildtools/mac/gn' if 'darwin' in sys.platform else \
46 'buildtools/win/gn.exe'
/external/perfetto/gn/standalone/libc++/
Dlibc++.gni24 # buildtools/libcxx(abi) contains a fixed version of the libcxx, the same one
47 libcxx_prefix = "//buildtools/libcxx"
48 libcxxabi_prefix = "//buildtools/libcxxabi"

123456789