From 4880e157074cdba8d39b2aabb26879df5216da58 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 21 May 2019 11:02:17 -0700 Subject: [PATCH] Roll chromium_revision 7a39eea5d8..0c18b1a229 (661628:661811) Change log: https://chromium.googlesource.com/chromium/src/+log/7a39eea5d8..0c18b1a229 Full diff: https://chromium.googlesource.com/chromium/src/+/7a39eea5d8..0c18b1a229 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1d4c19a8a6..5bd91a1a24 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/12e7bf6a6d..7682abdc79 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/2cace45200..f619bdc81a * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6d481142ef..7d296af34c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/aa6915457b..1afbe018a5 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5655d8f9f1..ea6b999d4b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5716400ae2..d6bf517dd4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ccc725a068..23d8d853c4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/7a39eea5d8..0c18b1a229/DEPS Clang version changed 361104:361212 Details: https://chromium.googlesource.com/chromium/src/+/7a39eea5d8..0c18b1a229/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I7793872ec50a727f24e70f69ddfbbebf3ff1de01 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137965 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#28015} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 1d3e3e9a66..e2776a7ff4 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': '7a39eea5d8165cb94047b95b3fd82922e67f658b', + 'chromium_revision': '0c18b1a229752dbce72ecc51383899e0d65af5d7', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': '5655d8f9f1891d271489d06b6988f001e9543f25', + 'catapult_revision': 'ea6b999d4bba12c46fb69a6b4ddd448cc238213e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,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' + '@' + '1d4c19a8a64b1504129c5282fb7fb17c4bd3c27d', + Var('chromium_git') + '/chromium/src/base' + '@' + '5bd91a1a240e02f36398691638ffe70c8e8de476', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '12e7bf6a6d48d842bae54297c7d3e9b3a9b28d18', + Var('chromium_git') + '/chromium/src/build' + '@' + '7682abdc796fc198e544716f1111a625f76bd150', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '9ea486bd0649b7459c041ff74c6d17b5c3f96eda', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2cace45200a0e4c071077fa0603b6d44dbf6ab01', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f619bdc81a545c1cefb8bef637b343699a6d4abd', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6d481142ef281e2016d3654079641ba37548f513', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7d296af34cd75c8cc11fadf325e3c47b462f673f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aa6915457b2486e2ec917edf9762a14f9c61574b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1afbe018a52fda5b5f23fff946a673c9dcbffe9e', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,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' + '@' + '5716400ae256163c8c91b489ce694e7c561e0c92', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd6bf517dd4f5e899d79b865e671353b4ce616f6e', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -312,7 +312,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'ccc725a06809cd1bc8c1f4fe2502d827bd01ee37', + Var('chromium_git') + '/chromium/src/tools' + '@' + '23d8d853c42c65acfb794236b8a764f4b7a236a8', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),