Bug 46445

Summary: [Chromium] Split webcore_html off webcore_remaining
Product: WebKit Reporter: Marc-Antoine Ruel <maruel>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov, tkent, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Marc-Antoine Ruel 2010-09-23 20:51:26 PDT
webcore_remaining is still to large for certain 32 bits toolsets.
Comment 1 Marc-Antoine Ruel 2010-09-23 20:54:32 PDT
Created attachment 68643 [details]
Patch
Comment 2 Tony Chang 2010-09-23 20:57:31 PDT
Comment on attachment 68643 [details]
Patch

I take it the html directory has the most files?
Comment 3 Tony Chang 2010-09-23 20:58:24 PDT
Comment on attachment 68643 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=68643&action=review

> WebCore/WebCore.gyp/WebCore.gyp:1219
> -        ['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wx)/'],
> +        ['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wx)/'],

Nit: It might be a bit clearer to put html in a separate line with a comment about webcore_html.
Comment 4 Marc-Antoine Ruel 2010-09-23 21:03:45 PDT
There's rendering (135mb of .o) which will be the next one. There's bindings at 108mb but I'm not sure about the build ordering.

For having html on its own line, I did the same for svg and integrated it in the big line.
Comment 5 Tony Chang 2010-09-23 21:07:00 PDT
(In reply to comment #4)
> For having html on its own line, I did the same for svg and integrated it in the big line.

The comment is a bit confusing, but it's not a big deal either way.
Comment 6 Marc-Antoine Ruel 2010-09-24 06:10:34 PDT
The patch is broken on Windows, will update. Please do not commit.
Comment 7 Marc-Antoine Ruel 2010-09-28 17:23:16 PDT
Oh, the windows breakage was a fluke, the patch is good after all. Can someone c+ it?
Comment 8 WebKit Commit Bot 2010-09-28 17:44:16 PDT
Comment on attachment 68643 [details]
Patch

Clearing flags on attachment: 68643

Committed r68615: <http://trac.webkit.org/changeset/68615>
Comment 9 WebKit Commit Bot 2010-09-28 17:44:22 PDT
All reviewed patches have been landed.  Closing bug.