From ed5e5f6accbf7d3bddf4c12413d73dad57a6ece6 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 13 May 2017 18:09:33 -0700 Subject: [PATCH] Roll chromium_revision 488babf8ae..0e3e575c79 (471606:471611) Change log: https://chromium.googlesource.com/chromium/src/+log/488babf8ae..0e3e575c79 Full diff: https://chromium.googlesource.com/chromium/src/+/488babf8ae..0e3e575c79 Changed dependencies: * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/5e929b82e0..37015fb470 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/304fd7f13a..3f73a0a3e3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/488babf8ae..0e3e575c79/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2880113002 Cr-Commit-Position: refs/heads/master@{#18136} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index bb5e37e5d8..7193fd78fe 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '488babf8ae0aad660733d118f28c37169e1ca784', + 'chromium_revision': '0e3e575c7952a00e68740c9286048665be1404f7', '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': '5e929b82e0be688c1569cb0788212ef865001852', + 'catapult_revision': '37015fb470d81b7a96a091127590e6e461705059', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -77,7 +77,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' + '@' + '304fd7f13a1b9e203b75b58283dee5678d75c28b', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3f73a0a3e32b7361f4cec7bbc30cccc2ed12ce9b', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':