From 14c8fa473529144126149cf873cf72fdfed32da6 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 30 Apr 2017 21:12:59 -0700 Subject: [PATCH] Roll chromium_revision 9b549cec86..0b70e87ed7 (468264:468276) Change log: https://chromium.googlesource.com/chromium/src/+log/9b549cec86..0b70e87ed7 Full diff: https://chromium.googlesource.com/chromium/src/+/9b549cec86..0b70e87ed7 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/614a5f5ac6..9bdb3d9dde * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0677058279..fa11dc079a DEPS diff: https://chromium.googlesource.com/chromium/src/+/9b549cec86..0b70e87ed7/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2853763002 Cr-Commit-Position: refs/heads/master@{#17956} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 6dba11eb93..44ab79f64a 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '9b549cec866068f02af088ed0eec0efea26cb150', + 'chromium_revision': '0b70e87ed73d1b64b4ba9acbc4615b6fba7094f7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '614a5f5ac66c21c867d92ab259e75e20035281f4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9bdb3d9ddef632ff08898d4676d833e3486f6485', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + '0677058279218680ce9d1481e47b340fcbe763db', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fa11dc079adcc47179fb7bd14551b299bd1073f8', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':