Roll chromium_revision 75645bae58..8c2846e52f (578612:578726)

Change log: 75645bae58..8c2846e52f
Full diff: 75645bae58..8c2846e52f

Changed dependencies:
* src/base: 0f03ef6f06..51d33cac77
* src/ios: 8595d88cf9..98b5db447e
* src/testing: 52c5898480..6e3e0e8c03
* src/third_party: 70c59b096a..4182cc41fe
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a1e31db3c6..d8072e683a
* src/tools: d25cf431f1..82bdd248f4
DEPS diff: 75645bae58..8c2846e52f/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ic545c46673456326a34044b1a4f5dec40485fa0e
Reviewed-on: https://webrtc-review.googlesource.com/90940
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24137}
This commit is contained in:
Autoroller 2018-07-27 11:45:48 -07:00 committed by Commit Bot
parent e635e9807d
commit 865c199d93

14
DEPS
View File

@ -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': '75645bae581a0a0cb357595467d5d04d592730fd',
'chromium_revision': '8c2846e52ff142be26a7da3a522bdb2991adc1eb',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -24,7 +24,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'a1e31db3c6b70369152765f14268257cf5775c49',
'catapult_revision': 'd8072e683a00e4b577479b56cec13e6aaf053b8f',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# 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
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '0f03ef6f0692bbcf3643fb79a961c1572c21d635',
Var('chromium_git') + '/chromium/src/base' + '@' + '51d33cac77878a12de4fb027ae0f17f4e8d0f47f',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '2178d78be20f957d3f340283516d9b5e239e8f01',
'src/buildtools':
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8595d88cf916614332a0b7b5e729ab89cf661456',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '98b5db447e5c3307422ffcc1026134295dc313e8',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '52c58984808e76e570a04f52a683336f12251249',
Var('chromium_git') + '/chromium/src/testing' + '@' + '6e3e0e8c034b6e34379749c116eb18a3193122d2',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '70c59b096a944ba00dcc0eae1297223f8dd5b00a',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4182cc41feca93b4373c7ee4e28670e0d7a01de4',
'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' + '@' + 'd25cf431f15fc9be4b57d069690407a5d4fecfb3',
Var('chromium_git') + '/chromium/src/tools' + '@' + '82bdd248f4f2c91beff87e797ed62cd4defa040f',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),