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

Issue 14084006: - Reduce warnings about project settings in Xcode 4. (Closed)

Created:
7 years, 8 months ago by Ivan Posva
Modified:
7 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, tfarina
Visibility:
Public.

Description

- Reduce warnings about project settings in Xcode 4. - Address compilation warnings found by clang. Committed: https://code.google.com/p/dart/source/detail?r=21786

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M runtime/bin/dbg_message.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/socket_macos.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/gyp/configurations_xcode.gypi View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
TBR
7 years, 8 months ago (2013-04-22 05:30:38 UTC) #1
Ivan Posva
Committed patchset #1 manually as r21786 (presubmit successful).
7 years, 8 months ago (2013-04-22 05:31:17 UTC) #2
siva
lgtm https://codereview.chromium.org/14084006/diff/1/tools/gyp/configurations_xcode.gypi File tools/gyp/configurations_xcode.gypi (right): https://codereview.chromium.org/14084006/diff/1/tools/gyp/configurations_xcode.gypi#newcode54 tools/gyp/configurations_xcode.gypi:54: 'COMBINE_HIDPI_IMAGES': 'YES', Just curious, why do we need ...
7 years, 8 months ago (2013-04-22 17:17:27 UTC) #3
Ivan Posva
7 years, 8 months ago (2013-04-22 23:04:45 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/14084006/diff/1/tools/gyp/configurations_xcod...
File tools/gyp/configurations_xcode.gypi (right):

https://codereview.chromium.org/14084006/diff/1/tools/gyp/configurations_xcod...
tools/gyp/configurations_xcode.gypi:54: 'COMBINE_HIDPI_IMAGES': 'YES',
On 2013/04/22 17:17:27, siva wrote:
> Just curious, why do we need this option. Do we have any image files which are
> part of the build?

If you do not set this, then Xcode complains about the setting missing even if
you have no images in the target. Brilliant!

Powered by Google App Engine
This is Rietveld 408576698