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

Issue 60070: Fix linking with gold by cleaning up lib dependencies. (Closed)

Created:
11 years, 8 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
agl, sgk
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix linking with gold by cleaning up lib dependencies. - Remove pangoft2, we don't use it anywhere. - Add gdk, fontconfig and freetype2 as dependencies of skia. Gdk is used in platform_canvas_linux. - X11, Xrender and Xext are used by the IPC system, so everything that depends on common, needs to link in those libs. By moving the link_settings line into the libcommon.a target, all projects inherit these.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -12 lines) Patch
M build/linux/system.gyp View 1 chunk +31 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +7 lines, -7 lines 0 comments Download
M skia/skia.gyp View 1 chunk +3 lines, -1 line 0 comments Download
M webkit/webkit.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
tony
11 years, 8 months ago (2009-04-02 23:22:12 UTC) #1
agl
LGTM
11 years, 8 months ago (2009-04-02 23:24:55 UTC) #2
sgk
11 years, 8 months ago (2009-04-02 23:32:37 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698