Roll chromium_revision 5cfc439201..d3195585a8 (470273:470293)
Change log:5cfc439201..d3195585a8Full diff:5cfc439201..d3195585a8Changed dependencies: * src/ios:5e9f940632..f25ce98029* src/third_party:1c2df8c375..974e4e28a2* src/tools:3590d380d5..0af370fec5* src/webrtc/examples/androidtests/third_party/gradle:91e2db6576..136677338cDEPS diff:5cfc439201..d3195585a8/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2865293002 Cr-Commit-Position: refs/heads/master@{#18067}
This commit is contained in:
parent
c467520fb9
commit
f9e5ebcac7
10
DEPS
10
DEPS
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
'chromium_git': 'https://chromium.googlesource.com',
|
'chromium_git': 'https://chromium.googlesource.com',
|
||||||
'chromium_revision': '5cfc439201cc3a8700c9b202d6a53c78b362baf0',
|
'chromium_revision': 'd3195585a8ff4e75fdf4a99270e4f945473e69cb',
|
||||||
'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
|
||||||
@ -42,7 +42,7 @@ deps = {
|
|||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea51bee87e07746e79334da0b12a6f8e719cca6e',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ea51bee87e07746e79334da0b12a6f8e719cca6e',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '1c2df8c375082d03537801a15e50f5b9f992d735',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '974e4e28a2417044c456020aded9247c51138009',
|
||||||
'src/third_party/boringssl/src':
|
'src/third_party/boringssl/src':
|
||||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||||
'src/third_party/catapult':
|
'src/third_party/catapult':
|
||||||
@ -77,7 +77,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' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '3590d380d5b702ce17b583af8cf38c92da4385e1',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '0af370fec5f8afbd4deaf8eef33a535e122f4879',
|
||||||
'src/tools/gyp':
|
'src/tools/gyp':
|
||||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
@ -118,11 +118,11 @@ deps_os = {
|
|||||||
# Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC.
|
||||||
'src/webrtc/examples/androidtests/third_party/gradle':
|
'src/webrtc/examples/androidtests/third_party/gradle':
|
||||||
Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
||||||
'91e2db6576b438c7aa4746e9e19679b5fdfed3ea',
|
'136677338cef073cd5829164982f8ffdb882db5f',
|
||||||
},
|
},
|
||||||
'ios': {
|
'ios': {
|
||||||
'src/ios':
|
'src/ios':
|
||||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '5e9f940632803c382072976ba59aa8a8dfae6d7c',
|
Var('chromium_git') + '/chromium/src/ios' + '@' + 'f25ce9802927fcc7f2e789cedf7b8cde973c572d',
|
||||||
},
|
},
|
||||||
'unix': {
|
'unix': {
|
||||||
'src/third_party/lss':
|
'src/third_party/lss':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user