| 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': 'cfcae9b972f24e331a8ed0110b5afc96e75919a0', | 99 'catapult_revision': 'cfcae9b972f24e331a8ed0110b5afc96e75919a0', |
| 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': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7', | 103 'libfuzzer_revision': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7', |
| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'src/third_party/catapult': | 294 'src/third_party/catapult': |
| 291 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + | 295 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + |
| 292 Var('catapult_revision'), | 296 Var('catapult_revision'), |
| 293 | 297 |
| 294 'src/third_party/openh264/src': | 298 'src/third_party/openh264/src': |
| 295 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df
93c5dcaf858c57eb7892bd27763f0f0ac', | 299 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df
93c5dcaf858c57eb7892bd27763f0f0ac', |
| 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 |
| 304 |
| 300 # Used for building libFuzzers (only supports Linux). | 305 # Used for building libFuzzers (only supports Linux). |
| 301 'src/third_party/libFuzzer/src': | 306 'src/third_party/libFuzzer/src': |
| 302 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), | 307 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), |
| 303 | 308 |
| 304 'src/third_party/visualmetrics/src': | 309 'src/third_party/visualmetrics/src': |
| 305 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', | 310 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
| 311 |
| 312 'src/third_party/scan-build/src': |
| 313 Var('chromium_git') + '/chromium/llvm-project/cfe/tools/scan-build.git' + '@
' + Var('scanbuild_revision'), |
| 306 } | 314 } |
| 307 | 315 |
| 308 | 316 |
| 309 deps_os = { | 317 deps_os = { |
| 310 'win': { | 318 'win': { |
| 311 'src/third_party/cygwin': | 319 'src/third_party/cygwin': |
| 312 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', | 320 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', |
| 313 | 321 |
| 314 'src/third_party/psyco_win32': | 322 'src/third_party/psyco_win32': |
| 315 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', | 323 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 ] | 1162 ] |
| 1155 | 1163 |
| 1156 recursedeps = [ | 1164 recursedeps = [ |
| 1157 # buildtools provides clang_format, libc++, and libc++abi | 1165 # buildtools provides clang_format, libc++, and libc++abi |
| 1158 'src/buildtools', | 1166 'src/buildtools', |
| 1159 # android_tools manages the NDK. | 1167 # android_tools manages the NDK. |
| 1160 'src/third_party/android_tools', | 1168 'src/third_party/android_tools', |
| 1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1169 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1162 ("src/third_party/angle", "DEPS.chromium"), | 1170 ("src/third_party/angle", "DEPS.chromium"), |
| 1163 ] | 1171 ] |
| OLD | NEW |