• Home
  • Raw
  • Download

Lines Matching +full:mac +full:- +full:clang

5 #   https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # When adding a new dependency, please update the top-level .gitignore file
28 # Needed to download additional clang binaries for processing coverage data
32 # buildbot to call tools/download-clang-update-script.py instead.
53 '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' +
60 'package': 'gn/gn/linux-amd64',
67 'buildtools/mac': {
70 'package': 'gn/gn/mac-${{arch}}',
75 'condition': 'host_os == "mac" and not build_with_chromium',
84 'third_party/libprotobuf-mutator/src': {
86 '/external/github.com/google/libprotobuf-mutator.git' +
100 '/external/github.com/open-source-parsers/jsoncpp.git' +
114 # <openscreen src-dir>/third_party/boringssl directory:
140 # irregularly, every 1-2 months. It's OK for us to come out slightly ahead
144 '/external/github.com/abseil/abseil-cpp.git' + '@' +
151 '/chromium/llvm-project/compiler-rt/lib/fuzzer.git' +
164 '@' + 'cf648930313655b19dc07ebae2f9c3fc37966a33', # Tip-of-tree
181 'action': [ 'python', 'tools/download-clang-update-script.py',
182 '--output', 'tools/clang/scripts/update.py' ],
190 'action': [ 'python', 'tools/download-yajsv.py' ],
196 'action': [ 'python', 'tools/clang/scripts/update.py' ],
202 'action': ['python', 'tools/clang/scripts/update.py',
203 '--package=coverage_tools'],
208 'action': [ 'download_from_google_storage.py', '--no_resume', '--no_auth',
209 '--bucket', 'chromium-clang-format',
210 '-s', 'buildtools/linux64/clang-format.sha1' ],
216 'action': [ 'download_from_google_storage.py', '--no_resume', '--no_auth',
217 '--bucket', 'chromium-clang-format',
218 '-s', 'buildtools/mac/clang-format.sha1' ],
219 'condition': 'host_os == "mac" and not build_with_chromium',
237 # Inter-module dependencies must be through public APIs.
238 '-discovery',
246 '-third_party/abseil',
268 '-third_party/boringssl',
271 "-third_party/googletest",