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

Unified Diff: test/standalone-static-library/gyptest-standalone-static-library.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/same-target-name-different-directory/gyptest-all.py ('k') | test/subdirectory/gyptest-subdir-all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/standalone-static-library/gyptest-standalone-static-library.py
diff --git a/test/standalone-static-library/gyptest-standalone-static-library.py b/test/standalone-static-library/gyptest-standalone-static-library.py
index ff12570b605f15b5fd5b48df3cb09be9cab1716b..50535abfc7b0a075be2aff535d3d19ae45225283 100644
--- a/test/standalone-static-library/gyptest-standalone-static-library.py
+++ b/test/standalone-static-library/gyptest-standalone-static-library.py
@@ -14,10 +14,8 @@ import sys
import TestGyp
# standalone_static_library currently means two things: a specific output
-# location for the built target and non-thin archive files. The Android gyp
-# generator leaves both decisions to the Android build system, so this test
-# doesn't work for that format.
-test = TestGyp.TestGyp(formats=['!android'])
+# location for the built target and non-thin archive files.
+test = TestGyp.TestGyp()
# Verify that types other than static_library cause a failure.
test.run_gyp('invalid.gyp', status=1, stderr=None)
« no previous file with comments | « test/same-target-name-different-directory/gyptest-all.py ('k') | test/subdirectory/gyptest-subdir-all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698