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

Unified Diff: DEPS

Issue 2836813004: Roll chromium_revision 3323cb816a..b3877746a0 (466620:466648) (Closed)
Patch Set: Created 3 years, 8 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 42849e3eff8f6177e2d60c3524557c534ee9c1bb..10c9d77d62e0ea5e31f75203792a9710de5dcad4 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '3323cb816ab5d6cf0b0b6026bf98d58b1aa92402',
+ 'chromium_revision': 'b3877746a0165c9eea1a3b8892ebe6c6feae8f1f',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -23,7 +23,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': '4d4343808af0ecf365e4a789add07c30d17f6b0e',
+ 'catapult_revision': '20f7e5a41b447908da41782e283038fedb721013',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -34,19 +34,19 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
- Var('chromium_git') + '/chromium/src/base' + '@' + 'bf77077bed41dcc10281b8e9affdf6dda16105b9',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'e1363398a901ab8df644423661faaa2638fc8cdf',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '4636d316718a6069b501c1b5eb3d11a59c401ec3',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + 'c02d0680b814db6094f2575b9a3f6785a9fadaf8',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '5863b520bca48b3969e54f4396c50dcddf3b2df1',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'af8892ebe864cf0ab78fbb63996777cc3bc36c71',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c76b35c7eae6dfce34a09fbb942f0105ad6f6ba8',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@@ -79,7 +79,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
- Var('chromium_git') + '/chromium/src/tools' + '@' + 'ca8ceac069187ee24a0d2e9859b80e38776358ff',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '53003ed8135b8c1211a9ddfc9b631bf24579e856',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
- Var('chromium_git') + '/chromium/src/ios' + '@' + '5d380920c03ae85dba5e7545a130d7603eb4a64c',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'c12058d5d370ace959cbd27c30a289594c4921b7',
},
'unix': {
'src/third_party/lss':
« 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