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

Unified Diff: test/ios/gyptest-per-config-settings.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years, 4 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
Index: test/ios/gyptest-per-config-settings.py
diff --git a/test/ios/gyptest-per-config-settings.py b/test/ios/gyptest-per-config-settings.py
index d15907e721e0746b615f1343502a904b93f5b38b..631e487a3ea9b079234ebd85dd342822d0db8707 100644
--- a/test/ios/gyptest-per-config-settings.py
+++ b/test/ios/gyptest-per-config-settings.py
@@ -91,7 +91,9 @@ def ConvertBinaryPlistToXML(path):
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
- test.run_gyp('test-device.gyp', chdir='app-bundle')
+ test.run_gyp('test-device.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir='app-bundle')
test_configs = ['Default-iphoneos', 'Default']
# TODO(justincohen): Disabling 'Default-iphoneos' for xcode until bots are

Powered by Google App Engine
This is Rietveld 408576698