From 2b63f15f7b9451825b9b7dfd0a2792fdde664379 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 5 Dec 2017 15:45:44 -0800 Subject: [PATCH] Roll chromium_revision 363560ef6a..8d8c52b6bc (521872:521901) Change log: https://chromium.googlesource.com/chromium/src/+log/363560ef6a..8d8c52b6bc Full diff: https://chromium.googlesource.com/chromium/src/+/363560ef6a..8d8c52b6bc Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6be95fa4b4..32c3d342e8 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c77e764aa8..091d92df28 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8cb8e35472..860ad050f9 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/37c17ee783..09fc536c66 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0ca0512f52..8524b3d104 DEPS diff: https://chromium.googlesource.com/chromium/src/+/363560ef6a..8d8c52b6bc/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib139ee1e4a1bd93140129a57ed2ea5e2dfb71a8e Reviewed-on: https://webrtc-review.googlesource.com/30040 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21098} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index db6b312b23..9f5c2fc56c 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': '363560ef6a40f1113a1440da53fc0fcb20de40e2', + 'chromium_revision': '8d8c52b6bc87ced16d0833460e6f340d47c31953', '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': '37c17ee783f358fa01ae994ed89162722b961616', + 'catapult_revision': '09fc536c66c644ad0ec55b8048d5efe11e4af7c7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -40,7 +40,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '2730f9269d4debbeab5596259363038a25153515', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6be95fa4b4bde3ff800ebc4c1b157cb1da83342c', + Var('chromium_git') + '/chromium/src/build' + '@' + '32c3d342e88db7d9b4a65ea502de187ecb785e93', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '282996b8c3cf7f05bbb5209432e9fe8162c6e7ac', # 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' + '@' + 'c77e764aa88e3d0fa7f05a574043e7abaf509c36', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '091d92df284b3b535e157b464fa7782efe50398a', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '1e9e25a7ea19d595ad7ca331603e91cac95cc361', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '8cb8e354726adbd93357271bcc3a2b266d86ce08', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '860ad050f9e1133b20af6f59fba63133dd73ca15', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + '0ca0512f5232330c60efdc6c12c2d4f6aeb22c41', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8524b3d1045b7aedea393b176dd22dd452edff62', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':