Roll chromium_revision 5cf576bfbe..568fb40139 (670869:670985)
Change log:5cf576bfbe..568fb40139Full diff:5cf576bfbe..568fb40139Changed dependencies * src/base:71436b27e6..e157f5bd52* src/build:edc987d387..a21e699863* src/ios:8f7525828e..30695b7f4d* src/testing:8e525070d6..a307d63d8f* src/third_party:345845eb20..43b76d94a7* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4a5c435597..c1a8f15f66 * src/third_party/freetype/src:983a87c6ec..a41e560b21* src/tools:859f781460..7a589fa74dDEPS diff:5cf576bfbe..568fb40139/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I45c29a7e2891da2851d6a79ef69dc8a5c839d855 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143183 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@{#28337}
This commit is contained in:
parent
6924d508a2
commit
6e91646e64
18
DEPS
18
DEPS
@ -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': '5cf576bfbe0557b0775846a0dc73a397226763b9',
|
||||
'chromium_revision': '568fb40139feb368008448b9e4f9a54d0db6527a',
|
||||
'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': '4a5c435597fa9808dc2a1019cae412916e5c120c',
|
||||
'catapult_revision': 'c1a8f15f6618f1910d1114b8398ae626f782d02c',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -32,7 +32,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling freetype
|
||||
# and whatever else without interference from each other.
|
||||
'freetype_revision': '983a87c6ece8d46e33bf7f6ff68f61b0d7a133d2',
|
||||
'freetype_revision': 'a41e560b213d72f36c37b7b25960839de7d29fd0',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling HarfBuzz
|
||||
# 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' + '@' + '71436b27e6c0ff8bc49a169452b4652496825044',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'e157f5bd52b34039d52164ab7bbae95e33886705',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'edc987d38764c8fa3d07aa48fbf617b2ed42522f',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'a21e699863b3faa55a91eac05a6cab0f1d4e47d2',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '6f3775ad6eb9c0736d0aeb51faa6cff456d41601',
|
||||
# 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' + '@' + '8f7525828ef5dd4b52d644510cccfda4d6bd5464',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '30695b7f4dcee168830147f502e9f609c4975628',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8e525070d6cf58305133801a534333ac3aa41e87',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a307d63d8f7854f3f8d455cf3bdd6b475d9baaa6',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '345845eb200e31f24c25d9f1631617f9f5a35eee',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '43b76d94a7e7f70cf2cd6d1615dd888f58c3114d',
|
||||
|
||||
'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' + '@' + '859f7814606585d79a436828835adb2618ccfd7d',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '7a589fa74dd08fb3da7a937a2844a2d331a70ef6',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user