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

Unified Diff: test/same-target-name-different-directory/gyptest-all.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
Index: test/same-target-name-different-directory/gyptest-all.py
diff --git a/test/same-target-name-different-directory/gyptest-all.py b/test/same-target-name-different-directory/gyptest-all.py
index bc9b960ffea9fda4ba2acda29cd4edb5290ac806..755691b57647e1365065175864a44dc0f61c0a2a 100644
--- a/test/same-target-name-different-directory/gyptest-all.py
+++ b/test/same-target-name-different-directory/gyptest-all.py
@@ -10,7 +10,7 @@ Test cases when multiple targets in different directories have the same name.
import TestGyp
-test = TestGyp.TestGyp(formats=['android', 'ninja', 'make'])
+test = TestGyp.TestGyp(formats=['ninja', 'make'])
# xcode-ninja fails to generate a project due to id collisions
# cf. https://code.google.com/p/gyp/issues/detail?id=461
« no previous file with comments | « test/rules-dirname/gyptest-dirname.py ('k') | test/standalone-static-library/gyptest-standalone-static-library.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698