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

Unified Diff: tools/gyp/configurations_msvs.gypi

Issue 10834225: Revert 10374 - clobbering did not help. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_msvs.gypi
===================================================================
--- tools/gyp/configurations_msvs.gypi (revision 10374)
+++ tools/gyp/configurations_msvs.gypi (working copy)
@@ -17,7 +17,6 @@
'ExceptionHandling': '0',
'RuntimeTypeInfo': 'false',
'OmitFramePointers': 'false',
- 'RuntimeLibrary': '3', # MultiThreadedDebugDLL
},
'VCLinkerTool': {
'LinkIncremental': '2',
@@ -25,7 +24,6 @@
'StackReserveSize': '2097152',
},
},
- 'defines': [ '_DEBUG' ],
},
'Dart_Release': {
@@ -39,7 +37,6 @@
'RuntimeTypeInfo': 'false',
'OmitFramePointers': 'false',
'StringPooling': 'true',
- 'RuntimeLibrary': '2', # MultiThreadedDll
},
'VCLinkerTool': {
'LinkIncremental': '1',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698