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

Unified Diff: test/generator-output/gyptest-top-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
« no previous file with comments | « test/generator-output/gyptest-symlink.py ('k') | test/gyp-defines/gyptest-multiple-values.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generator-output/gyptest-top-all.py
diff --git a/test/generator-output/gyptest-top-all.py b/test/generator-output/gyptest-top-all.py
index c1d9f60d66953ad327d40c64b1417a803d0cbe38..b1776776ead76ad00e19d21fc7c0e565ff1deee6 100755
--- a/test/generator-output/gyptest-top-all.py
+++ b/test/generator-output/gyptest-top-all.py
@@ -12,8 +12,7 @@ directory tree.
import TestGyp
-# Android doesn't support --generator-output.
-test = TestGyp.TestGyp(formats=['!android'])
+test = TestGyp.TestGyp()
test.writable(test.workpath('src'), False)
« no previous file with comments | « test/generator-output/gyptest-symlink.py ('k') | test/gyp-defines/gyptest-multiple-values.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698