Roll chromium_revision f57bd4785e..d68fb50e14 (602511:602627)

Change log: f57bd4785e..d68fb50e14
Full diff: f57bd4785e..d68fb50e14

Changed dependencies
* src/base: 6cc6ee9644..d51406bdb7
* src/ios: c73894adeb..d091f1dc17
* src/testing: f1cc888569..ae87b1ea91
* src/third_party: 93e2726dec..7722c28f55
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bdcfce54a8..ed6fe0f638
* src/tools: 07793bb3fe..5cd811feb9
DEPS diff: f57bd4785e..d68fb50e14/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: Ia6bdbae5a59a0f6e0412faf7bf589354146c2639
Reviewed-on: https://webrtc-review.googlesource.com/c/107801
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25348}
This commit is contained in:
chromium-webrtc-autoroll
2018-10-25 00:01:07 -07:00
committed by Commit Bot
parent e284c521f7
commit 8fb20cefc7

14
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com', 'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'f57bd4785eea318ceac18cf090ed21a88cb6d9d1', 'chromium_revision': 'd68fb50e144e2824951e07c72a3982efbd30d9fc',
'boringssl_git': 'https://boringssl.googlesource.com', 'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client # the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': 'bdcfce54a8d5dada227a0554771d86d704324aad', 'catapult_revision': 'ed6fe0f638403e1afd377e38975e4fd430f53432',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer # the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other. # and whatever else without interference from each other.
@ -42,7 +42,7 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency # TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved. # in base/third_party/libevent is solved.
'src/base': 'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '6cc6ee9644f792fb56cd026d23bca96b2f7e5c8a', Var('chromium_git') + '/chromium/src/base' + '@' + 'd51406bdb7de3c16caffcd3bdeb00219eb98e2a6',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '5a371bcc0efe2cc84f384f14bdf5eaf5fe3e271a', Var('chromium_git') + '/chromium/src/build' + '@' + '5a371bcc0efe2cc84f384f14bdf5eaf5fe3e271a',
'src/buildtools': 'src/buildtools':
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c73894adebb4d7980c1bb2b23e5ee5c97bb1776b', 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd091f1dc171b9d26bf840496e3088de721ecd998',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f1cc8885695488955427c7117935b34ad5f0485f', Var('chromium_git') + '/chromium/src/testing' + '@' + 'ae87b1ea913a46495017204caca22dd6bb99645b',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '93e2726dec627671310e2100b31be37b89c68c8f', Var('chromium_git') + '/chromium/src/third_party' + '@' + '7722c28f55221ccb9904ad7f9952c52a45b89ac2',
'src/third_party/android_ndk': { 'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
'condition': 'checkout_android', 'condition': 'checkout_android',
@ -195,7 +195,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '07793bb3fe02cdcabe9d82e70f6694f8c7c7c082', Var('chromium_git') + '/chromium/src/tools' + '@' + '5cd811feb905a4777c32f59507d268d4023c81ee',
'src/tools/swarming_client': 'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),