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

Unified Diff: dart/tools/gyp/configurations_msvs.gypi

Issue 119673004: Version 1.1.0-dev.5.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 | « dart/tools/gyp/configurations_make.gypi ('k') | dart/tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/gyp/configurations_msvs.gypi
===================================================================
--- dart/tools/gyp/configurations_msvs.gypi (revision 31530)
+++ dart/tools/gyp/configurations_msvs.gypi (working copy)
@@ -8,7 +8,26 @@
},
'target_defaults': {
'configurations': {
- 'Dart_Debug': {
+ 'Dart_Win_Base': {
+ 'abstract': 1,
+ 'defines': [
+ '_HAS_EXCEPTIONS=0', # disable C++ exceptions use in C++ std. libs.
+ ],
+ },
+ 'Dart_Win_ia32_Base': {
+ 'abstract': 1,
+ },
+ 'Dart_Win_x64_Base': {
+ 'abstract': 1,
+ },
+ 'Dart_Win_simarm_Base': {
+ 'abstract': 1,
+ },
+ 'Dart_Win_simmips_Base': {
+ 'abstract': 1,
+ },
+ 'Dart_Win_Debug': {
+ 'abstract': 1,
'msvs_settings': {
'VCCLCompilerTool': {
'Optimization': '<(dart_debug_optimization_level)',
@@ -36,7 +55,8 @@
'msvs_disabled_warnings': [4351],
},
- 'Dart_Release': {
+ 'Dart_Win_Release': {
+ 'abstract': 1,
'msvs_settings': {
'VCCLCompilerTool': {
'Optimization': '2',
@@ -68,8 +88,5 @@
'msvs_disabled_warnings': [4351],
},
},
- 'defines': [
- '_HAS_EXCEPTIONS=0', # disable C++ exceptions use in C++ std. libs.
- ],
},
}
« no previous file with comments | « dart/tools/gyp/configurations_make.gypi ('k') | dart/tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698