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

Side by Side Diff: DEPS

Issue 2617283002: Add Clang static analyzer to Clang toolchain defs in GN (Closed)
Patch Set: rebase Created 3 years, 10 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.gni » ('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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 # and whatever else without interference from each other. 98 # and whatever else without interference from each other.
99 'catapult_revision': 'e1e778d78de1742159a4247af6789b371e3aae59', 99 'catapult_revision': 'e1e778d78de1742159a4247af6789b371e3aae59',
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': '78ee52d0c69db57fe0e984d252a991390e7d6c9b', 103 'libfuzzer_revision': '78ee52d0c69db57fe0e984d252a991390e7d6c9b',
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
109 # the commit queue can handle CLs rolling libFuzzer
110 # and whatever else without interference from each other.
111 'scanbuild_revision': '15bd7ca2934162c51654ddffc52933e45f95e7ef',
108 } 112 }
109 113
110 # Only these hosts are allowed for dependencies in this DEPS file. 114 # Only these hosts are allowed for dependencies in this DEPS file.
111 # 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.
112 allowed_hosts = [ 116 allowed_hosts = [
113 'android.googlesource.com', 117 'android.googlesource.com',
114 'boringssl.googlesource.com', 118 'boringssl.googlesource.com',
115 'chromium.googlesource.com', 119 'chromium.googlesource.com',
116 'pdfium.googlesource.com', 120 'pdfium.googlesource.com',
117 'skia.googlesource.com', 121 'skia.googlesource.com',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 300
297 'src/third_party/re2/src': 301 'src/third_party/re2/src':
298 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7', 302 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7',
299 303
300 # Used for building libFuzzers (only supports Linux). 304 # Used for building libFuzzers (only supports Linux).
301 'src/third_party/libFuzzer/src': 305 'src/third_party/libFuzzer/src':
302 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'),
303 307
304 'src/third_party/visualmetrics/src': 308 'src/third_party/visualmetrics/src':
305 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', 309 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
310
311 'src/third_party/scan-build/src':
312 Var('chromium_git') + '/chromium/llvm-project/cfe/tools/scan-build.git' + '@ ' + Var('scanbuild_revision'),
306 } 313 }
307 314
308 315
309 deps_os = { 316 deps_os = {
310 'win': { 317 'win': {
311 'src/third_party/cygwin': 318 'src/third_party/cygwin':
312 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df', 319 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df',
313 320
314 'src/third_party/psyco_win32': 321 'src/third_party/psyco_win32':
315 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868', 322 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 ] 1136 ]
1130 1137
1131 recursedeps = [ 1138 recursedeps = [
1132 # buildtools provides clang_format, libc++, and libc++abi 1139 # buildtools provides clang_format, libc++, and libc++abi
1133 'src/buildtools', 1140 'src/buildtools',
1134 # android_tools manages the NDK. 1141 # android_tools manages the NDK.
1135 'src/third_party/android_tools', 1142 'src/third_party/android_tools',
1136 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1143 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1137 ("src/third_party/angle", "DEPS.chromium"), 1144 ("src/third_party/angle", "DEPS.chromium"),
1138 ] 1145 ]
OLDNEW
« no previous file with comments | « no previous file | build/toolchain/clang_static_analyzer.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698