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

Unified Diff: recipes/chromium.py

Issue 21428002: Add fetch recipe targeting iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | recipes/ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/chromium.py
diff --git a/recipes/chromium.py b/recipes/chromium.py
index 212b5a8eb45ca9ea1f270e33e66f3926b72c6cd1..a42dc51acc0fe93e4461730ce38f57d8ff2733ec 100644
--- a/recipes/chromium.py
+++ b/recipes/chromium.py
@@ -34,6 +34,8 @@ class Chromium(recipe_util.Recipe):
spec['submodule_git_svn_spec'] = props['submodule_git_svn_spec']
if props.get('target_os'):
spec['target_os'] = props['target_os'].split(',')
+ if props.get('target_os_only'):
+ spec['target_os_only'] = props['target_os_only']
checkout_type = 'gclient_git_svn'
if props.get('nosvn'):
checkout_type = 'gclient_git'
« no previous file with comments | « no previous file | recipes/ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698