From a7b682aa18cad1db43bf8cd99a9ce9118760e80d Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 15 Feb 2017 02:49:04 -0800 Subject: [PATCH] Roll chromium_revision d27cf4ed11..e2fc74b70d (450608:450647) Change log: https://chromium.googlesource.com/chromium/src/+log/d27cf4ed11..e2fc74b70d Full diff: https://chromium.googlesource.com/chromium/src/+/d27cf4ed11..e2fc74b70d Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e1bc378499..080b352c99 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ddf0450437..fb560b3bce * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/78526a1571..33a976b003 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b48a727b15..d0159f3653 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/d31d896231..fadc168f51 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4cd6b6b238..6e88fe2ac4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d27cf4ed11..e2fc74b70d/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2693183005 Cr-Commit-Position: refs/heads/master@{#16626} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index c2e47d7799..949a864835 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd27cf4ed111ab7f3bdab607fe48e4446d6cf15ca', + 'chromium_revision': 'e2fc74b70d6ea11c08c6df1ef2b1372eccc5385f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -27,7 +27,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': 'd31d896231ad698f50692b012810969c4d03f0a9', + 'catapult_revision': 'fadc168f513f08690b97aea9fa132464bf1648f7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,19 +38,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' + '@' + 'e1bc37849938cba4901edf6893c7a003e18605b0', + Var('chromium_git') + '/chromium/src/base' + '@' + '080b352c9954534b4016fd5ab86b49dedb59eb0b', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'f90e950a28a3750a3f489f7d26cd3a9bdfcc6ebb', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'a7cc7a3e21a061975b33dcdcd81a9716ba614c3c', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '78526a157139c67b151f0d5359a9409d8b53a39c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '33a976b00353508d7123ec620b6c269e08b789c8', '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' + '@' + 'b48a727b15ae390703461c5d2941e0f6510ca9fe', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd0159f36534e1ba99c90bd9969415872db38d19c', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -85,7 +85,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' + '@' + '4cd6b6b238bfd13e9bf52c9c66d0ed2a04414b0f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6e88fe2ac4410e84827652432a00ab4d4df9f2d1', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -125,7 +125,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'ddf0450437dabbbddb88230f815c56e5821a2df5', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'fb560b3bceb4a69c000e03a1f06be75e83b92396', }, 'unix': { 'src/third_party/lss':