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

Side by Side Diff: DEPS

Issue 2743883003: Roll re2 db20d46..ae9cb49. (Closed)
Patch Set: 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 | no next file » | 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'cfd68cb97b3050fd35f53c5231128f723d6dae08', 296 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'cfd68cb97b3050fd35f53c5231128f723d6dae08',
297 297
298 'src/third_party/catapult': 298 'src/third_party/catapult':
299 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 299 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
300 Var('catapult_revision'), 300 Var('catapult_revision'),
301 301
302 'src/third_party/openh264/src': 302 'src/third_party/openh264/src':
303 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac', 303 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac',
304 304
305 'src/third_party/re2/src': 305 'src/third_party/re2/src':
306 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'db20d46 c05900a12539225fe800dd860b14e0061', 306 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'ae9cb49 a2e2ba95de4f0c6ec5a8afd039996d2c7',
307 307
308 # Used for building libFuzzers (only supports Linux). 308 # Used for building libFuzzers (only supports Linux).
309 'src/third_party/libFuzzer/src': 309 'src/third_party/libFuzzer/src':
310 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'), 310 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
311 311
312 'src/third_party/libprotobuf-mutator/src': 312 'src/third_party/libprotobuf-mutator/src':
313 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), 313 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'),
314 314
315 'src/third_party/visualmetrics/src': 315 'src/third_party/visualmetrics/src':
316 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', 316 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 recursedeps = [ 1156 recursedeps = [
1157 # buildtools provides clang_format, libc++, and libc++abi 1157 # buildtools provides clang_format, libc++, and libc++abi
1158 'src/buildtools', 1158 'src/buildtools',
1159 # android_tools manages the NDK. 1159 # android_tools manages the NDK.
1160 'src/third_party/android_tools', 1160 'src/third_party/android_tools',
1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1162 ("src/third_party/angle", "DEPS.chromium"), 1162 ("src/third_party/angle", "DEPS.chromium"),
1163 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1163 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1164 ("src/third_party/swiftshader", "DEPS"), 1164 ("src/third_party/swiftshader", "DEPS"),
1165 ] 1165 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698