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

Unified Diff: DEPS

Issue 2740393002: Roll chromium_revision 38c1f9493b..77414f1023 (456116:456179) (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 49c08c7eb3acfd6477eaba19721439b375bd058d..45ec6c1845f72c9ac28017240e0d34ea5491578e 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '38c1f9493be8263b28d0f635d240b547efd75e09',
+ 'chromium_revision': '77414f1023d40d82ec1b636f67a99316b26210be',
'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': 'faa1c3e0aeca393036f21a3722b75b245bb432c7',
+ 'catapult_revision': 'aa4354795733e91c5caf2a25b111240bf3637b5f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@@ -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' + '@' + '5dd6df05b309794094245dd20b61308edf822097',
+ Var('chromium_git') + '/chromium/src/base' + '@' + 'd2d58f503b471f573f3834352a50b24b7ffc47e1',
'src/build':
- Var('chromium_git') + '/chromium/src/build' + '@' + '957a0ba4d6375e502c04e8099bec7ef8e11d0efe',
+ Var('chromium_git') + '/chromium/src/build' + '@' + '78d6849c6bee3ddda593339e6097953945e1ea4c',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '9b48345f63e17cc2b9f1a911523d464d61ec2f57',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfd655f9235a523038dc1ee1db8c8c62d1c736c6',
'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' + '@' + '60d8565dbb262e696d57d6708aa8ae160ccc8a12',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d4dfa8fac82e4fb5060046c587b882288befe6d',
'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' + '@' + 'a9f9ba53e958649693f2ab613b1a679a6920bcec',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '2910cab22ba1a40d025bb9c348cafb0aa0509dbd',
'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' + '@' + 'b10d93fa9c1edd2cfe70d03c927c3fe99aa3b80c',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '03acb7fbad1a2aa90b97113651bf611e1059cd7c',
},
'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