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

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

Issue 42394: Cleanup remove mac specific type 'application'... (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 11 years, 9 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
Index: pylib/gyp/generator/scons.py
===================================================================
--- pylib/gyp/generator/scons.py (revision 374)
+++ pylib/gyp/generator/scons.py (working copy)
@@ -79,7 +79,6 @@
SConsTypeWriter = {
None : _SCons_null_writer,
'none' : _SCons_null_writer,
- 'application' : _SCons_program_writer,
'executable' : _SCons_program_writer,
'static_library' : _SCons_static_library_writer,
'shared_library' : _SCons_shared_library_writer,

Powered by Google App Engine
This is Rietveld 408576698