Roll chromium_revision 41f6c8762d..05400aa561 (524668:524705)

Change log: 41f6c8762d..05400aa561
Full diff: 41f6c8762d..05400aa561

Changed dependencies:
* src/ios: 6d8ff7ffd6..903ed16dde
* src/testing: 20997c6a4a..cfaa86d436
* src/third_party: f51d69b2fb..6abb4f1e26
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/ad4583d06e..8a4ac91dd3
* src/third_party/libvpx/source/libvpx: cbe62b9c2d..14dbdd95e6
DEPS diff: 41f6c8762d..05400aa561/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I016cd0a48ed334ba28e2a3199ee02b062709a180
Reviewed-on: https://webrtc-review.googlesource.com/34460
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21329}
This commit is contained in:
Autoroller 2017-12-18 06:46:14 -08:00 committed by Commit Bot
parent 7634c16a02
commit b65ec39551

12
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': '41f6c8762dca5575d4dfee57457fd6b47a93cad9',
'chromium_revision': '05400aa561a0f4b314910fce0e62af1c1e76a35a',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -28,7 +28,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': 'ad4583d06ecd8aca6d3f4661f075f15b47e9dbf7',
'catapult_revision': '8a4ac91dd3927e5edb725d452775055a695fa62d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6d8ff7ffd603895972e86776a70db97a19cfc9c3',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '903ed16ddeb0d0798e3f8372fad08aa9b2244eb0',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '20997c6a4a326d4c8803490f6d2369d0beed90b9',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'cfaa86d436c3572e9a47da284ce38d8e774fc33a',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f51d69b2fb1e1a2dc7babd39975824249246ac5b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '6abb4f1e26be3dbca7a7310cedb49a7081bfc572',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',
@ -113,7 +113,7 @@ deps = {
'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'cbe62b9c2d2b006aba52c8eebe7d842e59166fe4',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '14dbdd95e686eafbe556c154c9e0bd76fe1d2d1a',
'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'd94a4867bf8be91e4c0fa8b7a4133ba060fe524f',
'src/third_party/lss': {