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

Unified Diff: DEPS

Issue 2916213002: Roll chromium_revision 1cd2c85e63..a58bf8c922 (476371:476450) (Closed)
Patch Set: Created 3 years, 7 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 549c38f7e330d4312e8ac44d8cce8d35c9df1df4..c955eee70d104c57837e24ab076a81d037ad0698 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '1cd2c85e634da2d19943d5615c7ab260286b5b0b',
+ 'chromium_revision': 'a58bf8c9220bff80d68a92f3d6b3f53fb76c4173',
'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' + '@' + '1c3e738fede74a82448f43048b2058d206b6f7ea',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'fc762f58ff1a851350d7d9eeef247a031d3eb1e2',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '46f1b077bc9614ab2bf4bd24d0ed5e0d848cb01a',
+ Var('chromium_git') + '/chromium/src/build' + '@' + 'a055d2ec5f779067cf53e0e6c4b3687a43d83d24',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '104574186c17cd4701857454feba8872e52a7d82',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '429b2c128d6f5ee2d73a4a291870bd20302efad3',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '40738457d7a8729c74622d75a6294bee085d9b4e',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + '114b2d6ceb463cdc3d0de199de27288db628081c',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4f35007d4d03c080e9c4ef971aec5b60f98cd4d',
'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' + '@' + '29c90df95315fc83ffc31b2157db48ea497f3843',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + 'f6ea3d8182b7ce610aa26443419182f97b46620a',
'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' + '@' + '4af423c9fd4e22b29d759813bdea7112379976a0',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '933e6b6e8f2ec1159f5be714b7f0f929855dcbda',
},
'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