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

Issue 9380046: mac make&ninja: Support GCC_CHAR_IS_UNSIGNED_CHAR. (Closed)

Created:
8 years, 10 months ago by Nico
Modified:
8 years, 10 months ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

mac make&ninja: Support GCC_CHAR_IS_UNSIGNED_CHAR. Used in breakpad. Apparently not critical, but if it's used, it should be supported. Committed: https://code.google.com/p/gyp/source/detail?r=1197

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M pylib/gyp/xcode_emulation.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
8 years, 10 months ago (2012-02-11 21:00:46 UTC) #1
Mark Mentovai
8 years, 10 months ago (2012-02-12 01:06:17 UTC) #2
LGTM. Some of the (maybe third-party?) DWARF handling code in Breakpad depends
on this, and breaks silently if char is signed.

Powered by Google App Engine
This is Rietveld 408576698