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

Issue 17392: Make resource_bundle compile on Linux. (Closed)

Created:
11 years, 11 months ago by Evan Martin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make resource_bundle compile on Linux. It's still missing implementations of many functions, but those will be easier to implement once we have the data file generation working, which Tony has underway.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M chrome/common/common.scons View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/gfx/chrome_font.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/gfx/chrome_font_skia.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/resource_bundle.h View 1 chunk +5 lines, -0 lines 1 comment Download
M chrome/common/resource_bundle.cc View 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Evan Martin
11 years, 11 months ago (2009-01-13 19:54:22 UTC) #1
tony
LGTM http://codereview.chromium.org/17392/diff/1/5 File chrome/common/resource_bundle.cc (right): http://codereview.chromium.org/17392/diff/1/5#newcode7 Line 7: #if defined(OS_WIN) Tears. Maybe we should try ...
11 years, 11 months ago (2009-01-13 21:33:27 UTC) #2
Dean McNamee
http://codereview.chromium.org/17392/diff/1/6 File chrome/common/resource_bundle.h (right): http://codereview.chromium.org/17392/diff/1/6#newcode22 Line 22: #if defined(OS_LINUX) I don't see why this should ...
11 years, 11 months ago (2009-01-14 11:28:02 UTC) #3
Evan Martin
11 years, 11 months ago (2009-01-14 18:00:02 UTC) #4
On 2009/01/14 11:28:02, Dean McNamee wrote:
> http://codereview.chromium.org/17392/diff/1/6#newcode22
> Line 22: #if defined(OS_LINUX)
> I don't see why this should have to be ifdef'd, it's just a forward
declaration,
> it should work everywhere?

Yeah, I guess so.  The code isn't even compiled in on Windows though, so it
might be confusing to someone else who reads this and thinks this code depends
on it.

Powered by Google App Engine
This is Rietveld 408576698