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

Unified Diff: DEPS

Issue 2774443003: Roll chromium_revision 7dc321f885..2ec06ab81a (458833:458884) (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 ef6e00370b7f6226dd2a9f2023e445190043387b..ef5ad1367383bb754fd5a64e37e8fb20a3cd11d4 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
- 'chromium_revision': '7dc321f8856170824b7aa90a52dd4d3eca117c39',
+ 'chromium_revision': '2ec06ab81aae16ab444938342c2bf0a6fc712374',
'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': 'f76a7183f0bf2130ff891b857208421e7f00dbd6',
+ 'catapult_revision': 'f410d46fe0f63a221c8099698bb798a245f2a9c0',
# 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' + '@' + '02a4fc86f4cfa050c13adff0d6200563ab4de0bd',
+ Var('chromium_git') + '/chromium/src/base' + '@' + '2dcbd94bc8e1646c26697ef6ef0a5aa30d447aab',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '9ec913a1c3d92211d6e0dd9bf41ead299ea36ecf',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8',
'src/testing':
- Var('chromium_git') + '/chromium/src/testing' + '@' + '87ba589149e10796b126be2589a76ace348d892d',
+ Var('chromium_git') + '/chromium/src/testing' + '@' + '821151df42208c6879034327026c7ea2080f119b',
'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' + '@' + '2165f6865e3cb38e819597e2ebda2b2d9543ca50',
+ Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c18db0ebd68d3e81e342b81ecf0d754546c335d',
'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' + '@' + '294ba82e93848f0721180dd17fc1655f8a85e203',
+ Var('chromium_git') + '/chromium/src/tools' + '@' + '210c1b4f27f8ba5670bbe6abe5d23dbea34a760e',
'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' + '@' + '5f9fa7ba70266d171f4700ee80919490567b3598',
+ Var('chromium_git') + '/chromium/src/ios' + '@' + '54353293761fe31164ef2167167e412abf3862b6',
},
'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