From b5eae743414d62555c679f662d119ec303b9a857 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 27 Mar 2017 06:48:22 -0700 Subject: [PATCH] Roll chromium_revision 7166178c86..d9bc0ee968 (459734:459769) Change log: https://chromium.googlesource.com/chromium/src/+log/7166178c86..d9bc0ee968 Full diff: https://chromium.googlesource.com/chromium/src/+/7166178c86..d9bc0ee968 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ad3a39abce..55558c4eb0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b348cfccc9..a0d64a0e69 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7166178c86..d9bc0ee968/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2775223003 Cr-Commit-Position: refs/heads/master@{#17390} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 9352ea426d..bde36e8079 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '7166178c862576e32636718ec0ec5ab29eb9a453', + 'chromium_revision': 'd9bc0ee968d13a9798a8e9b97eb1b1f9514c3808', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -36,7 +36,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '52145f4993fe2d6187fecb28b9034df5fe10fe51', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ad3a39abce6ed2040bc6598029c0d2bf217e89ba', + Var('chromium_git') + '/chromium/src/build' + '@' + '55558c4eb00658077fe0720580ae71dd9889859e', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'e6b510a9daf822bbe9f922c200c58150803d2fd8', 'src/testing': @@ -46,7 +46,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b348cfccc9bda9515bcb60cac59fc8a1ac7dd638', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a0d64a0e69c467df75ca32363fbf2cea95a6f292', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':