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

Unified Diff: dart/runtime/tools/gyp/runtime-configurations.gypi

Issue 10982070: Attempt to fix dartium mac build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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: dart/runtime/tools/gyp/runtime-configurations.gypi
diff --git a/dart/runtime/tools/gyp/runtime-configurations.gypi b/dart/runtime/tools/gyp/runtime-configurations.gypi
index 70f121c8bfc21d2b71bf7e21c96ddc968642bb8b..e0e10143073ff24d445ab4cb641749ba9b360cc3 100644
--- a/dart/runtime/tools/gyp/runtime-configurations.gypi
+++ b/dart/runtime/tools/gyp/runtime-configurations.gypi
@@ -11,6 +11,7 @@
'configurations': {
'Dart_Base': {
+ 'abstract': 1,
'xcode_settings': {
'GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS': 'YES', # -Woverloaded-virtual
},
@@ -33,18 +34,21 @@
},
'Dart_ia32_Base': {
+ 'abstract': 1,
'xcode_settings': {
'ARCHS': [ 'i386' ],
},
},
'Dart_x64_Base': {
+ 'abstract': 1,
'xcode_settings': {
'ARCHS': [ 'x86_64' ],
},
},
'Dart_simarm_Base': {
+ 'abstract': 1,
'xcode_settings': {
'ARCHS': [ 'i386' ],
'GCC_OPTIMIZATION_LEVEL': '3',
@@ -52,6 +56,7 @@
},
'Dart_Release': {
+ 'abstract': 1,
'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '3',
},
« 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