From 1da9ad2f5a8cb0ddc51267251d07f9b39e94d3ed Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 12 Sep 2017 15:28:04 -0700 Subject: [PATCH] Roll chromium_revision 988ef967a4..2cb11be9c1 (501290:501411) Change log: https://chromium.googlesource.com/chromium/src/+log/988ef967a4..2cb11be9c1 Full diff: https://chromium.googlesource.com/chromium/src/+/988ef967a4..2cb11be9c1 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5748f43c04..b00888d3cc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/829b6bf07e..95d6d0eff9 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/4298cb322e..7370e9da6e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/046fe5c057..0c77934d31 DEPS diff: https://chromium.googlesource.com/chromium/src/+/988ef967a4..2cb11be9c1/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3014483002 Cr-Commit-Position: refs/heads/master@{#19805} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 9cd27c4546..93fd8fed1f 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '988ef967a4502948dda95c811701c3cdc518184e', + 'chromium_revision': '2cb11be9c19f29f75737a236c12e335495ce3265', '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': '4298cb322ef35220f7d3c6a195dc5f6a8e76c620', + 'catapult_revision': '7370e9da6e0c2cc11d817dd7bbaeee0a5410f97c', # 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' + '@' + '5421b9f680b370fb01c476844dae3d9b9707a3e5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '829b6bf07ee93e5a09bf724ce19261d8293ad9e7', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '95d6d0eff94d21a23427353338d646df255ab9ba', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '046fe5c057ffb3d8c726da5a752110d3297d13e1', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0c77934d31d40ccc8e8622e58d18f16de38fcf94', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '5748f43c04a8568c9c168eff3abdc8a8d2e9007a', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'b00888d3cc85dd546b25dc6afa4f2f1b6b9c6d92', }, 'unix': { 'src/third_party/lss':