| 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'
 | 
| 
 |