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

Unified Diff: test/copies/gyptest-updir.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/copies/gyptest-samedir.py ('k') | test/escaping/gyptest-colon.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/copies/gyptest-updir.py
diff --git a/test/copies/gyptest-updir.py b/test/copies/gyptest-updir.py
index afd3abcc76c24f77ff553361f64b58425c4f9c14..8bec40748177a5ad49726aba1e3c4e581280ccb1 100755
--- a/test/copies/gyptest-updir.py
+++ b/test/copies/gyptest-updir.py
@@ -11,8 +11,7 @@ yields a make variable.
import TestGyp
-# The Android build system doesn't allow output to go to arbitrary places.
-test = TestGyp.TestGyp(formats=['!android'])
+test = TestGyp.TestGyp()
test.run_gyp('copies-updir.gyp', chdir='src')
test.relocate('src', 'relocate/src')
« no previous file with comments | « test/copies/gyptest-samedir.py ('k') | test/escaping/gyptest-colon.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698