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

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

Issue 10916006: Revert "Update V8 to 3.12." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | dart/tools/gyp/all.gypi » ('j') | 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 2396c023eb75e39392f4f6330a6c8944350b3329..a31fe1f1731236335536f5ce6113a8787d2a9a8e 100644
--- a/dart/runtime/tools/gyp/runtime-configurations.gypi
+++ b/dart/runtime/tools/gyp/runtime-configurations.gypi
@@ -1,63 +1,21 @@
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
{
- 'variables': {
- 'dart_debug_optimization_level%': '2',
- },
'target_defaults': {
'configurations': {
-
- 'Dart_Base': {
- 'xcode_settings': {
- 'GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS': 'YES', # -Woverloaded-virtual
- },
- },
-
'Dart_Debug': {
'abstract': 1,
'defines': [
'DEBUG',
],
},
-
'Debug': {
'defines': [
'DEBUG',
],
},
-
- 'Dart_ia32_Base': {
- 'xcode_settings': {
- 'ARCHS': [ 'i386' ],
- },
- },
-
- 'Dart_x64_Base': {
- 'xcode_settings': {
- 'ARCHS': [ 'x86_64' ],
- },
- },
-
- 'Dart_simarm_Base': {
- 'xcode_settings': {
- 'ARCHS': [ 'i386' ],
- 'GCC_OPTIMIZATION_LEVEL': '3',
- },
- },
-
- 'Dart_Debug': {
- 'xcode_settings': {
- 'GCC_OPTIMIZATION_LEVEL': '<(dart_debug_optimization_level)',
- },
- },
-
- 'Dart_Release': {
- 'xcode_settings': {
- 'GCC_OPTIMIZATION_LEVEL': '3',
- },
- },
},
},
}
« no previous file with comments | « no previous file | dart/tools/gyp/all.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698