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

Unified Diff: recipes/chromium.py

Issue 14315010: Add fetch recipe alias targeting Android (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix git cl upload Created 7 years, 8 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/android.py ('K') | « recipes/android.py ('k') | no next file » | 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 b9156ed926c8cbd484dd1641e7c260fc95dfc2fa..ef63fa0418ffbf7dcd4e036ff1a4add3c9219129 100644
--- a/recipes/chromium.py
+++ b/recipes/chromium.py
@@ -30,6 +30,8 @@ class Chromium(recipe_util.Recipe):
}
if props.get('submodule_git_svn_spec'):
spec['submodule_git_svn_spec'] = props['submodule_git_svn_spec']
+ if props.get('target_os'):
+ spec['target_os'] = props['target_os'].split(',')
M-A Ruel 2013/04/24 13:09:14 Any problem about whitespaces? If so; [i.strip() f
janx 2013/04/26 10:05:09 I don't see why we would have whitespace problems.
checkout_type = 'gclient_git_svn'
if props.get('nosvn'):
checkout_type = 'gclient_git'
« recipes/android.py ('K') | « recipes/android.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698