Bug 30641 - separate webcore.gyp bindings targets
Summary: separate webcore.gyp bindings targets
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P1 Normal
Assignee: Tony Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 12:58 PDT by sgk
Modified: 2009-10-26 16:10 PDT (History)
5 users (show)

See Also:


Attachments
Refactor .idl-generated bindings into separate webcore_bindings{,_sources} targets (25.00 KB, patch)
2009-10-21 12:58 PDT, sgk
no flags Details | Formatted Diff | Diff
Update with correct bug # (25.00 KB, patch)
2009-10-21 13:01 PDT, sgk
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sgk 2009-10-21 12:58:53 PDT
Created attachment 41601 [details]
Refactor .idl-generated bindings into separate webcore_bindings{,_sources} targets

Gyp-generated Chromium build of webcore needs to be less monolithic by building the webcore bindings, and the generated sources, in separate targets.

See issue #30447 for the previous attempt at landing this change, which ran into trouble with several GYP bugs.  GYP has been fixed in the Chromium tree.
Comment 1 sgk 2009-10-21 13:01:46 PDT
Created attachment 41602 [details]
Update with correct bug #
Comment 2 Tony Chang 2009-10-26 12:03:57 PDT
Assigning for landing (changelog has a conflict markers that need to be removed manually).
Comment 3 Tony Chang 2009-10-26 12:12:51 PDT
http://trac.webkit.org/changeset/50082
Comment 4 Eric Seidel (no email) 2009-10-26 16:10:00 PDT
Comment on attachment 41602 [details]
Update with correct bug #

Clearing cq? from this landed patch.