Start autorolling winsdk_samples
We control it in the WebRTC code hosting so why not autoroll it? Bug: None No-Try: True TBR: phoglund@webrtc.org Change-Id: I8b7d6d3b76de145b5b89d80d5d089d585c5f233b Reviewed-on: https://webrtc-review.googlesource.com/66360 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22703}
This commit is contained in:
@ -22,7 +22,6 @@ import urllib2
|
||||
|
||||
# Skip these dependencies (list without solution name prefix).
|
||||
DONT_AUTOROLL_THESE = [
|
||||
'src/third_party/winsdk_samples',
|
||||
'src/examples/androidtests/third_party/gradle',
|
||||
]
|
||||
|
||||
|
||||
@ -17,8 +17,9 @@ deps = {
|
||||
|
||||
deps_os = {
|
||||
# Entry only present in WebRTC, not Chromium.
|
||||
'win': {
|
||||
'src/third_party/winsdk_samples':
|
||||
Var('chromium_git') + '/external/webrtc/deps/third_party/winsdk_samples_v71@e71b549167a665d7424d6f1dadfbff4b4aad1589',
|
||||
'android': {
|
||||
'src/examples/androidtests/third_party/gradle':
|
||||
Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
|
||||
'89af43c4d0506f69980f00dde78c97b2f81437f8',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user