Roll chromium_revision 9b60f86c15..99181c0bec (663961:664078)

Change log: 9b60f86c15..99181c0bec
Full diff: 9b60f86c15..99181c0bec

Changed dependencies
* src/base: 4156e5da2f..1e923de1a5
* src/ios: 25f8d26e51..04d8895272
* src/testing: b14a9a2b64..fe44dbaae1
* src/third_party: 374b68de06..d3bc283331
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a7b3312467..5db62d36c9
* src/third_party/depot_tools: c5b8a73247..4ce909c11c
* src/tools: b4c34ff93d..3b7980914d
DEPS diff: 9b60f86c15..99181c0bec/DEPS

No update to Clang.

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

Change-Id: I006e3a3012e05b1d20a61b578f55f034c2007b58
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139040
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@{#28095}
This commit is contained in:
chromium-webrtc-autoroll
2019-05-28 19:00:59 -07:00
committed by Commit Bot
parent 686be20b45
commit e4470cd8b4

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': '9b60f86c1501d0de6c443819612f5a3a66177c9d',
'chromium_revision': '99181c0beccf8701f3f8631dc8a462a186fd6d3d',
'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': 'a7b33124672f301cebe0ca94a67ca7d0362e3d6a',
'catapult_revision': '5db62d36c9b55e85168a772a66dcaa352d2754fd',
# 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,7 +86,7 @@ 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' + '@' + '4156e5da2f390c3bcb7bb9eb6e5c16206f621276',
Var('chromium_git') + '/chromium/src/base' + '@' + '1e923de1a5c272d9fb1ebf1e7f3f9839d1d4b908',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'c93f946980efad54b91cb9a06b18a69bd2e93327',
'src/buildtools':
@ -98,13 +98,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '25f8d26e519a188748cd30119a4d145ffda4c61f',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '04d8895272dc9931a896fbb429d489330b78c42e',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'b14a9a2b64d38cef2a18c78261b50476e2f22201',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fe44dbaae158cf1864cce875824180da851940bf',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '374b68de067fe0a73ae2534964fd8ab63a5cce45',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd3bc2833318c4a49a6ab69b8bc28189dbefc81ae',
'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' + '@' + 'c5b8a73247c432dbdbc010997f47994e9c3fff43',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4ce909c11c06bca34057e56ccefc72a1bf1e7e8c',
'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' + '@' + 'b4c34ff93d6237edf78190146498730982ba0f0a',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3b7980914deae2ff98cb4f9c08a1bc14e2c339eb',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),