From b65ec395511ed4dc63e99d046cf732ab327695ce Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 18 Dec 2017 06:46:14 -0800 Subject: [PATCH] Roll chromium_revision 41f6c8762d..05400aa561 (524668:524705) Change log: https://chromium.googlesource.com/chromium/src/+log/41f6c8762d..05400aa561 Full diff: https://chromium.googlesource.com/chromium/src/+/41f6c8762d..05400aa561 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6d8ff7ffd6..903ed16dde * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/20997c6a4a..cfaa86d436 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f51d69b2fb..6abb4f1e26 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ad4583d06e..8a4ac91dd3 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/cbe62b9c2d..14dbdd95e6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/41f6c8762d..05400aa561/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I016cd0a48ed334ba28e2a3199ee02b062709a180 Reviewed-on: https://webrtc-review.googlesource.com/34460 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21329} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index da3c7c21bf..ca8706f879 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': '41f6c8762dca5575d4dfee57457fd6b47a93cad9', + 'chromium_revision': '05400aa561a0f4b314910fce0e62af1c1e76a35a', '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': 'ad4583d06ecd8aca6d3f4661f075f15b47e9dbf7', + 'catapult_revision': '8a4ac91dd3927e5edb725d452775055a695fa62d', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6d8ff7ffd603895972e86776a70db97a19cfc9c3', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '903ed16ddeb0d0798e3f8372fad08aa9b2244eb0', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '20997c6a4a326d4c8803490f6d2369d0beed90b9', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'cfaa86d436c3572e9a47da284ce38d8e774fc33a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f51d69b2fb1e1a2dc7babd39975824249246ac5b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6abb4f1e26be3dbca7a7310cedb49a7081bfc572', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -113,7 +113,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + 'cbe62b9c2d2b006aba52c8eebe7d842e59166fe4', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '14dbdd95e686eafbe556c154c9e0bd76fe1d2d1a', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd94a4867bf8be91e4c0fa8b7a4133ba060fe524f', 'src/third_party/lss': {