Bug 44812 - [chromium] Move more common settings to webcore_prerequisites
Summary: [chromium] Move more common settings to webcore_prerequisites
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 44796
Blocks: 44814
  Show dependency treegraph
 
Reported: 2010-08-27 19:42 PDT by Marc-Antoine Ruel
Modified: 2010-08-29 23:57 PDT (History)
4 users (show)

See Also:


Attachments
webcore.gyp patch (9.71 KB, patch)
2010-08-27 19:43 PDT, Marc-Antoine Ruel
no flags Details | Formatted Diff | Diff
webcore.gyp patch (10.53 KB, patch)
2010-08-27 21:20 PDT, Marc-Antoine Ruel
no flags Details | Formatted Diff | Diff
webcore.gyp patch (10.53 KB, patch)
2010-08-27 21:55 PDT, Marc-Antoine Ruel
dglazkov: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
webcore.gyp patch (10.29 KB, patch)
2010-08-29 08:17 PDT, Marc-Antoine Ruel
tkent: review+
tkent: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-Antoine Ruel 2010-08-27 19:42:34 PDT
Move more common settings to webcore_prerequisites

Original code review at http://codereview.chromium.org/3223009
Comment 1 Marc-Antoine Ruel 2010-08-27 19:43:03 PDT
Created attachment 65805 [details]
webcore.gyp patch
Comment 2 Marc-Antoine Ruel 2010-08-27 21:20:22 PDT
Created attachment 65808 [details]
webcore.gyp patch

Fixes ordering on mac
Comment 3 Marc-Antoine Ruel 2010-08-27 21:55:38 PDT
Created attachment 65810 [details]
webcore.gyp patch

rebased on HEAD
Comment 4 Dimitri Glazkov (Google) 2010-08-28 08:02:32 PDT
Comment on attachment 65810 [details]
webcore.gyp patch

rs=me.
Comment 5 WebKit Commit Bot 2010-08-28 08:20:17 PDT
Comment on attachment 65810 [details]
webcore.gyp patch

Rejecting patch 65810 from commit-queue.

Failed to run "[u'/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--reviewer', u'Dimitri Glazkov', u'--force']" exit_code: 1
Last 500 characters of output:
d at 1 with fuzz 3.
patching file WebCore/WebCore.gyp/WebCore.gyp
Hunk #2 succeeded at 846 (offset 2 lines).
Hunk #3 succeeded at 859 with fuzz 1 (offset 2 lines).
Hunk #4 succeeded at 954 with fuzz 2 (offset 6 lines).
Hunk #5 FAILED at 1082.
Hunk #6 succeeded at 1143 (offset 24 lines).
Hunk #7 succeeded at 1162 (offset 24 lines).
Hunk #8 FAILED at 1277.
Hunk #9 succeeded at 1299 with fuzz 1 (offset 33 lines).
2 out of 9 hunks FAILED -- saving rejects to file WebCore/WebCore.gyp/WebCore.gyp.rej

Full output: http://queues.webkit.org/results/3874049
Comment 6 Mark Larson (Google) 2010-08-28 15:58:47 PDT
I'm pretty sure this failed becuase it depends on bug 44796, which hasn't even been reviewed yet. 

Can someone r+ that and get it into the queue?
Comment 7 Marc-Antoine Ruel 2010-08-28 18:23:33 PDT
Sorry, this patch still has issues on Chromium on Mac, trying to fix it. I don't know how to change the page to remove its review flag, will post another patch once I've figured out how to fix includes paths for .mm files.
Comment 8 Marc-Antoine Ruel 2010-08-29 08:17:51 PDT
Created attachment 65852 [details]
webcore.gyp patch

This is patchset 7 of http://codereview.chromium.org/3223009. Tested to work on Mac.
Comment 9 Kent Tamura 2010-08-29 23:14:13 PDT
Comment on attachment 65852 [details]
webcore.gyp patch

Please make the patch against the latest WebKit source.
Comment 10 Kent Tamura 2010-08-29 23:16:52 PDT
Comment on attachment 65852 [details]
webcore.gyp patch

Oh, I'm sorry.  This depends on another patch.
Comment 11 Kent Tamura 2010-08-29 23:54:19 PDT
Comment on attachment 65852 [details]
webcore.gyp patch

> diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
> index bfcce4f..2da30fe 100644
> --- a/WebCore/ChangeLog
> +++ b/WebCore/ChangeLog
> @@ -2,6 +2,14 @@
>  
>          Reviewed by NOBODY (OOPS!).
>  
> +        Move more common settings to webcore_prerequisites
> +
> +        * WebCore.gyp/WebCore.gyp:
> +
> +2010-08-27  Marc-Antoine Ruel  <maruel@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
>          Rename webcore to 'webcore_remaining'.
>          Create a meta-target webcore that inherits from every webcore_XXX targets. (Currently 1)
>          Move direct_dependent_settings and export_dependent_settings from webcore_remaining to webcore

Add the bug URL to the ChangeLog entry please.
Comment 12 Kent Tamura 2010-08-29 23:57:00 PDT
Landed: http://trac.webkit.org/changeset/66364