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

Unified Diff: test/no-cpp/gyptest-no-cpp.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/module/gyptest-default.py ('k') | test/product/gyptest-product.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/no-cpp/gyptest-no-cpp.py
diff --git a/test/no-cpp/gyptest-no-cpp.py b/test/no-cpp/gyptest-no-cpp.py
index 3f93d42feb0ca66c9b4f559cb22a2d4845a825db..d37e3c194b71a226bc0b315a3843bf295fb8b784 100644
--- a/test/no-cpp/gyptest-no-cpp.py
+++ b/test/no-cpp/gyptest-no-cpp.py
@@ -16,9 +16,9 @@ import sys
# set |match| to ignore build stderr output.
test = TestGyp.TestGyp(match = lambda a, b: True)
-if sys.platform != 'win32' and test.format not in ('make', 'android'):
+if sys.platform != 'win32' and test.format != 'make':
# TODO: This doesn't pass with make.
- # TODO: Does a test like this make sense with Windows? Android?
+ # TODO: Does a test like this make sense with Windows?
CHDIR = 'src'
test.run_gyp('test.gyp', chdir=CHDIR)
« no previous file with comments | « test/module/gyptest-default.py ('k') | test/product/gyptest-product.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698