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

Unified Diff: test/prune_targets/gyptest-prune-targets.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/no-cpp/gyptest-no-cpp.py ('k') | test/rules-use-built-dependencies/gyptest-use-built-dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/prune_targets/gyptest-prune-targets.py
diff --git a/test/prune_targets/gyptest-prune-targets.py b/test/prune_targets/gyptest-prune-targets.py
index 4f1e64a3fdf6bb52171de4536ab02de968ec96cd..e54ce6adc28f650b617842af54b05fd1f9c62685 100644
--- a/test/prune_targets/gyptest-prune-targets.py
+++ b/test/prune_targets/gyptest-prune-targets.py
@@ -11,6 +11,9 @@ Verifies --root-target removes the unnecessary targets.
import TestGyp
test = TestGyp.TestGyp()
+# The xcode-ninja generator has its own logic for which targets to include
+if test.format == 'xcode-ninja':
+ test.skip_test()
build_error_code = {
'android': 2,
« no previous file with comments | « test/no-cpp/gyptest-no-cpp.py ('k') | test/rules-use-built-dependencies/gyptest-use-built-dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698