Roll chromium_revision 0fabc5d871..b204c4dd1d (653690:653806)

Change log: 0fabc5d871..b204c4dd1d
Full diff: 0fabc5d871..b204c4dd1d

Changed dependencies
* src/base: 9993c6cb4a..e63609aefb
* src/build: 5b99d73390..8ab7b3e306
* src/ios: 04044b99c3..aca75f8c1f
* src/third_party: 60cd448ebe..2e24ef19d0
* src/third_party/depot_tools: 323487161e..840a6d66ec
* src/tools: a61e04baf9..eccb2882a5
DEPS diff: 0fabc5d871..b204c4dd1d/DEPS

No update to Clang.

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

Change-Id: I506bab57360eb69b52a2fafdff32e5682dadf2e5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134141
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@{#27748}
This commit is contained in:
chromium-webrtc-autoroll
2019-04-24 16:01:17 -07:00
committed by Commit Bot
parent af242c8645
commit 1e4d663d29

14
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': '0fabc5d871cb9beeadf9f1940bff54ddc0ff7f48',
'chromium_revision': 'b204c4dd1d082478d121ea9311a9535590f170f1',
'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' + '@' + '9993c6cb4a5e04283ab4ae4d6c5d9883f985313b',
Var('chromium_git') + '/chromium/src/base' + '@' + 'e63609aefbcbf5625efe2eb49b6cce9805b5c0f8',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '5b99d733902f7856909e30163a0c1cf4b6386466',
Var('chromium_git') + '/chromium/src/build' + '@' + '8ab7b3e30652102b9413243b01e64ea7ce0bca48',
'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' + '@' + '04044b99c3555356e0b6acfb5087fa6167534c15',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'aca75f8c1f3e2382fd2a18f525c254f6db6bb913',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '964bb30d12e19fbcf49930a68aec1cf8383472fd',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '60cd448ebec27d6fa3532ec2da9b1f1b6c83f16e',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2e24ef19d0610dfd954fbfd6feb0f2e887327156',
'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' + '@' + '323487161e02721098b8ce95550ebd0c0e6f56ad',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '840a6d66ec4f8969f38207573230624f7b8a6a46',
'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' + '@' + 'a61e04baf99a8f7ffce6d2bf9887535c4381c1b8',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'eccb2882a53032617470326dd67547a6aa8e765e',
'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),