From 333114658dad1cc793c2e867a259c3e09ea490a6 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 29 Apr 2019 14:01:33 -0700 Subject: [PATCH] Roll chromium_revision 1fb8a450ee..97c11a4d77 (654920:655030) Change log: https://chromium.googlesource.com/chromium/src/+log/1fb8a450ee..97c11a4d77 Full diff: https://chromium.googlesource.com/chromium/src/+/1fb8a450ee..97c11a4d77 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2af8bebee4..2bad9f2843 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/2027c297de..a9246b2250 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5879416393..8740703f61 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c609abba43..2b754d5dd2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/858db5eede..d7605f4460 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/72493839e6..3e4feb80ae * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6837707f80..8fac969edd * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/83dc6f6218..fceae10783 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1fb8a450ee..97c11a4d77/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ic953e73cd1591fa54633e589f31729b8578bed6e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134562 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27809} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 6c267bb89a..de93f3c8ce 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': '1fb8a450eebc92d75b7f4f4af71bcdba15e2d2d2', + 'chromium_revision': '97c11a4d77ab7b9f3bbd141f10452fe74a600fb6', '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': '72493839e6fd214dca98a9afd0605c01a7a20e05', + 'catapult_revision': '3e4feb80aeab4ce0acf4c959bcc95f544862248e', # 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' + '@' + '2af8bebee49a4811c351f3047ab56fd3b00faa59', + Var('chromium_git') + '/chromium/src/base' + '@' + '2bad9f2843b900c4c379401a64c58f028746f4ed', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '2027c297deeeb79461db796b84699866703d5930', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a9246b22502a64e0cf6bd05d2ae961a4e2c87b45', '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' + '@' + '58794163938380399f1df7b23d5d71d622f9e347', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8740703f619f0117eb9f64d858d49f363d9260cc', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c609abba43f4b432051d171d8c4d0184d38daa9d', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2b754d5dd2a017df91b5bc4b22d3774d00036dd7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '858db5eede065dd8c5d1c9a12e6d861ca4301266', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd7605f446085d847c59e8810d70a18b107c08b46', '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' + '@' + '6837707f8009b505eb49ff8323d0a48211fcf255', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '8fac969edd875dc6da8d25fbd7f3ccc117a3d83a', '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' + '@' + '83dc6f62189bc3e32e0be0bd219aa9679054104d', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fceae107837b7d695ffa3c965d7bc807e56daac3', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),