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

Side by Side Diff: tools/gyp/configurations_xcode.gypi

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « tools/dom/docs/docs.json ('k') | tools/task_kill.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « tools/dom/docs/docs.json ('k') | tools/task_kill.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698