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

Unified Diff: DEPS

Issue 2949373002: Roll chromium_revision dac87b8db8..5640bf1946 (481614:481678) (Closed)
Patch Set: Created 3 years, 6 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 9ccc2350c05346aa214a3a7f88d12923403c2ebd..a47a3e72446481aa25c0225134e018a32f9ff789 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': 'dac87b8db8fa7f9999bed9e1c37d99bea5596563',
+ 'chromium_revision': '5640bf194652e93b1b8562f588ae3a8f0e672148',
'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': 'a857866b281fbbf9ecab0b0fd7f4393f4be91587',
+ 'catapult_revision': '33a6a6490c5eee24cdccc9692fb0f1b29703fa02',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -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' + '@' + '36ec81ca5727ec8aa4b6d0a15eb24403ac4be59b',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'a2189be5796b0850968266e43afa2bd05672d353',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '3f08660337b0f14c4e0cc6c232a8faf48226581f',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '15bccf28b5c5a3510536513514154aa1bbd8c0ae',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2c94452e05e8702c3ae65a9',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '73a559d51c24a63f31798db1f781a9e54aa67181',
'src/third_party':
- Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a93399d037e1213d42a1000fa65ca32e660c4067',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f09359d0289fe74e9f8fbf6dbb50ceece8549c06',
'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' + '@' + '8003aa35c6ae1fb22106e38559c3b3f0ae50ebc8',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '958f1708cc2f7d2e2b9379b1c5a94bde4ea00939',
'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' + '@' + '5203edf1f7c5d4885cd28ccc17fd14501d034811',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + 'a25a59ae7e0d5c63e547e8bf4c283ebfc4c5e1a5',
},
'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