From e4c5b6b9f50bed3930994a58a0d2abfd2c3528ed Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 20 Dec 2017 19:46:01 -0800 Subject: [PATCH] Roll chromium_revision 492d57a1c8..be456d0296 (525570:525587) Change log: https://chromium.googlesource.com/chromium/src/+log/492d57a1c8..be456d0296 Full diff: https://chromium.googlesource.com/chromium/src/+/492d57a1c8..be456d0296 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/41088d81d2..34ebbaf51d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3a4d3eb1f4..bf2c079d5c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/72572b8c8d..de8ce79f79 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cadd746ea1..cfce1b0aa0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/492d57a1c8..be456d0296/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iae0cdd58f5f8687bba5865a431fb0949a86b08aa Reviewed-on: https://webrtc-review.googlesource.com/35581 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21404} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 10db5cda85..e0f897b6cb 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': '492d57a1c85c717bee39f9c03a83d55335a36f42', + 'chromium_revision': 'be456d029607d8460a955e0f4af93db838d766e5', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '41088d81d2253ccb6f43d8be077cb20adb729bbf', + Var('chromium_git') + '/chromium/src/testing' + '@' + '34ebbaf51d1b60bcd4e77e71032ec7a254122b5f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3a4d3eb1f43477a0909f686932af9333407195a1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bf2c079d5cf9e597c56ccc93357e377777b56f93', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -76,7 +76,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '72572b8c8d21b9e36fc1839f0ed239f0bce249c1', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'de8ce79f79ef9a20cfe4835d44269881f0bf51b7', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + 'cadd746ea19bf546a0cd34b2370cf1ba0b7dc8d3', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cfce1b0aa0633b1becddfd73dc837e0cf808198a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':