Roll chromium_revision c71bb6f5f1..e328c33c20 (638607:638961)

Change log: c71bb6f5f1..e328c33c20
Full diff: c71bb6f5f1..e328c33c20

Changed dependencies
* src/base: 0f71cd0ace..2f02642f65
* src/build: 71cb6b1388..4ec8ca83c6
* src/ios: 3b6898bb3d..4f962dbefc
* src/testing: 418322dc6c..4d24eba4d4
* src/third_party: a5e0299eb8..49a0bd4dea
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ccc2908752..dc658bb37c
* src/third_party/depot_tools: ffb1ffb822..cc43111eb2
* src/third_party/libvpx/source/libvpx: d64e328624..8256c8b297
* src/tools: 192cc52b38..7d08034a10
DEPS diff: c71bb6f5f1..e328c33c20/DEPS

No update to Clang.

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

Change-Id: I76d033beba6c1f5febaa25558d8ad4036695bcd0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126445
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@{#27031}
This commit is contained in:
chromium-webrtc-autoroll 2019-03-08 02:01:34 -08:00 committed by Commit Bot
parent f0cbcd39e7
commit dac7aa0b88

20
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': 'c71bb6f5f1a9ff948c6cf8465f01d3871a4c1674',
'chromium_revision': 'e328c33c20737cecc55be3e054128e831d00937e',
'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': 'ccc29087522abefc852d1294595ae6db7e86d649',
'catapult_revision': 'dc658bb37c70d3153cda3e9993a3874ccd8871a9',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -46,9 +46,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' + '@' + '0f71cd0ace94cf780c072b9c44bc17c07176809f',
Var('chromium_git') + '/chromium/src/base' + '@' + '2f02642f65705d9000180927c153de77e82837bd',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '71cb6b1388c8c8bf1f4d756513c541f64e37cf1d',
Var('chromium_git') + '/chromium/src/build' + '@' + '4ec8ca83c6543e0ffb184c846335599b15c3ef17',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'a9db5def7f29536b4913603528ea50d862ab4386',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -58,13 +58,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3b6898bb3d55b543eec88fe762f6b8092cec3b0d',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4f962dbefcdb1d71af65eb8fd5db4c377f9f9768',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '418322dc6c45c5c55a05f6863b59236b4903a72e',
Var('chromium_git') + '/chromium/src/testing' + '@' + '4d24eba4d4529f8e8ac819013fbb386e8a32de15',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a5e0299eb88e2b60494353250500254d4b0bb1f0',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '49a0bd4dea18a0cac8643f880c96350d33e416a7',
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
@ -132,7 +132,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' + '@' + 'ffb1ffb8228460b9c495216507daa90717c6193a',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cc43111eb273d5f660e6913970fa5da314c8b988',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
'condition': 'checkout_android',
@ -183,7 +183,7 @@ deps = {
'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd64e328624e09cbc36e7077598bf0ff367dcdb4c',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '8256c8b297c8b7c7ee4de24edff82ed67d6ef207',
'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
'src/third_party/lss': {
@ -250,7 +250,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' + '@' + '192cc52b38c6c0b6896b8d63bb9511a9d1a28908',
Var('chromium_git') + '/chromium/src/tools' + '@' + '7d08034a105d7719f653bfd4b8a106dcd2318ce2',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),