From b354f74f695925b1852012bc0da642ca72f7bc37 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 12 Oct 2018 06:01:05 -0700 Subject: [PATCH] Roll chromium_revision d47784f23e..c12ec9eedc (599082:599188) Change log: https://chromium.googlesource.com/chromium/src/+log/d47784f23e..c12ec9eedc Full diff: https://chromium.googlesource.com/chromium/src/+/d47784f23e..c12ec9eedc Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1f9bd878c0..f169b25156 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3967404333..d027dd86bb * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/5201e7acfb..da973343a7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c364af522b..c86330c2c7 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d61a5a1da0..b29f9caa85 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d47784f23e..c12ec9eedc/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: If7186f716fb05d4b2e33ba6a715a8c09443e346e Reviewed-on: https://webrtc-review.googlesource.com/c/105589 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25145} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index f690c034c6..15a43a0d96 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': 'd47784f23ea51b0b1def44a767780f383be6b090', + 'chromium_revision': 'c12ec9eedc27e721f93de806016cfcf26225fde9', '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' + '@' + '1f9bd878c0afad45ba1ebd79ea355e7c91848050', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f169b251560844887882ba235adeb31f698b38ee', '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' + '@' + '396740433370a1bf55a5568ff03c5ee44b1820a9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd027dd86bbc36eabad59d83cacbc2a933bb29de1', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '5201e7acfb75c1faf4b462117186795fd71d1e61', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'da973343a722b1961716ef1b670556f1a1e378fe', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c364af522b07aeab35fc96ac242c9838c91852a5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c86330c2c7e7757f8934ff29e53da9666690449e', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', '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' + '@' + 'd61a5a1da076cee6618c0fa31f9083d63de7c28b', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b29f9caa85511bbc76f9f803b57772fbae1c9863', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),