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

Unified Diff: test/generator-output/gyptest-copies.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/generator-output/gyptest-copies.py
diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py
index 414b7c3717db5e1bda0d77f1f965334dec419ed5..83ba013f0fe5c62cb78189682ecbea60e2406e9d 100644
--- a/test/generator-output/gyptest-copies.py
+++ b/test/generator-output/gyptest-copies.py
@@ -5,12 +5,14 @@
# found in the LICENSE file.
"""
-Verifies file copies using an explicit build target of 'all'.
+Verifies file copies with --generator-output using an explicit build
+target of 'all'.
"""
import TestGyp
-test = TestGyp.TestGyp()
+# Ninja doesn't support --generator-output.
+test = TestGyp.TestGyp(formats=['!ninja'])
test.writable(test.workpath('copies'), False)

Powered by Google App Engine
This is Rietveld 408576698