Roll chromium_revision 576174d494..bef297074c (644114:644220)

Change log: 576174d494..bef297074c
Full diff: 576174d494..bef297074c

Changed dependencies
* src/base: a481787654..faefb650f8
* src/build: 48d52cb937..aee5bb4a03
* src/ios: 1edc720da2..c352fa3f0d
* src/testing: 6962000d4a..c3e0b433c2
* src/third_party: 29d15c6bfb..8dbab0f306
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/df064c9fdf..85ead57963
* src/third_party/depot_tools: ba35c7f8ce..e17d1ed64f
* src/tools: 89b3662384..85707c71f1
DEPS diff: 576174d494..bef297074c/DEPS

No update to Clang.

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

Change-Id: I550f8518362dc6f7af14bc8a6619d914932c5e0b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129680
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@{#27274}
This commit is contained in:
chromium-webrtc-autoroll 2019-03-26 01:01:25 -07:00 committed by Commit Bot
parent 6da14388cd
commit 2597823b2e

18
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': '576174d4946f2aec808fabf93bf852cbc586d94c',
'chromium_revision': 'bef297074c79524e33aaccb2c697ceec64faddb6',
'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': 'df064c9fdfed21dc38e72e9eab3f38edb9bddf13',
'catapult_revision': '85ead579637dd4350fb30d9fd4cbf0d8357b4dff',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# 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' + '@' + 'a4817876540d4220759445f16a2f1876be758a34',
Var('chromium_git') + '/chromium/src/base' + '@' + 'faefb650f8c30864e037c06866973d3f29ab1359',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '48d52cb93796edbbf47addff543836f302be14c0',
Var('chromium_git') + '/chromium/src/build' + '@' + 'aee5bb4a032f02713e25829b7c0d48351087c3a9',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '31e0bb5fade12c8ec510579bf775ea604cac9602',
# 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' + '@' + '1edc720da2d5bfee3d2f339b9dde67789b25ac2b',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c352fa3f0d606b63975e8f2414b69ee958734e6c',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '6962000d4a4e1c676da4841d2300f9c4d5c16751',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c3e0b433c2f0c3b76ecea2bf8f24b0fec1817d52',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '29d15c6bfbf805420a7d5abb411e288f996a8ea6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '8dbab0f306af45f763f2e28a1bdbcf9305a5d961',
'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' + '@' + 'ba35c7f8ce4bc9ae93607109b89199d3d9e0af2d',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e17d1ed64f9a4c373ee1bdb77f4914bae3e3d989',
'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' + '@' + '89b366238478679690f074f0b4aefe617189ddc4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '85707c71f125a613c7277939d41748e67a05e740',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),