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

Unified Diff: pylib/gyp/generator/android.py

Issue 11230031: Android: replace NONE module class with GYP. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 2 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 | « no previous file | test/lib/TestGyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/generator/android.py
===================================================================
--- pylib/gyp/generator/android.py (revision 1521)
+++ pylib/gyp/generator/android.py (working copy)
@@ -163,7 +163,7 @@
extra_outputs = []
extra_sources = []
- self.android_class = MODULE_CLASSES.get(self.type, 'NONE')
+ self.android_class = MODULE_CLASSES.get(self.type, 'GYP')
Nico 2012/10/22 17:15:22 'GYP' is fairly general. Maybe 'GYP_NONE'?
Torne 2012/10/23 09:54:03 That would go back to having two directories, thou
self.android_module = self.ComputeAndroidModule(spec)
(self.android_stem, self.android_suffix) = self.ComputeOutputParts(spec)
self.output = self.output_binary = self.ComputeOutput(spec)
« no previous file with comments | « no previous file | test/lib/TestGyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698