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

Issue 7697011: Fix shared library build. (Closed)

Created:
9 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 4 months ago
Reviewers:
jam, Evan Martin
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Fix shared library build. TBR=jam BUG=90443 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97511

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M content/content_plugin.gypi View 1 chunk +5 lines, -0 lines 3 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jam
http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi File content/content_plugin.gypi (right): http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi#newcode62 content/content_plugin.gypi:62: '-lXext', I'm not familiar with this, so I defer ...
9 years, 4 months ago (2011-08-19 21:35:13 UTC) #1
Evan Martin
http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi File content/content_plugin.gypi (right): http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi#newcode62 content/content_plugin.gypi:62: '-lXext', On 2011/08/19 21:35:13, John Abd-El-Malek wrote: > I'm ...
9 years, 4 months ago (2011-08-19 21:41:01 UTC) #2
Paweł Hajdan Jr.
http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi File content/content_plugin.gypi (right): http://codereview.chromium.org/7697011/diff/1/content/content_plugin.gypi#newcode62 content/content_plugin.gypi:62: '-lXext', On 2011/08/19 21:41:01, Evan Martin wrote: > On ...
9 years, 4 months ago (2011-08-19 21:47:41 UTC) #3
Evan Martin
9 years, 4 months ago (2011-08-19 21:50:13 UTC) #4
On 2011/08/19 21:47:41, Paweł Hajdan Jr. wrote:
> 2) It is likely to get out of date.
> 3) Maybe it should rather be something in system.gyp, instead of scattered
> randomly throughout all the other gyp files. Like not "fix" the problem by
> sticking a comment here, but just cleaning up the general linking with X11.
> 
> What do you think?

I prefer putting dependencies as close as possible to where they're used.  Most
of chrome shouldn't depend on Xext.  That's also the reason I like comments for
abnormal stuff like this.  (E.g. there is some net test that has a gyp
dependency into chrome/browser somewhere -- a comment really does help)

Powered by Google App Engine
This is Rietveld 408576698