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

Unified Diff: test/no-output/gyptest-no-output.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/no-output/gyptest-no-output.py
diff --git a/test/no-output/gyptest-no-output.py b/test/no-output/gyptest-no-output.py
index 8431241c58930dc13b286071694f6347d423c5ab..bf9a0b5aaa4c24199d5a30a4b8c4b4d023eaad01 100644
--- a/test/no-output/gyptest-no-output.py
+++ b/test/no-output/gyptest-no-output.py
@@ -10,7 +10,9 @@ Verified things don't explode when there are targets without outputs.
import TestGyp
-test = TestGyp.TestGyp()
+# TODO(evan): in ninja when there are no targets, there is no 'all'
+# target either. Disabling this test for now.
+test = TestGyp.TestGyp(formats=['!ninja'])
test.run_gyp('nooutput.gyp', chdir='src')
test.relocate('src', 'relocate/src')

Powered by Google App Engine
This is Rietveld 408576698