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

Unified Diff: tools/gyp/configurations.gypi

Issue 12018023: Modify vm code base so that it can be built for --arch=simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« runtime/vm/elfgen.h ('K') | « runtime/vm/vm_sources.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations.gypi
===================================================================
--- tools/gyp/configurations.gypi (revision 17319)
+++ tools/gyp/configurations.gypi (working copy)
@@ -114,11 +114,7 @@
},
'ReleaseSIMARM': {
- # Should not inherit from Dart_Release (see DebugSIMARM).
- 'inherit_from': ['Dart_Base', 'Dart_simarm_Base'],
- 'defines': [
- 'NDEBUG',
- ],
+ 'inherit_from': ['Dart_Base', 'Dart_simarm_Base', 'Dart_Release'],
},
'DebugARM': {
@@ -140,11 +136,7 @@
},
'ReleaseSIMMIPS': {
- # Should not inherit from Dart_Release (see DebugSIMMIPS).
- 'inherit_from': ['Dart_Base', 'Dart_simmips_Base'],
- 'defines': [
- 'NDEBUG',
- ],
+ 'inherit_from': ['Dart_Base', 'Dart_simmips_Base', 'Dart_Release'],
},
'DebugMIPS': {
« runtime/vm/elfgen.h ('K') | « runtime/vm/vm_sources.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698