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

Unified Diff: DEPS

Issue 2756523002: Roll chromium_revision e1dd04d3aa..d0287a23d5 (457097:457155) (Closed)
Patch Set: Created 3 years, 9 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 e47e832b4f3e3bd2c291886818715f5eed2aec61..b448a185fdae9bd37abc4674a3ceff868b8d8192 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'e1dd04d3aa422d619a76153946c2cf0061ed4e43',
+ 'chromium_revision': 'd0287a23d5d61345ca9c246b5119ab78e80305eb',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@@ -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' + '@' + '6d7c22c4f53fc746db5e3ef7d93f977b0a5239c3',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'f4846e7cca69d70b3d5332d586db8dc8d6f2b8a6',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '1a88c1e1dbbfe2c3df971b0302264137ea46d64b',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + 'c4c6e4577f07021ae878513635e015396ca0d15f',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '59ae64a4c8d68dded2241402d3490161e5db1735',
'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' + '@' + 'ef90456a73be010d7d064d1476c9d2f8324f69ef',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f9afe600232532d7cf4bfbfe013d46d2e8cb311e',
'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' + '@' + '4cefb2c2293d4ed368de1e06c413d9ea423e7c02',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + 'f662df5edbd8f2ddb01a3f5e7c46b6a1339344ba',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':
@@ -119,7 +119,7 @@ deps_os = {
},
'ios': {
'src/ios':
- Var('chromium_git') + '/chromium/src/ios' + '@' + '98bef159ed6c22a0891f379356cf41cec4a2e2c9',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '6eb0637789d19df77edcb1122645478871015746',
},
'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