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

Unified Diff: scripts/slave/recipes/ios/try.py

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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
Index: scripts/slave/recipes/ios/try.py
diff --git a/scripts/slave/recipes/ios/try.py b/scripts/slave/recipes/ios/try.py
index 8b11abba83a9bcbc744b317bae27f4b88e88752e..8e57d47a34074a5f3cbe0c79e0bc45ab07d14ef0 100644
--- a/scripts/slave/recipes/ios/try.py
+++ b/scripts/slave/recipes/ios/try.py
@@ -209,7 +209,8 @@ def GenTests(api):
'os': '8.1',
},
],
- 'use_mb': True,
+ 'mb_type': 'gn',
+ 'gn_args': 'target_os="ios" ios_enable_code_signing=false',
smut 2015/11/10 22:01:18 Can this be a dict like gyp_defines?
Dirk Pranke 2015/11/10 22:34:15 I actually don't think modeling gyp_defines as a d
smut 2015/11/10 23:25:34 It's hard to parse the diff when someone updates o
Dirk Pranke 2015/11/10 23:59:37 True, that's a good point. GN actually takes the
smut 2015/11/11 00:08:09 Just add ' '.join(self.__config['gn_args']) in ios
})
)

Powered by Google App Engine
This is Rietveld 408576698