OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 # The purpose of this file and others in this directory is to simulate | 5 # The purpose of this file and others in this directory is to simulate |
6 # the Chromium build enviroment. This file is included in all GYP | 6 # the Chromium build environment. This file is included in all GYP |
7 # files that are used by the Dart project. | 7 # files that are used by the Dart project. |
8 | 8 |
9 # READ BEFORE EDITING: | 9 # READ BEFORE EDITING: |
10 # Do not add Dart VM specific configuration to this file. Instead, | 10 # Do not add Dart VM specific configuration to this file. Instead, |
11 # modify runtime/tools/gyp/runtime-configurations.gypi. | 11 # modify runtime/tools/gyp/runtime-configurations.gypi. |
12 | 12 |
13 { | 13 { |
14 'variables': { | 14 'variables': { |
15 'xcode_gcc_version%': '<!(python <(DEPTH)/tools/gyp/find_mac_gcc_version.py)
', | 15 'xcode_gcc_version%': '<!(python <(DEPTH)/tools/gyp/find_mac_gcc_version.py)
', |
16 }, | 16 }, |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'xcode_settings': { | 106 'xcode_settings': { |
107 'OTHER_CFLAGS': [ | 107 'OTHER_CFLAGS': [ |
108 '-fomit-frame-pointer', | 108 '-fomit-frame-pointer', |
109 '-momit-leaf-frame-pointer', | 109 '-momit-leaf-frame-pointer', |
110 ], | 110 ], |
111 }, | 111 }, |
112 }, | 112 }, |
113 }, | 113 }, |
114 }, | 114 }, |
115 } | 115 } |
OLD | NEW |