Roll chromium_revision 9809faf8ca..09fae7ef1b (663719:663849)

Change log: 9809faf8ca..09fae7ef1b
Full diff: 9809faf8ca..09fae7ef1b

Changed dependencies
* src/base: 1865b18ee8..4156e5da2f
* src/build: 011ae59d8a..f8a20881dd
* src/ios: b15a1e2b70..82c755e0de
* src/testing: fa0d6f7c8a..63de520331
* src/third_party: db247b76fa..731cf1f7d6
* src/third_party/depot_tools: 26af0d34d2..778c7f117a
* src/tools: 9c2351d4ec..99662dd029
DEPS diff: 9809faf8ca..09fae7ef1b/DEPS

No update to Clang.

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

Change-Id: I6b8e973e050ef996c601fcf0e2a1276f3e40e8d5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138960
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@{#28091}
This commit is contained in:
chromium-webrtc-autoroll
2019-05-28 12:01:04 -07:00
committed by Commit Bot
parent ce33b6a4cf
commit f94e3d9f7f

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': '9809faf8caf9c525bf69b835e15e6959929fd9c1',
'chromium_revision': '09fae7ef1b21bcca0046bdeeae2832b8c1e5c35c',
'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' + '@' + '1865b18ee8e7e401780f3a2ee7bd558b06720b8a',
Var('chromium_git') + '/chromium/src/base' + '@' + '4156e5da2f390c3bcb7bb9eb6e5c16206f621276',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '011ae59d8abccc613a0d1b1711aae7c9e0b5386b',
Var('chromium_git') + '/chromium/src/build' + '@' + 'f8a20881dd48be898903a09ef50e95a5a4137b7e',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34',
# 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' + '@' + 'b15a1e2b706fc9de91c93e332697f6197dd4c87a',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '82c755e0de84adf392ae1d54e4c1945e70910272',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'fa0d6f7c8a421a6210b1e422766e440c2246f776',
Var('chromium_git') + '/chromium/src/testing' + '@' + '63de52033186b1ac48770cffc824bc270d0c75f9',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'db247b76faa31499e3647da0bf9c607a068b2095',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '731cf1f7d6d92126b6e2e635aef84fe49c7ef561',
'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' + '@' + '26af0d34d281440ad0dc6d2e43fe60f32ef62da0',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '778c7f117aee162dece25d84e00504b2b828655e',
'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' + '@' + '9c2351d4eca17acf1ca6a0e52acbae8bf21de484',
Var('chromium_git') + '/chromium/src/tools' + '@' + '99662dd029b4ed740162793f9a78e232544679f4',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),