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

Unified Diff: test/actions/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
« no previous file with comments | « pylib/gyp/generator/android.py ('k') | test/actions/gyptest-default.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/actions/gyptest-all.py
diff --git a/test/actions/gyptest-all.py b/test/actions/gyptest-all.py
index ea555550a2080481b3224cfdfa794a993af85d87..c8833a5d1ec45848eb81d4d31cda803bc119657e 100755
--- a/test/actions/gyptest-all.py
+++ b/test/actions/gyptest-all.py
@@ -22,8 +22,7 @@ test.relocate('src', 'relocate/src')
# writes it as a means to making the action run on every build. That
# doesn't mesh well with ninja's semantics. TODO(evan): figure out
# how to work always-run actions in to ninja.
-# Android also can't do this as it doesn't have order-only dependencies.
-if test.format in ['ninja', 'android', 'xcode-ninja']:
+if test.format in ['ninja', 'xcode-ninja']:
test.build('actions.gyp', test.ALL, chdir='relocate/src')
else:
# Test that an "always run" action increases a counter on multiple
« no previous file with comments | « pylib/gyp/generator/android.py ('k') | test/actions/gyptest-default.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698