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

Unified Diff: test/library/gyptest-shared-obj-install-path.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/library/gyptest-shared.py ('k') | test/library/gyptest-static.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/library/gyptest-shared-obj-install-path.py
diff --git a/test/library/gyptest-shared-obj-install-path.py b/test/library/gyptest-shared-obj-install-path.py
index 04f32e50115383db62d2ba1db88b5f244ede40b2..af335365f98e0097f42908f8234c620ab8ec16e4 100755
--- a/test/library/gyptest-shared-obj-install-path.py
+++ b/test/library/gyptest-shared-obj-install-path.py
@@ -23,10 +23,7 @@ test.relocate('src', 'relocate/src')
test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
-if test.format=='android':
- makefile_path = 'relocate/src/GypAndroid.mk'
-else:
- makefile_path = 'relocate/src/Makefile'
+makefile_path = 'relocate/src/Makefile'
with open(makefile_path) as makefile:
make_contents = makefile.read()
« no previous file with comments | « test/library/gyptest-shared.py ('k') | test/library/gyptest-static.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698