Roll chromium_revision 13f6824c51..9809faf8ca (663612:663719)
Change log:13f6824c51..9809faf8ca
Full diff:13f6824c51..9809faf8ca
Changed dependencies * src/base:990ed0ba30..1865b18ee8
* src/build:6f7f77b438..011ae59d8a
* src/ios:6aa708d74a..b15a1e2b70
* src/third_party:2f300fe244..db247b76fa
* src/tools:165f0d6066..9c2351d4ec
DEPS diff:13f6824c51..9809faf8ca
/DEPS Clang version changed 342571e8d6eb1afb151ae1103431798e3d24054f:67510fac36d27b2e22c7cd955fc167136b737b93 Details:13f6824c51..9809faf8ca
/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I4dc0754b914f392219318a658f3d983e3fa42081 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138923 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@{#28089}
This commit is contained in:

committed by
Commit Bot

parent
787f4b2a71
commit
07fc398ca8
12
DEPS
12
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': '13f6824c517d4a22a73bc9a368f70ada243a6926',
|
||||
'chromium_revision': '9809faf8caf9c525bf69b835e15e6959929fd9c1',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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' + '@' + '990ed0ba30936b1f183f93d74e64195f179f9613',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1865b18ee8e7e401780f3a2ee7bd558b06720b8a',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '6f7f77b438e65ce7550690f34ca189c771441e5a',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '011ae59d8abccc613a0d1b1711aae7c9e0b5386b',
|
||||
'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' + '@' + '6aa708d74a64332da3ad7c48057cccf394549c89',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b15a1e2b706fc9de91c93e332697f6197dd4c87a',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fa0d6f7c8a421a6210b1e422766e440c2246f776',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2f300fe2442ac8f1f74847ec2363aee3b8a25c7f',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'db247b76faa31499e3647da0bf9c607a068b2095',
|
||||
|
||||
'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' + '@' + '165f0d6066e6706eedac7f48990dddc971efbb20',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '9c2351d4eca17acf1ca6a0e52acbae8bf21de484',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user