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

Unified Diff: pylib/gyp/generator/msvs.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/msvs.py
===================================================================
--- pylib/gyp/generator/msvs.py (revision 374)
+++ pylib/gyp/generator/msvs.py (working copy)
@@ -156,7 +156,6 @@
# Pick target configuration type.
config_type = {
'executable': '1',
- 'application': '1',
'shared_library': '2',
'static_library': '4',
'none': '10',

Powered by Google App Engine
This is Rietveld 408576698