From 57fa7683a7b86fc4d9f30e264ed0d8b8755e2f6d Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 1 Jun 2017 03:09:57 -0700 Subject: [PATCH] Roll chromium_revision 8c2a1a922d..92db6b2c14 (476213:476239) Change log: https://chromium.googlesource.com/chromium/src/+log/8c2a1a922d..92db6b2c14 Full diff: https://chromium.googlesource.com/chromium/src/+/8c2a1a922d..92db6b2c14 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7bfe07aaba..92060a49cc * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/de3ade508f..861d4a1741 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/98fecf188b..ed47b61510 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8c2a1a922d..92db6b2c14/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2915763006 Cr-Commit-Position: refs/heads/master@{#18368} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index ed49008de2..a036b15ab2 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8c2a1a922dba795bf450b28d8da670ba74715f36', + 'chromium_revision': '92db6b2c14f28d8339590ea4c6a0186d9bbf08c5', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': 'de3ade508f3ff869e7bc63bd6b9a6765afb74774', + 'catapult_revision': '861d4a17413608f1a3f93f3dc503c7d2f3305cfa', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '9804eb780961ade2a962229da6c74477d1560456', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7bfe07aaba2554d7102d46d2510e138f214ca6ae', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '92060a49cc295ad884065d20da058d28902fa0dc', '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' + '@' + '98fecf188be27a2ddeb1c5933ed685ffb865acee', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ed47b615103626b8aa5af6e0fc124605d5f9e374', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':