Bug 143820 - [WK2] Forwarding headers generator shouldn't generate unnecessary headers
Summary: [WK2] Forwarding headers generator shouldn't generate unnecessary headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 03:36 PDT by Csaba Osztrogonác
Modified: 2015-04-16 06:39 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2015-04-16 03:37 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-04-16 03:36:06 PDT
generate-forwarding-headers.pl is used by only EFL and GTK 
ports to simulate Mac's framework style header generation.
( #include <WebCore/baz.h> ---> but the real path is WebCore/foo/bar/baz.h )

Now it generates forwarding headers for mm files too, but nor EFL,
neither GTK builds mm files. It searches headers with ca,cocoa and 
ios platform prefixes, but these are used by Mac and iOS platforms.
Comment 1 Csaba Osztrogonác 2015-04-16 03:37:06 PDT
Created attachment 250910 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-04-16 06:38:57 PDT
Comment on attachment 250910 [details]
Patch

Clearing flags on attachment: 250910

Committed r182884: <http://trac.webkit.org/changeset/182884>
Comment 3 Csaba Osztrogonác 2015-04-16 06:39:05 PDT
All reviewed patches have been landed.  Closing bug.