Chromium Code Reviews| 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) |