From 1a9c0285068617a0b57e09efaceee823bbcd7dba Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 31 Jul 2018 14:46:49 -0700 Subject: [PATCH] Roll chromium_revision 19a9e3bb00..bf3721aec7 (579465:579581) Change log: https://chromium.googlesource.com/chromium/src/+log/19a9e3bb00..bf3721aec7 Full diff: https://chromium.googlesource.com/chromium/src/+/19a9e3bb00..bf3721aec7 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/51d2ddff76..7c5fb81ff2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7fd42c2a94..72dd36f3b4 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e7fff15f90..7c11d7b6cd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c3719302e9..29f5eecf5e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c0a441e9a1..5d32618eb7 DEPS diff: https://chromium.googlesource.com/chromium/src/+/19a9e3bb00..bf3721aec7/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3ff7b1a73e0fbacc659472664a54cf5fae477ccd Reviewed-on: https://webrtc-review.googlesource.com/91600 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#24156} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 06765f15f7..247a152459 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': '19a9e3bb00c7f218cb814a904bbf0199fe0c4d37', + 'chromium_revision': 'bf3721aec76107e6b45c766a025fbd0da99946dd', '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' + '@' + '51d2ddff76d8f2af69dffb7bb5667f74f2344532', + Var('chromium_git') + '/chromium/src/base' + '@' + '7c5fb81ff274cb9d8448e97d41730c95c3d27d08', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '148c8b5dba3d84f959ecab073a72dcd59187754c', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7fd42c2a94c1c3aa334518e4b3ebfbab4ff7e1f9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '72dd36f3b45a00cb7076092aec1cd3ed89796da2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e7fff15f9013ff6bfe18d8aa83cd06e6fbeb01f7', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7c11d7b6cdccbc1fbcc9efe9818897206bbb8041', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c3719302e9905d8a8f1d8b28be226761bc9aad93', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '29f5eecf5ef3e825a7734fdba6f950237169ae12', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + 'c0a441e9a100ece1c80d4af5e70ebc32e9ea9911', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d32618eb7379fe4a76d5b91770980fce091298b', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),