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

Unified Diff: test/hello/gyptest-regyp-output.py

Issue 1131213003: Remove the Android generator. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « test/gyp-defines/gyptest-multiple-values.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/hello/gyptest-regyp-output.py
diff --git a/test/hello/gyptest-regyp-output.py b/test/hello/gyptest-regyp-output.py
index 5e698b1e1148bd65e521f17f737b5e9117442e0d..fd88a85503a2703a5686e17040ee02e48f980b2b 100644
--- a/test/hello/gyptest-regyp-output.py
+++ b/test/hello/gyptest-regyp-output.py
@@ -12,8 +12,8 @@ Verifies that Makefiles get rebuilt when a source gyp file changes and
import TestGyp
# Regenerating build files when a gyp file changes is currently only supported
-# by the make and Android generators, and --generator-output is not supported
-# by Android and ninja, so we can only test for make.
+# by the make generator, and --generator-output is not supported by ninja, so we
+# can only test for make.
test = TestGyp.TestGyp(formats=['make'])
CHDIR='generator-output'
« no previous file with comments | « test/gyp-defines/gyptest-multiple-values.py ('k') | test/lib/TestGyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698