OLD | NEW |
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 Loading... |
98 # and whatever else without interference from each other. | 98 # and whatever else without interference from each other. |
99 'catapult_revision': '4ee31ea3b497ffe08391e88a5434e0a340e48342', | 99 'catapult_revision': '4ee31ea3b497ffe08391e88a5434e0a340e48342', |
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', | |
112 } | 108 } |
113 | 109 |
114 # Only these hosts are allowed for dependencies in this DEPS file. | 110 # Only these hosts are allowed for dependencies in this DEPS file. |
115 # If you need to add a new host, contact chrome infrastracture team. | 111 # If you need to add a new host, contact chrome infrastracture team. |
116 allowed_hosts = [ | 112 allowed_hosts = [ |
117 'android.googlesource.com', | 113 'android.googlesource.com', |
118 'boringssl.googlesource.com', | 114 'boringssl.googlesource.com', |
119 'chromium.googlesource.com', | 115 'chromium.googlesource.com', |
120 'pdfium.googlesource.com', | 116 'pdfium.googlesource.com', |
121 'skia.googlesource.com', | 117 'skia.googlesource.com', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 | 296 |
301 'src/third_party/re2/src': | 297 'src/third_party/re2/src': |
302 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', | 298 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', |
303 | 299 |
304 # Used for building libFuzzers (only supports Linux). | 300 # Used for building libFuzzers (only supports Linux). |
305 'src/third_party/libFuzzer/src': | 301 'src/third_party/libFuzzer/src': |
306 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), | 302 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), |
307 | 303 |
308 'src/third_party/visualmetrics/src': | 304 'src/third_party/visualmetrics/src': |
309 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', | 305 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'), | |
313 } | 306 } |
314 | 307 |
315 | 308 |
316 deps_os = { | 309 deps_os = { |
317 'win': { | 310 'win': { |
318 'src/third_party/cygwin': | 311 'src/third_party/cygwin': |
319 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', | 312 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', |
320 | 313 |
321 'src/third_party/psyco_win32': | 314 'src/third_party/psyco_win32': |
322 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', | 315 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', |
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1136 ] | 1129 ] |
1137 | 1130 |
1138 recursedeps = [ | 1131 recursedeps = [ |
1139 # buildtools provides clang_format, libc++, and libc++abi | 1132 # buildtools provides clang_format, libc++, and libc++abi |
1140 'src/buildtools', | 1133 'src/buildtools', |
1141 # android_tools manages the NDK. | 1134 # android_tools manages the NDK. |
1142 'src/third_party/android_tools', | 1135 'src/third_party/android_tools', |
1143 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1136 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
1144 ("src/third_party/angle", "DEPS.chromium"), | 1137 ("src/third_party/angle", "DEPS.chromium"), |
1145 ] | 1138 ] |
OLD | NEW |