Roll chromium_revision 916138ba7e..c797a4c559 (573665:574101)

Change log: 916138ba7e..c797a4c559
Full diff: 916138ba7e..c797a4c559

Changed dependencies:
* src/base: 5cbc1a96fb..800815b7a6
* src/build: 36d95a2045..11ac8d7150
* src/ios: 269f5b9c20..bb69f782eb
* src/testing: dd39486f31..970943e807
* src/third_party: 7b4c24e46c..b151b1cce6
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/985295aafd..10041796ae
* src/tools: ad760b9ee4..a69fe4480b
DEPS diff: 916138ba7e..c797a4c559/DEPS

No update to Clang.

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

Change-Id: I4a734add11cbb98b9361603974c907788063637f
Reviewed-on: https://webrtc-review.googlesource.com/88092
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23925}
This commit is contained in:
Autoroller 2018-07-11 00:45:13 -07:00 committed by Commit Bot
parent f165e4745e
commit ba51052220

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': '916138ba7e0238a3911900b59e9efc8bf829437f',
'chromium_revision': 'c797a4c5598a451206e52947cefb604d0b5a09f5',
'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': '985295aafdbfaecd1f27cb6357871f616ca92c99',
'catapult_revision': '10041796ae145c473113934a4a224fe3ffcf9c14',
# 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,9 +42,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' + '@' + '5cbc1a96fb52603ade071046ae20e334fd471f4a',
Var('chromium_git') + '/chromium/src/base' + '@' + '800815b7a6c0a1f3add173e41b829192aafbb165',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '36d95a2045479393068d0d2a539e0b7346f4a1eb',
Var('chromium_git') + '/chromium/src/build' + '@' + '11ac8d715076c8663d53afe9752b544a3b742120',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -54,13 +54,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '269f5b9c202a102f0c418a52465a6115cdc47308',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bb69f782eb50d2931f9b3bcf740ce7daab49b81e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dd39486f31f10570c152a8acc9f9ce48e7f9264d',
Var('chromium_git') + '/chromium/src/testing' + '@' + '970943e807aca28799e855ca82774ffdfe5a4f65',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b4c24e46c990e87abf53c4ffbf2bb43166d1f1f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b151b1cce62a644431ced07c254f9b7e6ed5f561',
'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' + '@' + 'ad760b9ee42174a97903c6b8a58cd4f8b43325b2',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a69fe4480be4aa5727ad7a2636199d09df9e11ad',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),