Roll chromium_revision 7987ebdc29..827b96d72e (648632:648742)

Change log: 7987ebdc29..827b96d72e
Full diff: 7987ebdc29..827b96d72e

Changed dependencies
* src/base: d7aa74b479..b5749d1e9a
* src/build: 8a35cbf302..064ee6759b
* src/ios: 15e721b56a..51013f71d7
* src/testing: a428665e17..b39277a1b9
* src/third_party: 7daeadc33d..52f118d5cb
* src/tools: 96a2fd13fd..390bf3162c
DEPS diff: 7987ebdc29..827b96d72e/DEPS

No update to Clang.

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

Change-Id: I7f5f5f6c4903cd4ad1ba6954e798b82733d7af6c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132020
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@{#27496}
This commit is contained in:
chromium-webrtc-autoroll 2019-04-08 11:00:52 -07:00 committed by Commit Bot
parent 7237c157ec
commit 6fdbba3a03

14
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': '7987ebdc29646dab7c7bdc2e7b345f56e15e25cd',
'chromium_revision': '827b96d72e72c18eec226173b6f5f0bf53f2c91c',
'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' + '@' + 'd7aa74b4795b10ce9e4f1f5db3ccf6c6b4be776d',
Var('chromium_git') + '/chromium/src/base' + '@' + 'b5749d1e9ac6e3b6b68b0fa73361e72b37e0e4b1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '8a35cbf302d936a9a4dd8a3958cda7bc6144a112',
Var('chromium_git') + '/chromium/src/build' + '@' + '064ee6759bc1e6c00b0447ea6ef652ab5f8c5ad1',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7',
# 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' + '@' + '15e721b56a2f0f19cf1828fc2aa144601da7b603',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '51013f71d7cbb9a3f9f15896f443c8d061dffabe',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a428665e1798cc275930a4099807c47b40d0b183',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b39277a1b91de176cc7af4568457588b4f1c5498',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '7daeadc33d204df5119a2e5568272ffee5f749d2',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '52f118d5cb7c7ddbcdf0e537eee4657f93385764',
'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' + '@' + '96a2fd13fd75aaca54d17293ce2e865abe980ca9',
Var('chromium_git') + '/chromium/src/tools' + '@' + '390bf3162c97ae72935e047d380aa984304792d3',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),