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

Unified Diff: test/product/gyptest-product.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/no-cpp/gyptest-no-cpp.py ('k') | test/prune_targets/gyptest-prune-targets.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/product/gyptest-product.py
diff --git a/test/product/gyptest-product.py b/test/product/gyptest-product.py
index 955295d7109e5e8b9e1a9a82e962e1aedf84b11e..53eb5c376b61c3f4cfcd3bd64a7e2df6db46ddc4 100755
--- a/test/product/gyptest-product.py
+++ b/test/product/gyptest-product.py
@@ -11,8 +11,7 @@ using the default build target.
import TestGyp
-# Android does not support setting the build directory.
-test = TestGyp.TestGyp(formats=['!android'])
+test = TestGyp.TestGyp()
test.run_gyp('product.gyp')
test.build('product.gyp')
« no previous file with comments | « test/no-cpp/gyptest-no-cpp.py ('k') | test/prune_targets/gyptest-prune-targets.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698