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

Unified Diff: tools/gyp/configurations_android.gypi

Issue 11419237: Shared library for embedding VM in Android apps. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « samples/android_embedder/support_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_android.gypi
===================================================================
--- tools/gyp/configurations_android.gypi (revision 15456)
+++ tools/gyp/configurations_android.gypi (working copy)
@@ -40,7 +40,15 @@
'ANDROID',
],
'configurations': {
- 'Release': {
+ 'Dart_Debug': {
+ 'defines': [
+ 'DEBUG',
+ ],
+ },
+ 'Dart_Release': {
+ 'defines': [
+ 'NDEBUG',
+ ],
'cflags!': [
'-O2',
'-Os',
@@ -51,7 +59,7 @@
'-fomit-frame-pointer',
'-O3',
],
- }, # Release
+ },
}, # configurations
'cflags': [ '-Wno-abi', '-Wall', '-W', '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-fno-rtti', '-fno-exceptions', ],
« no previous file with comments | « samples/android_embedder/support_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698