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

Unified Diff: test/builddir/gyptest-default.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/builddir/gyptest-all.py ('k') | test/configurations/basics/gyptest-configurations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/builddir/gyptest-default.py
diff --git a/test/builddir/gyptest-default.py b/test/builddir/gyptest-default.py
index 1b47443fff46c18ed4b2c470cad75d43127dee09..4904cdab42e5cf38c2f01b5bd1775fde8dad29f3 100755
--- a/test/builddir/gyptest-default.py
+++ b/test/builddir/gyptest-default.py
@@ -23,8 +23,8 @@ import TestGyp
# its sources. I'm not sure if make is wrong for writing outside the current
# directory, or if the test is wrong for assuming everything generated is under
# the current directory.
-# Android, Ninja, and CMake do not support setting the build directory.
-test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android', '!cmake'])
+# Ninja and CMake do not support setting the build directory.
+test = TestGyp.TestGyp(formats=['!make', '!ninja', '!cmake'])
test.run_gyp('prog1.gyp', '--depth=..', chdir='src')
if test.format == 'msvs':
« no previous file with comments | « test/builddir/gyptest-all.py ('k') | test/configurations/basics/gyptest-configurations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698