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

Unified Diff: DEPS

Issue 2984623002: Roll chromium_revision 6ada1228ca..8779e5365c (487809:487834) (Closed)
Patch Set: Created 3 years, 5 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 6815fdc39ef13e8ef5138220336ec86d7bd45edb..1bf62c07e74fdcd6911874e1cd214ffdc359016b 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '6ada1228cab216200b10d43871266639f9db9ac8',
+ 'chromium_revision': '8779e5365c7b389822075b7eb7b35697b36d9954',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -33,15 +33,15 @@ 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' + '@' + 'acd6f21afd2d2f1fe6520de3002e46b85dfe7330',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '301d8613c52fbac729b04f0534f67223e9f0492e',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + 'ddbb32b3922f9c9b67b1178d5fd1c6ec2051fb30',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '53c0c1a75f7d960a710762e778af4cd08a44970a',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5ad14542a6a74dd914f067b948c5d3e8d170396b',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '9c9b9a3a6ae898055ce15f417632340b597fe8e9',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '2087aacb8190be99cb2f6711587316e3756de42c',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f74889129af39e9d61960be979fd5c13906413f2',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@@ -74,7 +74,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' + '@' + '2aab8e962628724c7322d59b1bda2d8da0021da8',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '9f8398f59caa6515fa4957d681f50352f20c3c84',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
- Var('chromium_git') + '/chromium/src/ios' + '@' + '0f76340cb84f40c392b3aa9b9e4fce0ea6955eda',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'e9391264b9c6fcf94e01469d467f662b631afe8f',
},
'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