Roll chromium_revision a91b44f5ab..5f38b3b2db (658232:658382)

Change log: a91b44f5ab..5f38b3b2db
Full diff: a91b44f5ab..5f38b3b2db

Changed dependencies
* src/base: 8b2c4e954e..309ae7a414
* src/build: 7e01dbc7c7..e2b4498702
* src/ios: da1aa427f7..b8852215cc
* src/testing: 4879bc6e49..a1a9bbef13
* src/third_party: ac066d751e..3e9c5c5622
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2cf3aa8e54..09537e93fd
* src/third_party/depot_tools: 370d193c8e..1b52d87ab5
* src/tools: 323192bbee..fc43c09f51
DEPS diff: a91b44f5ab..5f38b3b2db/DEPS

No update to Clang.

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

Change-Id: I51cdf1c394a178f68772fcdc790c9e22148bc77a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135962
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@{#27901}
This commit is contained in:
chromium-webrtc-autoroll
2019-05-09 18:01:17 -07:00
committed by Commit Bot
parent 3d622d6e5c
commit 097c1f3d54

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': 'a91b44f5abe21ea178d8f94ad3f3d7128921d330',
'chromium_revision': '5f38b3b2db88be3918adf5774068a05cd17a463f',
'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': '2cf3aa8e54dbe385c6d1ba4e2b885801d1031bba',
'catapult_revision': '09537e93fddd868ee04a8e2a8a665a12c21de3fa',
# 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' + '@' + '8b2c4e954e780da217df752ea47d36657e62c362',
Var('chromium_git') + '/chromium/src/base' + '@' + '309ae7a414d22aadc8e66001ac91afd65bd53182',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '7e01dbc7c76dd41946047cde374c49b583596944',
Var('chromium_git') + '/chromium/src/build' + '@' + 'e2b44987024348ddbde6ddfc55bbb9e823c62531',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2',
# 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' + '@' + 'da1aa427f794f17e30c3af9cff8fd666178d601b',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b8852215cc8b2beb6801e98a2a54cfab946cd624',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '4879bc6e499921727ccebbc036f735adbe7a3512',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'a1a9bbef13edfc2828dd63ca3d68abc0ef4284fe',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ac066d751ecb05d577d8cedf38eef380e8814c0c',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3e9c5c562241444c738343b928b5456ffdf8d0e4',
'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' + '@' + '370d193c8e46d8ff67d9581afb639c095cc7ded4',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '1b52d87ab5367886500c91a92cf310d5aa76e284',
'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' + '@' + '323192bbee31f2b81e86a8f942019419088dd56a',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'fc43c09f516162bcb4623c39998238e2ac967787',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),