From 960c01941d5e35a658e41469617a082143757209 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 25 Jul 2018 06:45:11 -0700 Subject: [PATCH] Roll chromium_revision deb63e97f1..f2569c5796 (577752:577860) Change log: https://chromium.googlesource.com/chromium/src/+log/deb63e97f1..f2569c5796 Full diff: https://chromium.googlesource.com/chromium/src/+/deb63e97f1..f2569c5796 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c8a8f9e089..1b54ce34d1 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2c97c105b7..0723c63acd * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/223d748d7f..7e53e76f71 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/ec724377d9..bb509edb29 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fa1917f357..770c1116ce * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bd499d7398..d35e4d092b * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/2f72894d30..d62662686b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1d2e523535..7259b17402 DEPS diff: https://chromium.googlesource.com/chromium/src/+/deb63e97f1..f2569c5796/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3fd54cd90cb5964f55eca0a5d2982303ff8b2ef4 Reviewed-on: https://webrtc-review.googlesource.com/90423 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24098} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 0599f2ce16..1a0c00f685 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': 'deb63e97f1acd61984e95b2b51184e95b8d938e0', + 'chromium_revision': 'f2569c5796282362db08eb2d40f76c6b9c3e3dd5', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,11 +24,11 @@ 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': 'bd499d73987d1fb3ab6eec9e4ada3fb177efeda0', + 'catapult_revision': 'd35e4d092bb2d9679134112afdf321ce447adfbe', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. - 'libfuzzer_revision': '2f72894d302e6e9af76c7d5e712e043558115602', + 'libfuzzer_revision': 'd62662686b220de9364f9104621a2616605c3673', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # 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' + '@' + 'c8a8f9e089dd9dcedfb4ffd73e56ea5db559ab8a', + Var('chromium_git') + '/chromium/src/base' + '@' + '1b54ce34d1e077b68f56638bcdd92176d1c301df', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2c97c105b7aa2090005dbddf39ecacf05ec36926', + Var('chromium_git') + '/chromium/src/build' + '@' + '0723c63acdd353039380cb74d514b6d188cd7423', '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' + '@' + '223d748d7f23fa31ce0afdde545b71ea7e5b3d89', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7e53e76f71e21080f43f00bcbc3c728c3c62b8ba', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'ec724377d9db7131f3341a291a7c9f944aa2bdb4', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'bb509edb29d205e6ce8e5b66ad9526570f70b4f1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fa1917f357f0fdc8e92015a3079b3c0b125c7819', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '770c1116ce171587ffaba36b62c06bee0b17f3ff', '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' + '@' + '1d2e5235354d9dfa02b01820f827e5b06a38d261', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7259b174028bd742c25a3fcced7818e19dec61b0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),