Bug 48097 - [chromium] roll chromium DEPS to include forwarding headers refactor
Summary: [chromium] roll chromium DEPS to include forwarding headers refactor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Tony Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 15:44 PDT by Tony Chang
Modified: 2010-10-22 05:41 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2010-10-21 15:49 PDT, Tony Chang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2010-10-21 15:44:02 PDT
[chromium] roll chromium DEPS to include forwarding headers refactor
Comment 1 Tony Chang 2010-10-21 15:49:36 PDT
Created attachment 71506 [details]
Patch
Comment 2 Tony Chang 2010-10-21 15:52:01 PDT
In a webkit only checkout, we used to copy the webkit API header files into WebKit/chromium/third_party/WebKit/WebKit/chromium/public.  This pulls in code from chromium that instead of copying the header files, we create forwarding headers in the build output directory.

Since we're moving the headers, someone will have to delete WebKit/chromium/third_party/WebKit on the bots (sorry, it was my mistake for generating copies outside the build output dir).
Comment 3 Dimitri Glazkov (Google) 2010-10-21 15:56:24 PDT
Comment on attachment 71506 [details]
Patch

ok :)
Comment 4 Tony Chang 2010-10-21 15:58:50 PDT
Committed r70273: <http://trac.webkit.org/changeset/70273>
Comment 5 Csaba Osztrogonác 2010-10-22 05:41:20 PDT
Comment on attachment 71506 [details]
Patch

remove r+, because it was landed