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/sibling/gyptest-relocate.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/sibling/gyptest-relocate.py
diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py
index 176545fa6412ab0768452c95e3998858704d98b7..7c86548186ba78527b1993a5ee331d3912a4a5ec 100644
--- a/test/sibling/gyptest-relocate.py
+++ b/test/sibling/gyptest-relocate.py
@@ -23,7 +23,7 @@ chdir = 'relocate/src/build'
# TODO(mmoss) Should the Makefile go in the directory of the passed in .gyp
# file? What about when passing in multiple .gyp files? Would sub-project
# Makefiles (see http://codereview.chromium.org/340008 comments) solve this?
-if test.format == 'make':
+if test.format in ('make', 'ninja'):
chdir = 'relocate/src'
if test.format == 'xcode':

Powered by Google App Engine
This is Rietveld 408576698