From a75f618c83674e5b5e281ab217443ddeff930fd8 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 28 Jan 2019 11:02:38 -0800 Subject: [PATCH] Roll chromium_revision 0a788fbaed..fa9574f1d1 (626455:626644) Change log: https://chromium.googlesource.com/chromium/src/+log/0a788fbaed..fa9574f1d1 Full diff: https://chromium.googlesource.com/chromium/src/+/0a788fbaed..fa9574f1d1 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8889f1fcd9..aaf74170f9 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a041d21740..5aa5d9d0dc * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f43b824a07..37a9132775 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6ed975ab13..aac1f41bd4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/73ebf220db..9f2ff3c970 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/dfce0fbcdd..3cb5afca12 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0a788fbaed..fa9574f1d1/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ib07865347896762877e25558c6c5b6aca544a83c Reviewed-on: https://webrtc-review.googlesource.com/c/120240 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#26429} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 5eab1f29f4..7e2642fe24 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': '0a788fbaedd0baea22281a1733008144abb6634a', + 'chromium_revision': 'fa9574f1d1d06d89ca2ecb4d893a3d68c6849523', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -46,9 +46,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' + '@' + '8889f1fcd9dce1b054ac52ee174d8e86f824522c', + Var('chromium_git') + '/chromium/src/base' + '@' + 'aaf74170f9efc14f5f7c5b52b89a0e6f72f54a53', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a041d217401076580e70d78b6eb57dfe2678ddc8', + Var('chromium_git') + '/chromium/src/build' + '@' + '5aa5d9d0dc9ede69347b789a7b43392e3b05f347', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2f02e1f363b1af2715536f38e239853f04ec1497', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f43b824a07012ee796d31c210e8cc59175e65abf', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '37a913277561a897cf03313397e88035de0a9d33', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '6ed975ab134d17cb03b91e45dc22a563fd0e9c34', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'aac1f41bd4862bba33c5277768aae0b2bced9c9b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '73ebf220db2766cc19145b8095eddf6280d4c783', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9f2ff3c970f98b8f88acbe97085e283ebe52353d', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + 'dfce0fbcdde2c4f07764c06c8036df1dcaf493f1', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3cb5afca1263cf6056689f9da95ae80d047779e8', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),