From 7c7a20733834047e1c9b1abb4f0acf0733de352a Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 4 Dec 2017 13:46:17 -0800 Subject: [PATCH] Roll chromium_revision 30ff08d0c6..d488264cd6 (521439:521469) Change log: https://chromium.googlesource.com/chromium/src/+log/30ff08d0c6..d488264cd6 Full diff: https://chromium.googlesource.com/chromium/src/+/30ff08d0c6..d488264cd6 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a07720c514..dda5d513a3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7d6af417f3..843396a220 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0f3524dc76..acdcd2223f DEPS diff: https://chromium.googlesource.com/chromium/src/+/30ff08d0c6..d488264cd6/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I2ef57e20235f37da4ea35d9270da56a117fe7296 Reviewed-on: https://webrtc-review.googlesource.com/29340 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21058} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index ee136c523c..890cdae5c6 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '30ff08d0c6768cef943a2d009831c8c38820a710', + 'chromium_revision': 'd488264cd62f91e27147ac6f04cc3a466b92f789', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,7 @@ 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' + '@' + 'a07720c5148e1fe7bf53d320f97833d530b6afcb', + Var('chromium_git') + '/chromium/src/base' + '@' + 'dda5d513a3d53527f137fb47c942a7911416ca3b', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7d6af417f392a394042c95f6b6c6a8733ab50edf', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '843396a220fca4895a249413e74ed5313085a26f', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '802905f57c0ba8923fa1a143c829217b97233ecf', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f3524dc768ed31c7e6fc5be972c19c855ee9ac4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'acdcd2223f856f13670bd4099fee05f66586023d', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',