From b453995eb07b39478e564627851d63f893126df6 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 1 Dec 2017 22:45:53 -0800 Subject: [PATCH] Roll chromium_revision a984ff65d1..0d2d779e0c (521197:521203) Change log: https://chromium.googlesource.com/chromium/src/+log/a984ff65d1..0d2d779e0c Full diff: https://chromium.googlesource.com/chromium/src/+/a984ff65d1..0d2d779e0c Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a67b52135b..c8ec20db6a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/27422e2133..e5e16785a0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a984ff65d1..0d2d779e0c/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0730e585246030c21f7372feacda675b57b0fb88 Reviewed-on: https://webrtc-review.googlesource.com/28500 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20995} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 75296efae1..09847ca295 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': 'a984ff65d1540c5bfe7ec1b85d54cf3d1aa1f7c8', + 'chromium_revision': '0d2d779e0c03c8c7a3df30b33a33f494cf148629', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a67b52135be53cbadc58c39f31dba73ff9aa394d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c8ec20db6a30801bcd7e778cfa8b35ebdc436b55', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', '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' + '@' + '27422e2133220b1a01d2b773ba59d499cf194800', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e5e16785a04f3a294df843c51b1b593d85627d6e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':