Roll chromium_revision c1296cf1c0..ebd9263281 (665078:665197)

Change log: c1296cf1c0..ebd9263281
Full diff: c1296cf1c0..ebd9263281

Changed dependencies
* src/base: 0f4d61e0ee..a9d6996d93
* src/build: 355210a48f..b90f9b2971
* src/ios: 4552c595c0..b40a471770
* src/testing: 0734c202c4..34bf3f044e
* src/third_party: b260072908..82ba612976
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0aa9d59e4e..3d4e56f8f4
* src/tools: 7eaa5f5269..978e439b3c
DEPS diff: c1296cf1c0..ebd9263281/DEPS

No update to Clang.

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

Change-Id: Ie4ea8aa168f069e7d6c8f193bd03edd2fc1de437
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139560
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@{#28125}
This commit is contained in:
chromium-webrtc-autoroll 2019-05-31 12:01:43 -07:00 committed by Commit Bot
parent 85b8ce2ab9
commit 2229cf7915

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': 'c1296cf1c036d08557b210eb16211044d946e75e',
'chromium_revision': 'ebd92632815ed0cfe1cf35410aaaeb8a9c160568',
'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': '0aa9d59e4eb7aed83326d20a9b108a6f9edfd08e',
'catapult_revision': '3d4e56f8f4efe9b095c61a4c10d11c20eeaa63f0',
# 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' + '@' + '0f4d61e0ee48f0292269d1f8335bc7639a5f11e4',
Var('chromium_git') + '/chromium/src/base' + '@' + 'a9d6996d93e4e0634460e43866e56178cc06b655',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '355210a48ff97476b1df20bfa0130dc56d3236db',
Var('chromium_git') + '/chromium/src/build' + '@' + 'b90f9b2971e30237866518d68db1d278fc6c2012',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34',
# 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' + '@' + '4552c595c0f0460d4ab4b87a65d2daa3a030809c',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b40a471770918ba35f07329b225f7baca56ed0d4',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '0734c202c40561b12c6ff6c2a35744d1d61808e6',
Var('chromium_git') + '/chromium/src/testing' + '@' + '34bf3f044e1d40a8639b11d070175892e2c2d346',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b2600729088deb0cad55e3f4ba6c13e460f7a4a2',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '82ba6129764c304379f9c029be82d0f3f2edfcd8',
'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' + '@' + '7eaa5f5269bb26f6d0cd28d28ac92234626d2f45',
Var('chromium_git') + '/chromium/src/tools' + '@' + '978e439b3c59aec60cd2930d63108844ae32383d',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),