RESOLVED FIXED 90696
[Gtk] Include all files guarded by ENABLE_* guards in Source/WebCore/GNUmakefile.list.am into the build
https://bugs.webkit.org/show_bug.cgi?id=90696
Summary [Gtk] Include all files guarded by ENABLE_* guards in Source/WebCore/GNUmakef...
Zan Dobersek
Reported 2012-07-06 10:23:58 PDT
Include all the WebCore source files that are guarded by ENABLE_* guards into the build, relying on proper in-source ENABLE_* guarding and the preprocessor to do the work of keeping unneeded/disabled code out of compilation.
Attachments
Patch (482.59 KB, patch)
2012-07-06 10:41 PDT, Zan Dobersek
no flags
Patch (482.63 KB, patch)
2012-07-09 12:43 PDT, Zan Dobersek
no flags
Patch (486.87 KB, patch)
2012-08-14 00:23 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2012-07-06 10:30:38 PDT
Fixing the title, the story's about GNUmakefile.list.am.
Zan Dobersek
Comment 2 2012-07-06 10:41:33 PDT
Philippe Normand
Comment 3 2012-07-06 17:14:33 PDT
We know the preprocessor is supposed to be fast but can you provide clean build comparison times?
Zan Dobersek
Comment 4 2012-07-07 06:47:39 PDT
(In reply to comment #3) > We know the preprocessor is supposed to be fast but can you provide clean build comparison times? ToT: build-webkit --gtk --no-webkit2: 38m07s build-webkit --gtk --no-webkit2 --no-svg: 30m30s With patch: build-webkit --gtk --no-webkit2: 38m19s build-webkit --gtk --no-webkit2 --no-svg: 30m57s A couple of seconds longer, but no real drawbacks time-wise.
Philippe Normand
Comment 5 2012-07-09 11:29:08 PDT
Comment on attachment 151100 [details] Patch Patch looks good! But can you please rebase it and upload again for EWS check?
Zan Dobersek
Comment 6 2012-07-09 12:43:46 PDT
Created attachment 151302 [details] Patch A rebased patch.
Zan Dobersek
Comment 7 2012-08-14 00:23:19 PDT
Created attachment 158242 [details] Patch Updated patch
Philippe Normand
Comment 8 2012-08-14 02:01:06 PDT
Comment on attachment 158242 [details] Patch EWS didn't complain, let's try! Thanks Zan!
Zan Dobersek
Comment 9 2012-08-14 02:10:05 PDT
(In reply to comment #8) > (From update of attachment 158242 [details]) > EWS didn't complain, let's try! Thanks Zan! Thanks for the review, I'll land this carefully later today. Hopefully the patch will still apply :>
Zan Dobersek
Comment 10 2012-08-14 23:59:18 PDT
Committed as http://trac.webkit.org/changeset/125583 without problems.
Note You need to log in before you can comment on or make changes to this bug.