From f452e3e5882f877a1439e8359ee4f2a4104b1b34 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 30 Jul 2018 08:45:34 -0700 Subject: [PATCH] Roll chromium_revision 2d5685c126..0e06bcbb6f (578940:579047) Change log: https://chromium.googlesource.com/chromium/src/+log/2d5685c126..0e06bcbb6f Full diff: https://chromium.googlesource.com/chromium/src/+/2d5685c126..0e06bcbb6f Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b222950442..1f59651baf * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a90302ddad..f1ebe8e9da * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1430c5903d..d7fdf61870 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e05f902a69..dd9e5b9c8c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/95134bd3c0..75087970bb DEPS diff: https://chromium.googlesource.com/chromium/src/+/2d5685c126..0e06bcbb6f/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3e7a90ecd226db5d8dc348a3ed9caf9194d5b294 Reviewed-on: https://webrtc-review.googlesource.com/91182 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24144} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index e8558b1ee6..8326adc778 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '2d5685c1264d02c4dc671cc9638d6ef02a133279', + 'chromium_revision': '0e06bcbb6fcae00c43accee2375dfbaeeec1a750', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': 'e05f902a692909dd57b3d3ddbf081c9e1ce2dbad', + 'catapult_revision': 'dd9e5b9c8c10464e1c4ec227ae7edbc626138acc', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -44,7 +44,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '8ea7161f5954f522baea72c017eb937adcfb2af3', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b2229504421fb788278d5db70578eff59a92f3f6', + Var('chromium_git') + '/chromium/src/build' + '@' + '1f59651baf675e56a994c9d45ece7402ef278790', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a90302ddad5b150dbba9929d5da3bcce671001cc', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f1ebe8e9da7af70a7760eb86ed6eb7349aafe044', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab0ab287dd744cc1050d704a8000b08e3c6584a6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1430c5903d158dc94183f6cdec21ca1647f79918', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd7fdf61870076756a71ba15089750e257e8195f8', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '95134bd3c09ac29c14c829c937b22cdc5efd7960', + Var('chromium_git') + '/chromium/src/tools' + '@' + '75087970bbe84337400f71fa2128fbf084318ef4', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),