Roll chromium_revision 8d55ca9363..a35784fb06 (650742:650856)

Change log: 8d55ca9363..a35784fb06
Full diff: 8d55ca9363..a35784fb06

Changed dependencies
* src/base: 39249a7fe2..8beae815b0
* src/build: 3b075157b4..7c4aed4851
* src/ios: 1fa5b61040..468d16d887
* src/third_party: dd3857ca4d..1b3f717046
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b614c567e8..9de7d78395
* src/tools: dc8f3b2879..ff070cdf4a
DEPS diff: 8d55ca9363..a35784fb06/DEPS

No update to Clang.

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

Change-Id: Icfcd4f6a1b83e903d0907294c1f282d6a80b17fa
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133061
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#27630}
This commit is contained in:
chromium-webrtc-autoroll
2019-04-15 11:01:02 -07:00
committed by Commit Bot
parent 2bab5ad3b1
commit 2f92b414ae

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': '8d55ca93639ec33805eea7150be1e8f6c79001ba', 'chromium_revision': 'a35784fb0688eaced04e6f1667ecb08acc4ee54a',
'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': 'b614c567e8b363220b00ce5557a3ddfd8d18357c', 'catapult_revision': '9de7d78395ad6c009e3a040e0641dfae642ceb5d',
# 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.
@ -86,9 +86,9 @@ 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' + '@' + '39249a7fe2ca9a24c5e63834144fcf0641744de9', Var('chromium_git') + '/chromium/src/base' + '@' + '8beae815b05b514fc7fac822162d8acf37166bae',
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '3b075157b41d362ccd04ca183cddf178c9b4f929', Var('chromium_git') + '/chromium/src/build' + '@' + '7c4aed4851dd9214a6c0de93f143aa4d197bb298',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7', Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -98,13 +98,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1fa5b61040114ac43c7ef236e16fe58a9dc1759a', 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '468d16d887bd02b9da843161e4519f98c5cc4839',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c044935b34be175f94f64b10a124ee2e60efd672', Var('chromium_git') + '/chromium/src/testing' + '@' + 'c044935b34be175f94f64b10a124ee2e60efd672',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd3857ca4dd1c7849e9263d68dcf67dfd9c4295a', Var('chromium_git') + '/chromium/src/third_party' + '@' + '1b3f717046a5b0e08ec0da483d1dacdda5347e04',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -312,7 +312,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' + '@' + 'dc8f3b28799a98ff1eea243c296eaddd5cf92091', Var('chromium_git') + '/chromium/src/tools' + '@' + 'ff070cdf4a3498db2e50083ff2e6b1a4e68eb1bc',
'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'),