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

Unified Diff: test/subdirectory/gyptest-subdir-default.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
« pylib/gyp/generator/ninja.py ('K') | « test/subdirectory/gyptest-subdir-all.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/subdirectory/gyptest-subdir-default.py
diff --git a/test/subdirectory/gyptest-subdir-default.py b/test/subdirectory/gyptest-subdir-default.py
index 6372ea2a3ff4916d7b77f5d53b705536b5233ffe..92edcd217a5e052a9a10b90d6f83e7888ea0ee54 100644
--- a/test/subdirectory/gyptest-subdir-default.py
+++ b/test/subdirectory/gyptest-subdir-default.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')
« pylib/gyp/generator/ninja.py ('K') | « test/subdirectory/gyptest-subdir-all.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698