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

Unified Diff: DEPS

Issue 2839473002: Roll chromium_revision c9d557eb3f..bda3d48716 (466514:466534) (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 94cea6bf3b135104d51f5adc5f26512c366e531e..3be3bd17f319b0cc2d9d1eb1cb27827143c87ee3 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'c9d557eb3ffde4daccaa464d0ea6396d16baf08f',
+ 'chromium_revision': 'bda3d4871655a1cb5121cde488845d9b968eda6c',
'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': 'b5b525957fba7bd8fce6908b02df49f0d7e0992c',
+ 'catapult_revision': '4d4343808af0ecf365e4a789add07c30d17f6b0e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -46,7 +46,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' + '@' + '44b9a727b3e4469ebfe19ea2fe592bb4d0dcc50c',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ac7b87ba0c3961a199ec27c32bb858c624d8cf0b',
'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' + '@' + '07bb84a32fd22056c74ca70e0e2824eeb284024b',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + 'e9f91c3ef94e9ecf1ba1a0cea05cd57b249c2182',
'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' + '@' + 'a3cbb26b4edf5b0f1ad45a6ab57f70fc74a670bb',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'b93779b9f3be2273fd1a612a4aedcd24f1fcc0d6',
},
'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