From f1f9889c447d33dac25bfcfea0cc99f8cc817af0 Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 11 Jul 2017 14:28:37 -0700 Subject: [PATCH] Roll chromium_revision 2c2aec8ef0..72d8fe0dd3 (485610:485684) Change log: https://chromium.googlesource.com/chromium/src/+log/2c2aec8ef0..72d8fe0dd3 Full diff: https://chromium.googlesource.com/chromium/src/+/2c2aec8ef0..72d8fe0dd3 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6d855f0574..1f504fa006 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2b042c14f0..7e59b44eb6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e138ea0ef3..7b25a7f38f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4f8f5ece0a..78c251f6c1 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/149c7500f3..22625e4eb8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/260ac1d5dd..842d25d3f2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c2aec8ef0..72d8fe0dd3/DEPS No update to Clang. TBR= BUG=chromium:740980 NOTRY=True CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2980633002 Cr-Commit-Position: refs/heads/master@{#18977} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 30c2aedc2f..5f017302bd 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2c2aec8ef0ef0ae6d81951b80ce8c45f7674d23e', + 'chromium_revision': '72d8fe0dd3fcaa259c3d034578dc7b6b4ef9bce6', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '6d855f057492a17ab8531d5fa74d8784ba90b81f', + Var('chromium_git') + '/chromium/src/base' + '@' + '1f504fa0063db2adb8404480f28b694fc385e82b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2b042c14f0b3e159fe4dd86df180aa9bcee61a6d', + Var('chromium_git') + '/chromium/src/build' + '@' + '7e59b44eb6cce24a88adf5dd9485612fd4eb0a97', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '4f8f5ece0a7f73bcf065e0878fabb7c0a6f48d13', + Var('chromium_git') + '/chromium/src/testing' + '@' + '78c251f6c16c343195adce9bd4d326dabfd8e602', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '149c7500f3be77734f7c4e284a13f4ea6a3fa0ee', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '22625e4eb8dab95e271851d637770ba54cbd13bd', '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' + '@' + '260ac1d5dd1531f449afadb22349d496b0e49f68', + Var('chromium_git') + '/chromium/src/tools' + '@' + '842d25d3f2e1232101eb437074b3597f403404bd', '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' + '@' + 'e138ea0ef393e1dfca5a54c3714dd912a1c1fac3', + Var('chromium_git') + '/chromium/src/ios' + '@' + '7b25a7f38f497dc55bcb543dd427960b69344a8a', }, 'unix': { 'src/third_party/lss':