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
|
}) |
) |