From 1815237cb80d5ed47213768ff6fd5ab973b043cd Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 8 Nov 2017 15:56:40 -0800 Subject: [PATCH] Roll chromium_revision de51caab5e..f1317f4bef (514966:515013) Change log: https://chromium.googlesource.com/chromium/src/+log/de51caab5e..f1317f4bef Full diff: https://chromium.googlesource.com/chromium/src/+/de51caab5e..f1317f4bef Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6b9dc3357b..e3d82067d3 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a90ba679df..18da9aeaf7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/46cca48662..5c4578398d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/63ea5fbcac..b14e1c1f30 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c50d97e63a..1364576689 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cc4ac6dc9a..e7dd74ff9b DEPS diff: https://chromium.googlesource.com/chromium/src/+/de51caab5e..f1317f4bef/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0663714aa2a992a7d5b8834371e443fd9df6e701 Reviewed-on: https://webrtc-review.googlesource.com/21354 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20606} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index a75f9682db..527be841d0 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': 'de51caab5ebfaab6ab81ed5f8f20a3dccf4c186a', + 'chromium_revision': 'f1317f4bef330412662755fb32dd73634190ebec', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,9 +38,9 @@ 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' + '@' + '6b9dc3357babeb8d513ebb2d33d72a2e33984e8d', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e3d82067d3d835240b25ae94038ae55eb6153c8f', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a90ba679df19da824a61eb1d3d9fcdf6ce00577e', + Var('chromium_git') + '/chromium/src/build' + '@' + '18da9aeaf7f190d8f779c70dc4fa4d00d117a452', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '73ddd64be624a6f935f312a72d2da7f0ed70daa5', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '46cca4866257d8674181c6dc0d51cb819bf6220e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5c4578398defc937076ee8717949058e165f959f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '63ea5fbcac62087dd443dbbc62f1d633cf1546ea', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'b14e1c1f309c68e69802cc6f1b22cc5e5e0f167c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c50d97e63ac15573d7bfb11ff9b1605c9b2932fa', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1364576689bed41f332996d008e51cd53b06b1aa', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + '4a9623af577555a8dab891c8789cc3dfe80addae', 'condition': 'checkout_android', @@ -151,7 +151,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'cc4ac6dc9a7d2129060ed583036e645975d2cabb', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e7dd74ff9b148fcffb7cc3cf949bdf391359d29a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':