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

Unified Diff: DEPS

Issue 2661203002: Roll chromium_revision f74de5a3c9..721746ebca (447212:447221) (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b6401da3d7a0b8d4f9559fd0a7d92a1a20a8d36b..6125fe6f256f6386ff0e912bcd22dfa9d89746a1 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'f74de5a3c99c463ae51c090d53770fb52f4ebeb4',
+ 'chromium_revision': '721746ebcaa22365ee3862238569d54d29305bde',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -27,7 +27,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
- 'catapult_revision': '986b4e8b58804b7aa7bec4479b10087607ba9548',
+ 'catapult_revision': '6bc0354c35405b02db027aa20976c14983d21955',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -42,7 +42,7 @@ deps = {
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '02f71fd7cce304a39de15aca0cd312f74d926337',
'src/buildtools':
- Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'c302711306f19ec9d29ac3461b09ecd4c781fac0',
+ Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '7e906f08b690ef0c7c4c4d12c77471411d2d7e52',
'src/testing/gtest':
@@ -50,7 +50,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c57421de05bbef669470e16bd789a82eeb271bb9',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e186007e44a82926617c7794f2255dc5bcd780a1',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
« 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