From 28d200c24624f0f2ce3013e33effc4ffc123cc2c Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 11 Oct 2018 20:17:30 -0700 Subject: [PATCH] Roll chromium_revision 37b6d53f02..d47784f23e (598967:599082) Change log: https://chromium.googlesource.com/chromium/src/+log/37b6d53f02..d47784f23e Full diff: https://chromium.googlesource.com/chromium/src/+/37b6d53f02..d47784f23e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9cb477d7c7..1f9bd878c0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/83d25283ec..3967404333 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/d03facdefa..5201e7acfb * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/56ec16f989..c364af522b * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/47faa068e8..066e11079d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8a71dd858..d61a5a1da0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/37b6d53f02..d47784f23e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I92195fa10c7fb56bfcede09ca63a09370de0495c Reviewed-on: https://webrtc-review.googlesource.com/c/105580 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25136} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index a2b6adf08d..f690c034c6 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': '37b6d53f0214df0337512a892fc6b6e12626eee0', + 'chromium_revision': 'd47784f23ea51b0b1def44a767780f383be6b090', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,7 @@ 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' + '@' + '9cb477d7c779c2f07f306b4e7bce8d1d57297d34', + Var('chromium_git') + '/chromium/src/base' + '@' + '1f9bd878c0afad45ba1ebd79ea355e7c91848050', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'dbb4fad48c1b9831abf7531e7cc2aaf81ebb6da8', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '83d25283eca6d8b20b8616d5a6704577b05b216a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '396740433370a1bf55a5568ff03c5ee44b1820a9', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'd03facdefae7d5ec3d2ead343186633155d80148', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5201e7acfb75c1faf4b462117186795fd71d1e61', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '56ec16f989027249f527f0c84b6618566e4bb5a2', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c364af522b07aeab35fc96ac242c9838c91852a5', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + '47faa068e8ff935d4cc2cef4a4b1fb74b5e90cde', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '066e11079d98e9f99be583711a37a66f0ea2686e', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -195,7 +195,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' + '@' + 'a8a71dd858bf087e04a6488a185efe3f1946fb60', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd61a5a1da076cee6618c0fa31f9083d63de7c28b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),