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

Unified Diff: test/mac/gyptest-type-envvars.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 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
« no previous file with comments | « test/mac/gyptest-strip.py ('k') | test/make_global_settings/ar/gyptest-make_global_settings_ar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-type-envvars.py
diff --git a/test/mac/gyptest-type-envvars.py b/test/mac/gyptest-type-envvars.py
index 61596bae23a03ac03b426637155b3a685c4b6fc0..a5203c5f1e2050961dac9913a744c1ee9cf0bb3a 100755
--- a/test/mac/gyptest-type-envvars.py
+++ b/test/mac/gyptest-type-envvars.py
@@ -15,7 +15,9 @@ import sys
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
- test.run_gyp('test.gyp', chdir='type_envvars')
+ test.run_gyp('test.gyp',
+ '-G', 'xcode_ninja_target_pattern=^(?!nonbundle_none).*$',
+ chdir='type_envvars')
test.build('test.gyp', test.ALL, chdir='type_envvars')
« no previous file with comments | « test/mac/gyptest-strip.py ('k') | test/make_global_settings/ar/gyptest-make_global_settings_ar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698