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

Issue 9646029: Add an explicit dependency from glue to WebKit/chromium (Closed)

Created:
8 years, 9 months ago by Nico
Modified:
8 years, 9 months ago
Reviewers:
tony
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Add an explicit dependency from glue to WebKit/chromium BUG=90078 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126181

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M webkit/glue/webkit_glue.gypi View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
glue heavily uses the chromium webkit api, which means this is required for the mac ...
8 years, 9 months ago (2012-03-09 05:31:32 UTC) #1
tony
LGTM
8 years, 9 months ago (2012-03-12 16:29:48 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/9646029/2001
8 years, 9 months ago (2012-03-12 16:32:14 UTC) #3
commit-bot: I haz the power
Change committed as 126181
8 years, 9 months ago (2012-03-12 19:11:47 UTC) #4
Dirk Pranke
8 years, 9 months ago (2012-03-12 20:09:07 UTC) #5
On 2012/03/09 05:31:32, Nico wrote:
> glue heavily uses the chromium webkit api, which means this is required for
the
> mac components build. I'm not sure why it's not needed for linux.

Linux never complains about missing dependencies when building shared libraries,
only executables. 

Windows declared the dependency on line 533; you could/should probably delete
that line now.

Powered by Google App Engine
This is Rietveld 408576698