• Home
  • Raw
  • Download

Lines Matching full:buildtools

40 # 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',
70 'buildtools/linux64/gn',
71 'buildtools/linux64/ninja',
72 'buildtools/win/clang-format.exe',
73 'buildtools/win/gn.exe',
74 'buildtools/win/ninja.exe',
103 …# From https://chromium.googlesource.com/chromium/src/buildtools/+/refs/heads/master/mac/clang-for…
109 …# From https://chromium.googlesource.com/chromium/src/buildtools/+/refs/heads/master/linux64/clang…
115 …# From https://chromium.googlesource.com/chromium/src/buildtools/+/refs/heads/master/win/clang-for…
122 # Keep the SHA1 in sync with |clang_format_rev| in chromium //buildtools/DEPS.
124 'buildtools/clang_format/script',
148 'buildtools/linux64/clang.tgz',
153 'buildtools/win/clang.tgz',
162 'buildtools/googletest',
168 'buildtools/protobuf',
175 # lib from sources. Keep the SHA1s in sync with Chrome's src/buildtools/DEPS.
177 'buildtools/libcxx',
181 'buildtools/libcxxabi',
185 'buildtools/libunwind',
191 'buildtools/libfuzzer',
197 'buildtools/benchmark',
204 'buildtools/libbacktrace.zip',
215 'buildtools/sqlite.zip',
220 'buildtools/sqlite_src',
230 'buildtools/jsoncpp',
242 'buildtools/llvm-project.tgz',
248 Dependency('buildtools/android-core',
252 'buildtools/android-unwinding',
255 Dependency('buildtools/android-logging',
258 Dependency('buildtools/android-libbase',
262 'buildtools/android-libprocinfo',
265 Dependency('buildtools/lzma',
268 Dependency('buildtools/bionic',
275 Dependency('buildtools/zlib',
281 Dependency('buildtools/linenoise',
287 'buildtools/bloaty.zip',
300 'buildtools/ndk.zip',
305 'buildtools/ndk.zip',
315 'buildtools/aosp-arm.zip',
322 'buildtools/android_sdk/platform-tools.zip',
327 'buildtools/android_sdk/platform-tools.zip',
334 'buildtools/emulator',
346 'buildtools/mac/nodejs.tgz',
351 'buildtools/mac/nodejs.tgz',
356 'buildtools/linux64/nodejs.tgz',
361 'buildtools/mac/emsdk.tgz',
366 'buildtools/linux64/emsdk.tgz',
371 'buildtools/catapult_trace_viewer.tgz',
375 'buildtools/typefaces.tgz',
383 'buildtools/grpc/src',
392 'buildtools/debian_sid_arm-sysroot.tgz',
397 'buildtools/debian_sid_arm64-sysroot.tgz',
488 buildtools_path = os.path.abspath(os.path.join(ROOT_DIR, 'buildtools'))
496 'Cannot remove %s: outside of {buildtools, test/data, third_party}',