From a20d36aed136d85236504578daed355a958617bb Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 4 Dec 2017 18:47:01 -0800 Subject: [PATCH] Roll chromium_revision 02a8197e33..24b06ad580 (521584:521596) Change log: https://chromium.googlesource.com/chromium/src/+log/02a8197e33..24b06ad580 Full diff: https://chromium.googlesource.com/chromium/src/+/02a8197e33..24b06ad580 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e9eef0fc10..41a7052da3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0479f1327f..1fcd92b6d0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8a38e936d0..c10a64aaea DEPS diff: https://chromium.googlesource.com/chromium/src/+/02a8197e33..24b06ad580/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Iaeac5e47292f9469a8437b620e38faa23175ec1f Reviewed-on: https://webrtc-review.googlesource.com/29540 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21067} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 9191429044..246ee79f66 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': '02a8197e3357cfadea9019df500419069d9bafea', + 'chromium_revision': '24b06ad580b8883d37089680747ec438f467c1e5', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e9eef0fc10246b63867cd7bc2427fe1dec7cd585', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '41a7052da34fc78a8712fcb2d7d5c45f6b878afa', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '0479f1327f5006032238590ca14472c56f4af62b', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1fcd92b6d06a4a4a207f444f515d39430fdf7d08', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8a38e936d0ac9c808c00c5181bda91abacf7d9cf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c10a64aaea57bd13081c0c7fd97095d4eff48ac4', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',