From bd9968faec721ef2906673fe319c7c821d1a9c86 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 3 Apr 2018 10:35:07 +0200 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#22703} --- tools_webrtc/autoroller/roll_deps.py | 1 - tools_webrtc/autoroller/unittests/testdata/DEPS | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py index 7d57a0f0af..6f1239c391 100755 --- a/tools_webrtc/autoroller/roll_deps.py +++ b/tools_webrtc/autoroller/roll_deps.py @@ -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', ] diff --git a/tools_webrtc/autoroller/unittests/testdata/DEPS b/tools_webrtc/autoroller/unittests/testdata/DEPS index ff30f0b481..8d6c0d62a3 100644 --- a/tools_webrtc/autoroller/unittests/testdata/DEPS +++ b/tools_webrtc/autoroller/unittests/testdata/DEPS @@ -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', }, }