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

Unified Diff: test/same-rule-output-file-name/gyptest-all.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/same-rule-output-file-name/gyptest-all.py
diff --git a/test/same-rule-output-file-name/gyptest-all.py b/test/same-rule-output-file-name/gyptest-all.py
index 964e6b7721a7029502af18ad6d9e512056c475c4..748ae1d2f34ab88d446304524fcb7043f4dfffc2 100644
--- a/test/same-rule-output-file-name/gyptest-all.py
+++ b/test/same-rule-output-file-name/gyptest-all.py
@@ -12,7 +12,9 @@ import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('subdirs.gyp', chdir='src')
+test.run_gyp('subdirs.gyp',
+ '-G', 'xcode_ninja_target_pattern=^subdirs$',
+ chdir='src')
test.relocate('src', 'relocate/src')

Powered by Google App Engine
This is Rietveld 408576698