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

Unified Diff: test/module/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/library_dirs/gyptest-library-dirs.py ('k') | test/no-cpp/gyptest-no-cpp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/module/gyptest-default.py
diff --git a/test/module/gyptest-default.py b/test/module/gyptest-default.py
index 7be5a72341774ae87e02037b03fe4263245dcd56..7fecf3ca4d2b2ad8a444b720545d9c7c62f8ea6c 100755
--- a/test/module/gyptest-default.py
+++ b/test/module/gyptest-default.py
@@ -12,8 +12,7 @@ path as the executable.
import TestGyp
-# Android doesn't support loadable modules
-test = TestGyp.TestGyp(formats=['!android'])
+test = TestGyp.TestGyp()
test.run_gyp('module.gyp', chdir='src')
« no previous file with comments | « test/library_dirs/gyptest-library-dirs.py ('k') | test/no-cpp/gyptest-no-cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698