Roll chromium_revision eacdc75a1b..7991984f8d (659866:659976)

Change log: eacdc75a1b..7991984f8d
Full diff: eacdc75a1b..7991984f8d

Changed dependencies
* src/base: f2cb8c38b7..06559ae1bd
* src/build: 5cb705b0be..603171c47c
* src/ios: b94d8e4111..db402dfa15
* src/testing: 366ab933a1..169fbb8020
* src/third_party: e9dee5f383..f9a875745b
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/578d0b9046..71e1bec28d
* src/tools: bc8b67f769..6da0e43b2b
DEPS diff: eacdc75a1b..7991984f8d/DEPS

No update to Clang.

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

Change-Id: Ibf1727662896428e905510579e59f2ca375d9a99
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/136912
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@{#27951}
This commit is contained in:
chromium-webrtc-autoroll 2019-05-15 10:01:21 -07:00 committed by Commit Bot
parent 7581ff7375
commit 666290a263

16
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': 'eacdc75a1bc404c5102896fbf7c76dc738ab87a8',
'chromium_revision': '7991984f8d4a5e1fc96aac4168de659c90df87f8',
'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': '578d0b9046cc2dbce6c0c38637b71627169cb5d2',
'catapult_revision': '71e1bec28dde3882f523a2bff1f82842ad710e9d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# 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
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + 'f2cb8c38b7dc72e724f10156409e89044590a40f',
Var('chromium_git') + '/chromium/src/base' + '@' + '06559ae1bddac332939ff911437a801953e6ca59',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '5cb705b0be7b7e9025965d809b15b9a0ae333186',
Var('chromium_git') + '/chromium/src/build' + '@' + '603171c47c9b682a50c545e338e2e3b924a91950',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '1f329a6e26a366c9a6f2b970f21e10133f7ceee6',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -98,13 +98,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b94d8e41114b9c4a20b38172cecf17c5ea857931',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'db402dfa1531f810cde950f1239d7f9c2b45468f',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '366ab933a16951be8dcd8507631c2b6e11c2cfce',
Var('chromium_git') + '/chromium/src/testing' + '@' + '169fbb802020fb15ecddf4180c882721243ce00c',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e9dee5f383a77d1088a5c967976b9d86fd1e70b7',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f9a875745be197a49d914e4c31d264ff8e7c11bc',
'src/buildtools/linux64': {
'packages': [
@ -312,7 +312,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' + '@' + 'bc8b67f769fdb15b21851ee19ab3a2cbde0214dc',
Var('chromium_git') + '/chromium/src/tools' + '@' + '6da0e43b2b98f56b0654c5834650ad6aae0fbaae',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),