From bc6a4d094fe3f790af7f26061f1b988a9d6464d4 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 29 Apr 2019 11:02:10 -0700 Subject: [PATCH] Roll chromium_revision 8ce20eb94f..1fb8a450ee (654807:654920) Change log: https://chromium.googlesource.com/chromium/src/+log/8ce20eb94f..1fb8a450ee Full diff: https://chromium.googlesource.com/chromium/src/+/8ce20eb94f..1fb8a450ee Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/283a7cc0bd..2af8bebee4 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/d54bb94b63..2027c297de * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5673ce57ca..5879416393 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/842b6f5d4f..c609abba43 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fa02d7d92e..858db5eede * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d235eb2365..72493839e6 * src/third_party/libFuzzer/src: https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer.git/+log/e847d8a9b4..ff7e2bdf49 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f19ce6ce3c..83dc6f6218 DEPS diff: https://chromium.googlesource.com/chromium/src/+/8ce20eb94f..1fb8a450ee/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I660ad97e45c8d8606e5974ccb5e472ce09a71d7c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134542 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27808} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 23a1f500fe..6c267bb89a 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': '8ce20eb94f6a7dfc9ba864a0287987cf5ba5a0ff', + 'chromium_revision': '1fb8a450eebc92d75b7f4f4af71bcdba15e2d2d2', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,11 +24,11 @@ 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': 'd235eb23657332468da6ceeb78789a4bd693fda6', + 'catapult_revision': '72493839e6fd214dca98a9afd0605c01a7a20e05', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. - 'libfuzzer_revision': 'e847d8a9b47158695593d5693b0f69250472b229', + 'libfuzzer_revision': 'ff7e2bdf49a44e8d713c9d0cda5c0bd8d981dad3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # 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' + '@' + '283a7cc0bde3426afd4aa964d1ef7999bfd0d7d4', + Var('chromium_git') + '/chromium/src/base' + '@' + '2af8bebee49a4811c351f3047ab56fd3b00faa59', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'd54bb94b63b8a8f0e349139ada14f0943c25bd75', + Var('chromium_git') + '/chromium/src/build' + '@' + '2027c297deeeb79461db796b84699866703d5930', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # 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' + '@' + '5673ce57ca376e6c5d356bd6132bd4a2da2408f9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '58794163938380399f1df7b23d5d71d622f9e347', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '842b6f5d4f7aba6ca4a4c5255ad20ca6b0986a6c', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c609abba43f4b432051d171d8c4d0184d38daa9d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fa02d7d92ed1724e265c9cea106cc98976fad44e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '858db5eede065dd8c5d1c9a12e6d861ca4301266', 'src/buildtools/linux64': { 'packages': [ @@ -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' + '@' + 'f19ce6ce3cebb097ad3f4bac14afd3cf61118056', + Var('chromium_git') + '/chromium/src/tools' + '@' + '83dc6f62189bc3e32e0be0bd219aa9679054104d', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),