| 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': 'c81620124f0f99a051d5362667043bda6f1ffddd', | 99 'catapult_revision': 'c81620124f0f99a051d5362667043bda6f1ffddd', |
| 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 | |
| 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' + '@' + 'db20d46
c05900a12539225fe800dd860b14e0061', | 298 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'db20d46
c05900a12539225fe800dd860b14e0061', |
| 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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 recursedeps = [ | 1140 recursedeps = [ |
| 1148 # buildtools provides clang_format, libc++, and libc++abi | 1141 # buildtools provides clang_format, libc++, and libc++abi |
| 1149 'src/buildtools', | 1142 'src/buildtools', |
| 1150 # android_tools manages the NDK. | 1143 # android_tools manages the NDK. |
| 1151 'src/third_party/android_tools', | 1144 'src/third_party/android_tools', |
| 1152 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1145 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1153 ("src/third_party/angle", "DEPS.chromium"), | 1146 ("src/third_party/angle", "DEPS.chromium"), |
| 1154 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. | 1147 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. |
| 1155 ("src/third_party/swiftshader", "DEPS"), | 1148 ("src/third_party/swiftshader", "DEPS"), |
| 1156 ] | 1149 ] |
| OLD | NEW |