Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1214)

Unified Diff: recipes/naclports.py

Issue 656623003: Update fetch to support more flexible refspecs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« recipes/depot_tools.py ('K') | « recipes/nacl.py ('k') | recipes/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/naclports.py
diff --git a/recipes/naclports.py b/recipes/naclports.py
index 3e687418abc2ded811f6e64becc40cf403249f2b..10a0b28fb60030963bb23bbd2809c8a5479c4e5a 100644
--- a/recipes/naclports.py
+++ b/recipes/naclports.py
@@ -15,12 +15,13 @@ class Naclports(recipe_util.Recipe):
@staticmethod
def fetch_spec(props):
url = 'https://chromium.googlesource.com/external/naclports.git'
- solution = { 'name' :'src',
- 'url' : url,
- 'deps_file': 'DEPS',
- 'managed' : False,
- 'custom_deps': {},
- 'safesync_url': '',
+ solution = {
+ 'name' : 'src',
+ 'url' : url,
+ 'deps_file' : 'DEPS',
+ 'managed' : False,
+ 'custom_deps' : {},
+ 'safesync_url': '',
}
spec = {
'solutions': [solution],
« recipes/depot_tools.py ('K') | « recipes/nacl.py ('k') | recipes/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698