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

Unified Diff: test/subdirectory/gyptest-subdir-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/subdirectory/gyptest-subdir-all.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/subdirectory/gyptest-subdir-default.py
diff --git a/test/subdirectory/gyptest-subdir-default.py b/test/subdirectory/gyptest-subdir-default.py
index 5d262f807560ca3fc16a640a664fc9c84a009063..2cb6659beb8a7c6aba5dd1f566068432fc180049 100755
--- a/test/subdirectory/gyptest-subdir-default.py
+++ b/test/subdirectory/gyptest-subdir-default.py
@@ -13,10 +13,9 @@ and using the subdirectory's solution or project file as the entry point.
import TestGyp
import errno
-# Android doesn't support running from subdirectories.
# Ninja doesn't support relocation.
# CMake produces a single CMakeLists.txt in the output directory.
-test = TestGyp.TestGyp(formats=['!ninja', '!android', '!cmake'])
+test = TestGyp.TestGyp(formats=['!ninja', '!cmake'])
test.run_gyp('prog1.gyp', chdir='src')
« no previous file with comments | « test/subdirectory/gyptest-subdir-all.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698