Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Side by Side Diff: DEPS

Issue 2667853004: Remove dependency on scan-build wrapper script for Clang analysis builds. (Closed)
Patch Set: WIP clang on windows Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/toolchain/clang_static_analyzer_wrapper.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'catapult_revision': '2ae07fc28bb3b248baa71647d5cfcefd67e57a84', 99 'catapult_revision': '2ae07fc28bb3b248baa71647d5cfcefd67e57a84',
100 # Three lines of non-changing comments so that 100 # Three lines of non-changing comments so that
101 # the commit queue can handle CLs rolling libFuzzer 101 # the commit queue can handle CLs rolling libFuzzer
102 # and whatever else without interference from each other. 102 # and whatever else without interference from each other.
103 'libfuzzer_revision': '5bcbfc5bcc468328ac18b6ca42d603fc6c744a7d', 103 'libfuzzer_revision': '5bcbfc5bcc468328ac18b6ca42d603fc6c744a7d',
104 # Three lines of non-changing comments so that 104 # Three lines of non-changing comments so that
105 # the commit queue can handle CLs rolling devtools-node-modules 105 # the commit queue can handle CLs rolling devtools-node-modules
106 # and whatever else without interference from each other. 106 # and whatever else without interference from each other.
107 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78', 107 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78',
108 # Three lines of non-changing comments so that 108 # Three lines of non-changing comments so that
109 # the commit queue can handle CLs rolling libFuzzer
110 # and whatever else without interference from each other.
111 'scanbuild_revision': '15bd7ca2934162c51654ddffc52933e45f95e7ef',
112 # Three lines of non-changing comments so that
113 # the commit queue can handle CLs rolling libprotobuf-mutator 109 # the commit queue can handle CLs rolling libprotobuf-mutator
114 # and whatever else without interference from each other. 110 # and whatever else without interference from each other.
115 'libprotobuf-mutator': '2d609dfa69f670f6a1daf80eaa2d538f96120b2d', 111 'libprotobuf-mutator': '2d609dfa69f670f6a1daf80eaa2d538f96120b2d',
116 } 112 }
117 113
118 # Only these hosts are allowed for dependencies in this DEPS file. 114 # Only these hosts are allowed for dependencies in this DEPS file.
119 # If you need to add a new host, contact chrome infrastracture team. 115 # If you need to add a new host, contact chrome infrastracture team.
120 allowed_hosts = [ 116 allowed_hosts = [
121 'android.googlesource.com', 117 'android.googlesource.com',
122 'boringssl.googlesource.com', 118 'boringssl.googlesource.com',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 303
308 # Used for building libFuzzers (only supports Linux). 304 # Used for building libFuzzers (only supports Linux).
309 'src/third_party/libFuzzer/src': 305 'src/third_party/libFuzzer/src':
310 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'), 306 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
311 307
312 'src/third_party/libprotobuf-mutator/src': 308 'src/third_party/libprotobuf-mutator/src':
313 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), 309 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
314 310
315 'src/third_party/visualmetrics/src': 311 'src/third_party/visualmetrics/src':
316 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', 312 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
317
318 'src/third_party/scan-build/src':
319 Var('chromium_git') + '/chromium/llvm-project/cfe/tools/scan-build.git' + '@ ' + Var('scanbuild_revision'),
320 } 313 }
321 314
322 315
323 deps_os = { 316 deps_os = {
324 'win': { 317 'win': {
325 'src/third_party/cygwin': 318 'src/third_party/cygwin':
326 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df', 319 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df',
327 320
328 'src/third_party/psyco_win32': 321 'src/third_party/psyco_win32':
329 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868', 322 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868',
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 recursedeps = [ 1149 recursedeps = [
1157 # buildtools provides clang_format, libc++, and libc++abi 1150 # buildtools provides clang_format, libc++, and libc++abi
1158 'src/buildtools', 1151 'src/buildtools',
1159 # android_tools manages the NDK. 1152 # android_tools manages the NDK.
1160 'src/third_party/android_tools', 1153 'src/third_party/android_tools',
1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1154 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1162 ("src/third_party/angle", "DEPS.chromium"), 1155 ("src/third_party/angle", "DEPS.chromium"),
1163 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1156 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1164 ("src/third_party/swiftshader", "DEPS"), 1157 ("src/third_party/swiftshader", "DEPS"),
1165 ] 1158 ]
OLDNEW
« no previous file with comments | « no previous file | build/toolchain/clang_static_analyzer_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698