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

Unified Diff: test/rules-dirname/gyptest-dirname.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/rules-dirname/gyptest-dirname.py
diff --git a/test/rules-dirname/gyptest-dirname.py b/test/rules-dirname/gyptest-dirname.py
index 420b80f05c5f22457df8133f8ee3a3474c66453e..a100360aa4dbc012452262dc210ea3dea5e8188c 100755
--- a/test/rules-dirname/gyptest-dirname.py
+++ b/test/rules-dirname/gyptest-dirname.py
@@ -14,7 +14,9 @@ import sys
test = TestGyp.TestGyp(formats=['make', 'ninja', 'android', 'xcode', 'msvs'])
-test.run_gyp('actions.gyp', chdir='src')
+test.run_gyp('actions.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir='src')
test.relocate('src', 'relocate/src')

Powered by Google App Engine
This is Rietveld 408576698