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

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

Issue 14084006: - Reduce warnings about project settings in Xcode 4. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « runtime/vm/simulator_mips.cc ('k') | no next file » | 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 enviroment. This file is included in all GYP
7 # files that are used by the Dart project. This includes V8's GYP 7 # files that are used by the Dart project. This includes V8's GYP
8 # files. 8 # files.
9 9
10 # READ BEFORE EDITING: 10 # READ BEFORE EDITING:
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # subdirectories. Without this option, vm/assert.h conflicts 44 # subdirectories. Without this option, vm/assert.h conflicts
45 # with the system header assert.h. Apple also recommend 45 # with the system header assert.h. Apple also recommend
46 # setting this to NO. 46 # setting this to NO.
47 'ALWAYS_SEARCH_USER_PATHS': 'NO', 47 'ALWAYS_SEARCH_USER_PATHS': 'NO',
48 48
49 # Attempt to remove compiler options that Xcode adds by default. 49 # Attempt to remove compiler options that Xcode adds by default.
50 'GCC_CW_ASM_SYNTAX': 'NO', # Remove -fasm-blocks. 50 'GCC_CW_ASM_SYNTAX': 'NO', # Remove -fasm-blocks.
51 51
52 'GCC_ENABLE_PASCAL_STRINGS': 'NO', 52 'GCC_ENABLE_PASCAL_STRINGS': 'NO',
53 'GCC_ENABLE_TRIGRAPHS': 'NO', 53 'GCC_ENABLE_TRIGRAPHS': 'NO',
54 'PREBINDING': 'NO', 54 'COMBINE_HIDPI_IMAGES': 'YES',
siva 2013/04/22 17:17:27 Just curious, why do we need this option. Do we ha
Ivan Posva 2013/04/22 23:04:45 If you do not set this, then Xcode complains about
55 }, 55 },
56 }, 56 },
57 }, 57 },
58 }, 58 },
59 } 59 }
OLDNEW
« no previous file with comments | « runtime/vm/simulator_mips.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698