From d085936e6a4e112e4c396b6430859f3cdcb56092 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 20 Apr 2018 11:45:13 -0700 Subject: Roll chromium_revision 2f10b28e5b..4cfd129eb1 (552304:552409) Change log: https://chromium.googlesource.com/chromium/src/+log/2f10b28e5b..4cfd129eb1 Full diff: https://chromium.googlesource.com/chromium/src/+/2f10b28e5b..4cfd129eb1 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7f0133cbda..e84c116430 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a80767e2e3..4830c81ed7 * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/8febfea9bc..ab7b6a7b35 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/efeec1e1ae..8badd0f41d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/de1475eceb..eb324a21a2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/87470ac9f0..7042d665d8 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9e4fce06f3..19f413e511 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5cd8ee10ce..a0bee8038f DEPS diff: https://chromium.googlesource.com/chromium/src/+/2f10b28e5b..4cfd129eb1/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I5ddda2bf8dcd1f26cea3705a9e31bdc466a5cd25 Reviewed-on: https://webrtc-review.googlesource.com/71540 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22964} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 1bca7c4df0..a93fe2052e 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': '2f10b28e5bd09c4a9ef9f6bbba6e0d75c5372781', + 'chromium_revision': '4cfd129eb1f248567113c50e5e320f971aab77f7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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': '9e4fce06f3a279da6df962872282f7546b7abcba', + 'catapult_revision': '19f413e511563048bbd00578921fcdaf1e6958b6', # 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,11 +38,11 @@ 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' + '@' + '7f0133cbda1fc975e05a3ed91c437432caf3477c', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e84c116430d6ba28e4ea743e95c2838a196e26bb', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a80767e2e3c01866119a5a785aefbc3e81ed9bd2', + Var('chromium_git') + '/chromium/src/build' + '@' + '4830c81ed7a06f831acaed4d3782aaff21d031d2', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '8febfea9bc7e7d9a7c6105f06f18f7f0e50cfef9', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'ab7b6a7b350dd15804c87c20ce78982811fdd76f', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'efeec1e1ae213158c8f8392124aefdcd1774919a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8badd0f41d68ba5e974a4bb2aa685b33619f9c0c', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'de1475ecebd3bc15187eed3ab6c0bc82cf5fd5e8', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'eb324a21a20f4c967c0ff7c222fc7f6cdc23f66b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '87470ac9f0be66bb4861318cabfca83a4d0d1c02', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7042d665d80421fdbd48f634778ce1ba41cf8a77', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -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' + '@' + '5cd8ee10ce8e000e034339eb5c443566e07aa3fd', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a0bee8038fbaa23a455463fdceb60a37f083cee3', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': -- cgit v1.2.3