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

Unified Diff: test/subdirectory/gyptest-subdir-all.py

Issue 7696003: ninja: land generator for ninja files (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: fixes Created 9 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/subdirectory/gyptest-subdir-all.py
diff --git a/test/subdirectory/gyptest-subdir-all.py b/test/subdirectory/gyptest-subdir-all.py
index fbaef322ccc3a0ba5ad3b6fc3d53d8514cd19ae6..93344a075cf440add841890711b8628d108ba654 100644
--- a/test/subdirectory/gyptest-subdir-all.py
+++ b/test/subdirectory/gyptest-subdir-all.py
@@ -13,7 +13,8 @@ and using the subdirectory's solution or project file as the entry point.
import TestGyp
import errno
-test = TestGyp.TestGyp()
+# Ninja doesn't support running from subdirectories.
+test = TestGyp.TestGyp(formats=['!ninja'])
test.run_gyp('prog1.gyp', chdir='src')

Powered by Google App Engine
This is Rietveld 408576698