Roll chromium_revision d5a4101d31..80b8e2fb67 (646704:646925)
Change log:d5a4101d31..80b8e2fb67
Full diff:d5a4101d31..80b8e2fb67
Changed dependencies * src/base:9d4388e62e..c120c15284
* src/build:ac6645362a..846eecfa7b
* src/ios:3c7dc6ae07..66b60fda52
* src/testing:91f9ea29b9..d4e5a80cb9
* src/third_party:ffd87a131c..215bb7d384
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/83131f4f49..e0703df92e * src/tools:82ccf19769..a8777b0878
DEPS diff:d5a4101d31..80b8e2fb67
/DEPS Clang version changed 357316:356356 Details:d5a4101d31..80b8e2fb67
/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I01bf041f8fc8aee7c8d888848809886c9eaf0a1f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131041 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@{#27426}
This commit is contained in:

committed by
Commit Bot

parent
7d6a259baa
commit
12d4e67d46
16
DEPS
16
DEPS
@ -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': 'd5a4101d3100820898c864dabe46ee34074e390c',
|
'chromium_revision': '80b8e2fb679a996b9b76105078a28f4e9e6d9a33',
|
||||||
'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': '83131f4f49335945ea647db8f35fbe286a185152',
|
'catapult_revision': 'e0703df92e4d46220bbee0ab2e3673e390f6200b',
|
||||||
# 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' + '@' + '9d4388e62eb7424947d824382833c3aae32f6ecb',
|
Var('chromium_git') + '/chromium/src/base' + '@' + 'c120c1528460c3d49adb303677767a18ea259ec5',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ac6645362ac1d31506f125ec0ee5c09056a4448b',
|
Var('chromium_git') + '/chromium/src/build' + '@' + '846eecfa7b22836bb659a83d1ddf0c4124bbe0da',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '459baaf66bee809f6eb288e0215cf524f4d2429a',
|
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '459baaf66bee809f6eb288e0215cf524f4d2429a',
|
||||||
# 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' + '@' + '3c7dc6ae071c790f46746d9aadf1de17c7326c88',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '66b60fda520976e6dee2d6ded99a982864d02138',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '91f9ea29b967f8104ec76ac6d48f94a65ca33f9e',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd4e5a80cb9f79571a7cef673f7d0c32ff4c7ca6d',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ffd87a131c5f74e71e1106757cdae3326f266226',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '215bb7d384c0f4f9f14cc1f2745db0058bae4db8',
|
||||||
|
|
||||||
'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' + '@' + '82ccf19769ac53fd766a9f01d1fc6dd3f6f2bf78',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a8777b0878706119bfe5d6b07bb3944b2e2a373f',
|
||||||
'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'),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user