Roll chromium_revision 19364ba564..bc377d9b07 (649524:649669)

Change log: 19364ba564..bc377d9b07
Full diff: 19364ba564..bc377d9b07

Changed dependencies
* src/base: 6bdbbc640a..5dc155ec15
* src/build: 3d65136b4d..ba0d0b9651
* src/ios: 82393e4584..744af4798c
* src/testing: 41d635e4bf..ec6e3aeb93
* src/third_party: 6605885e91..d0d8cafdac
* src/third_party/depot_tools: 224e075bba..77b3499b88
* src/tools: fac82b0495..011d5e8da1
DEPS diff: 19364ba564..bc377d9b07/DEPS

No update to Clang.

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

Change-Id: Ibdd91f564a4516276342941f7d3fe3e6e169bdb5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132445
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@{#27552}
This commit is contained in:
chromium-webrtc-autoroll 2019-04-10 15:01:55 -07:00 committed by Commit Bot
parent 408a3c63d3
commit 68ad6818b7

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': '19364ba56426f9cc5310a4cff4574ced0e6ad63a',
'chromium_revision': 'bc377d9b071ed11998bf8a7670c9afe30874c68a',
'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' + '@' + '6bdbbc640a98502f7d6b75318de82a6ead363a56',
Var('chromium_git') + '/chromium/src/base' + '@' + '5dc155ec15757a161d115792b473607948a9509e',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '3d65136b4d0c3927d1d022c4ec60496e81a0ccc8',
Var('chromium_git') + '/chromium/src/build' + '@' + 'ba0d0b9651256bd760e264fba6acf62afb2a450e',
'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' + '@' + '82393e4584e2b3db69ba183286a2bbbb4377bb65',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '744af4798cf5e3ee7b28e663138e2135e675d3a6',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '41d635e4bf7f135fac2c370f786d820ed442893c',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ec6e3aeb9393b578d04fe1840b8c8563441a8077',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6605885e9182aa09b4313be42f592d442ef39069',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd0d8cafdacd746167431e81c54dca3144a04a4d3',
'src/buildtools/linux64': {
'packages': [
@ -199,7 +199,7 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '224e075bba5b2df26c07dee300a1c4fad089a5cd',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '77b3499b880955840580bffbb167124c9ff83b6b',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -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' + '@' + 'fac82b049574972b04d4e321541f73686c1a0512',
Var('chromium_git') + '/chromium/src/tools' + '@' + '011d5e8da17e40c8b8fc2e574414fb862ca871c8',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),