From ae3f02de101513440befd8375666f3d64a6c293d Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 4 Apr 2018 00:45:10 -0700 Subject: [PATCH] Roll chromium_revision cc863fb617..a8e6a87dca (547896:548001) Change log: https://chromium.googlesource.com/chromium/src/+log/cc863fb617..a8e6a87dca Full diff: https://chromium.googlesource.com/chromium/src/+/cc863fb617..a8e6a87dca Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f0b8eb4e2d..40cc4583e7 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/42d76b3d47..a27ceccabb * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/20cd9bb3ae..b6f6de01c1 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0ffc2b8ebd..690817ce59 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/6cd397a246..89865e939c * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1fcfd9b6d5..e13394ffef * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/668c1d8d1f..a1df57cdc6 * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/98a0a157dc..a9626b9daf * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3f6041ae17..56e562057b DEPS diff: https://chromium.googlesource.com/chromium/src/+/cc863fb617..a8e6a87dca/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ibf5579b66757681bb67c9806ebf804b922147772 Reviewed-on: https://webrtc-review.googlesource.com/66642 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22719} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 83a05a201b..939b62b068 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': 'cc863fb61720780c69c0db398a18498351042833', + 'chromium_revision': 'a8e6a87dca0b73282696f42844766a228b1ab7e8', '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': '1fcfd9b6d53d5e277666487bc2acb59faf237346', + 'catapult_revision': 'e13394ffef3618bf55f99845ecf67768601fa388', # 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' + '@' + 'f0b8eb4e2d476d8c75382f8bfd371e07bd11b766', + Var('chromium_git') + '/chromium/src/base' + '@' + '40cc4583e796392e2de9e31576eb1a638cdc6723', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '42d76b3d47937a153d2c9ad957a300731f4e59ce', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a27ceccabb4e9c8622f9b0ff27d722126d6887bc', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # 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' + '@' + '20cd9bb3aee785565c9994018ee0fad938f19f15', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b6f6de01c1b82af1a09338d3ec888e582ce51e76', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '0ffc2b8ebd0f835d1740b9eda8cef9a5e9d0ceda', + Var('chromium_git') + '/chromium/src/testing' + '@' + '690817ce5923c3fe35ac42d6f47ca9d3fc1dc27d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6cd397a246fa2c38fa5bdbf0b7f2ae5ad472b017', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '89865e939cbb3b96e139fdb6f1bd73ee8148deac', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -80,7 +80,7 @@ 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' + '@' + '668c1d8d1f1a6c26b088b5bff1203e35c74943a0', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'a1df57cdc6573da28eebdcac0d58941f79b176a7', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -119,7 +119,7 @@ deps = { 'src/third_party/libvpx/source/libvpx': Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd636fe53af525c30f3bbd7224e7e56d447d0eb3d', 'src/third_party/libyuv': - Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '98a0a157dcf5dee0882b2dfcc9578ab1f44afb12', + Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'a9626b9daf62a9b260737e9c2de821ad087b19a1', 'src/third_party/lss': { 'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'), 'condition': 'checkout_android or checkout_linux', @@ -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' + '@' + '3f6041ae17b25215d8537c343a950fd762169015', + Var('chromium_git') + '/chromium/src/tools' + '@' + '56e562057b300873efb424714dee18eb155d6f4a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':