Roll chromium_revision 6c5bbd86c3..42482d4f53 (671957:672061)
Change log:6c5bbd86c3..42482d4f53
Full diff:6c5bbd86c3..42482d4f53
Changed dependencies * src/base:735950ee7e..5d9c89d684
* src/build:fa4e56cd54..800b1a21ed
* src/ios:ce91b95565..9f181ae074
* src/testing:1cd8c31743..efbb3838d0
* src/third_party:ea1355f5cf..06d65fb9b8
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8db999ee35..bd9775167b * src/tools:bcea6a313c..fccbe0fd77
DEPS diff:6c5bbd86c3..42482d4f53
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I49a1f4d3a05f7584ae3ca7185fba6ebecb53a5d5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143840 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@{#28371}
This commit is contained in:

committed by
Commit Bot

parent
5767fb8cbd
commit
3894078d60
16
DEPS
16
DEPS
@ -7,7 +7,7 @@ vars = {
|
|||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||||
'chromium_revision': '6c5bbd86c39a374a45c72a5a11d05a39a7dc02c8',
|
'chromium_revision': '42482d4f5324ceefe37d7a84777c53febfcf4efa',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -24,7 +24,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling catapult
|
# the commit queue can handle CLs rolling catapult
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'catapult_revision': '8db999ee35fffb101c48baf7713006991ef1960e',
|
'catapult_revision': 'bd9775167ba8e71820d2160886ee64cc4dc4985c',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling libFuzzer
|
# the commit queue can handle CLs rolling libFuzzer
|
||||||
# and whatever else without interference from each other.
|
# 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
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
Var('chromium_git') + '/chromium/src/base' + '@' + '735950ee7eb6ee23667835078cad7554a1432e66',
|
Var('chromium_git') + '/chromium/src/base' + '@' + '5d9c89d6845c2e351f1b75fab0efade007f00a65',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'fa4e56cd5415a0dce1325f8a56a556c6c311093a',
|
Var('chromium_git') + '/chromium/src/build' + '@' + '800b1a21ed48bfa17e178da0062b62ca176c35f8',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d',
|
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -98,13 +98,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ce91b95565248fd6e9d1b0658c4c51aa341deffa',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9f181ae074b0f1e53bd60e9333cdfb816bc9ce44',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '1cd8c31743174b17b4ede4ad5bd0bf01268b5922',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + 'efbb3838d0aaaf89b183d84b4087a6bc7a9fef94',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea1355f5cf15399e29dad4964d3feb907f747572',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '06d65fb9b8e73e17c78f3affb172b59f5d228561',
|
||||||
|
|
||||||
'src/buildtools/linux64': {
|
'src/buildtools/linux64': {
|
||||||
'packages': [
|
'packages': [
|
||||||
@ -312,7 +312,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'bcea6a313cd3885e1b2a712b5563235b05bb5b7d',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + 'fccbe0fd77eaa449075328f8fa44b1899d0b493c',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user