From 0b8457e99be648289bccc4318dca4372550b068f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 19 Jul 2018 09:45:10 -0700 Subject: [PATCH] Roll chromium_revision ecaca1be48..bc3d35fc98 (576410:576524) Change log: https://chromium.googlesource.com/chromium/src/+log/ecaca1be48..bc3d35fc98 Full diff: https://chromium.googlesource.com/chromium/src/+/ecaca1be48..bc3d35fc98 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/43bda94696..6a6abe13bd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/abdb54839b..285468b3f0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/82df8ad632..b374ca3a47 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3557e864e2..f6bf62cd50 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bf9cc5f195..b572db88bc * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c3318d5f36..2ec2b508e6 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/170baba7f7..9e8d165b29 DEPS diff: https://chromium.googlesource.com/chromium/src/+/ecaca1be48..bc3d35fc98/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9de16a3e854f2945a5dad86a7c83ab6248cd1e80 Reviewed-on: https://webrtc-review.googlesource.com/89640 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24044} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index f3364f8dda..67bcd34be2 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': 'ecaca1be48dee282e26bda1228224872badc5b60', + 'chromium_revision': 'bc3d35fc984e2fd1b79f45717f661402f80445d1', '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': 'c3318d5f367c021a5cebb24baeb04a9bc96a9ed5', + 'catapult_revision': '2ec2b508e61067ba5bfaf79ecc2e3b1dc79971d1', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,9 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '43bda9469614023d47768ea3e5f5ef391977c913', + Var('chromium_git') + '/chromium/src/base' + '@' + '6a6abe13bd59879a2e5c6c376520454b5226ed0b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'abdb54839b99607982c6612df77efc42bfa7cbae', + Var('chromium_git') + '/chromium/src/build' + '@' + '285468b3f0db63b134eabdf85afcf7069ffc2b25', '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' + '@' + '82df8ad6323c4e4097d4ef81e2f121561d6a267f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b374ca3a4742768ff2049e1e10ec5579e8688445', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3557e864e2d15eef5b4b276fadb8d524a8654d32', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'f6bf62cd507488e571a7b599481cf5a7ada2a306', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bf9cc5f1956deded76603d99b272ca7362490baf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b572db88bc004445c8df70d8a52545db13aac3ef', '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' + '@' + '170baba7f7b278db8b7ea47e381277a9997b8ddc', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9e8d165b29057db9078720f7279f55044b74c4b5', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),