From 7e120eb2625baa8b0b3ada83d6932a3c10ec8849 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 10 Jun 2017 00:19:59 -0700 Subject: [PATCH] Roll chromium_revision 8e89b0b1a1..632b145c0e (478506:478512) Change log: https://chromium.googlesource.com/chromium/src/+log/8e89b0b1a1..632b145c0e Full diff: https://chromium.googlesource.com/chromium/src/+/8e89b0b1a1..632b145c0e Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d466a5cca3..e21d629997 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8ca412b1f1..8f539fc78d DEPS diff: https://chromium.googlesource.com/chromium/src/+/8e89b0b1a1..632b145c0e/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2933703002 Cr-Commit-Position: refs/heads/master@{#18523} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 06f6f6439c..b7cf5bcd8c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8e89b0b1a1bd64d016a24a182a715aeedb712469', + 'chromium_revision': '632b145c0e44fc890662f41a8638d7bcb4a203bf', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '9c7fe7afcada0846b223dfa9137d8b77844206e7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd466a5cca30fc0044b8242ac055e634e284813bb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e21d6299975661e2b598339cc1a3f49675327164', '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' + '@' + '8ca412b1f1a0ead47738964edae84895dff71fca', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8f539fc78de375bc0c7a450051c6b7f70873974b', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':