From 8769224d8dbe73e177d19012d54c9bb7e114a3fa Mon Sep 17 00:00:00 2001 From: "kjellander@chromium.org" Date: Tue, 24 Mar 2015 14:08:44 +0000 Subject: [PATCH] Switch WebRTC recipe to Git. BUG=412012 Review URL: https://codereview.chromium.org/765373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294546 0039d316-1c4b-4281-b951-d872f2087c98 --- recipes/webrtc.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/webrtc.py b/recipes/webrtc.py index 46447770e..e409d2fed 100644 --- a/recipes/webrtc.py +++ b/recipes/webrtc.py @@ -26,7 +26,6 @@ class WebRTC(recipe_util.Recipe): 'safesync_url': '', }, ], - 'auto': True, # Runs git auto-svn as a part of the fetch. 'with_branch_heads': True, } @@ -34,8 +33,8 @@ class WebRTC(recipe_util.Recipe): spec['target_os'] = props['target_os'].split(',') return { - 'type': 'gclient_git_svn', - 'gclient_git_svn_spec': spec, + 'type': 'gclient_git', + 'gclient_git_spec': spec, } @staticmethod