From a16ac58a5e2d478a10729d99334c3d142ae5d099 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 20 Apr 2018 04:44:57 -0700 Subject: [PATCH] Roll chromium_revision 848c1835e9..2f10b28e5b (551051:552304) Change log: https://chromium.googlesource.com/chromium/src/+log/848c1835e9..2f10b28e5b Full diff: https://chromium.googlesource.com/chromium/src/+/848c1835e9..2f10b28e5b Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2827fdd0ed..7f0133cbda * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bf6452106d..a80767e2e3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/853539433f..efeec1e1ae * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b4ec06e8b2..de1475eceb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/0746c9e6dd..87470ac9f0 * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/eb7c3008cc..9f0e7cb314 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0371983030..9e4fce06f3 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/adc953f927..cb62e48b54 * src/third_party/errorprone/lib: https://chromium.googlesource.com/chromium/third_party/errorprone.git/+log/ecc57c2b00..e352be7c87 * src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/b640d8743d..4bd8c4638a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/4663c5fa0b..5cd8ee10ce DEPS diff: https://chromium.googlesource.com/chromium/src/+/848c1835e9..2f10b28e5b/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Idcb7a574f79750d061195f1b84907cdf2986c001 Reviewed-on: https://webrtc-review.googlesource.com/71441 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22957} --- DEPS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/DEPS b/DEPS index 02b5dc4ffd..1bca7c4df0 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': '848c1835e99f213cd9a863a5a4b52afef0e89e9e', + 'chromium_revision': '2f10b28e5bd09c4a9ef9f6bbba6e0d75c5372781', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -20,7 +20,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. - 'boringssl_revision': 'eb7c3008cc85c9cfedca7690f147f5773483f941', + 'boringssl_revision': '9f0e7cb314ae64234b928fd379381ae9760a9a5f', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -28,7 +28,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': '0371983030f2371de9efcb80ef5d2bdf06d76617', + 'catapult_revision': '9e4fce06f3a279da6df962872282f7546b7abcba', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,9 +38,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' + '@' + '2827fdd0ed2e94a4aa9aa3308a4da3fc7acdb5f0', + Var('chromium_git') + '/chromium/src/base' + '@' + '7f0133cbda1fc975e05a3ed91c437432caf3477c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'bf6452106dccb455550697eb480ad02eb7e04753', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a80767e2e3c01866119a5a785aefbc3e81ed9bd2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8febfea9bc7e7d9a7c6105f06f18f7f0e50cfef9', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '853539433f72b24a4f19e015e821ce06c0cd90b6', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'efeec1e1ae213158c8f8392124aefdcd1774919a', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b4ec06e8b2846e4b738073639fdd77c21c28c588', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'de1475ecebd3bc15187eed3ab6c0bc82cf5fd5e8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0746c9e6dd69480261915176310616ae8ea33832', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '87470ac9f0be66bb4861318cabfca83a4d0d1c02', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -80,9 +80,9 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'adc953f927bda7b8ce944738be962cd6b1700bf9', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cb62e48b5424c4bc36b919cc7ed61484599bbc70', 'src/third_party/errorprone/lib': { - 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', + 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'e352be7c87f3f9fc06bdfffe8a5e0801a6951ec1', 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': @@ -95,7 +95,7 @@ deps = { 'src/third_party/gtest-parallel': Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'a8f5453ffc8d6c55a456d3b8395801c3aea9c714', 'src/third_party/googletest/src': - Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'b640d8743d85f5e69c16679e7ead3f31d94e31ff', + Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '4bd8c4638ada823a8da2569735cc0a9402fb8052', 'src/third_party/icu': { 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'aff99f5c22aded55ee29753ce049e61570294967', }, @@ -159,7 +159,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' + '@' + '4663c5fa0b3103197bd7448f099a54b8143361c7', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5cd8ee10ce8e000e034339eb5c443566e07aa3fd', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':