Roll chromium_revision 12dd72e2ea..5cfc439201 (470258:470273)

Change log: 12dd72e2ea..5cfc439201
Full diff: 12dd72e2ea..5cfc439201

Changed dependencies:
* src/base: b72cc3014c..bff9f32161
* src/build: de992cd4b4..68de216302
* src/ios: 00e0828864..5e9f940632
* src/third_party: 47fb064789..1c2df8c375
* src/third_party/catapult: a263e5566d..b8a441dacc
* src/tools: 28e407e3c8..3590d380d5
* src/webrtc/examples/androidtests/third_party/gradle: b762622a18..91e2db6576
DEPS diff: 12dd72e2ea..5cfc439201/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2870893002
Cr-Commit-Position: refs/heads/master@{#18065}
This commit is contained in:
buildbot 2017-05-09 03:44:27 -07:00 committed by Commit bot
parent 99d9f61ad7
commit b8b901acac

16
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '12dd72e2ea6a81907434ec2192ffc25e85de4db9',
'chromium_revision': '5cfc439201cc3a8700c9b202d6a53c78b362baf0',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,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': 'a263e5566dcc7ea2e520c9f237ca21a556d10eaf',
'catapult_revision': 'b8a441daccc8d76c07e9a9374220695f2aba24bc',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -34,15 +34,15 @@ 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' + '@' + 'b72cc3014ce673f384e0a757c2ed5349daa3b3f6',
Var('chromium_git') + '/chromium/src/base' + '@' + 'bff9f32161e283c72ae4e2937c444bdff968fb21',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'de992cd4b40ba141c4f80978e1f127e375911b41',
Var('chromium_git') + '/chromium/src/build' + '@' + '68de2163023acd2ad4a1804c25bb0fa8cb6141d1',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea51bee87e07746e79334da0b12a6f8e719cca6e',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '47fb064789dd6a38e4fb8c1bd29f68bd0801085b',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1c2df8c375082d03537801a15e50f5b9f992d735',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -77,7 +77,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '28e407e3c86a0d27123696860dd40c8f5af36e08',
Var('chromium_git') + '/chromium/src/tools' + '@' + '3590d380d5b702ce17b583af8cf38c92da4385e1',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':
@ -118,11 +118,11 @@ deps_os = {
# Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC.
'src/webrtc/examples/androidtests/third_party/gradle':
Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
'b762622a185d59ce0cfc9cbc6ab5dd22469e18a6',
'91e2db6576b438c7aa4746e9e19679b5fdfed3ea',
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '00e08288645a05e28fde4b22deae4c2d0e85c0c6',
Var('chromium_git') + '/chromium/src/ios' + '@' + '5e9f940632803c382072976ba59aa8a8dfae6d7c',
},
'unix': {
'src/third_party/lss':