RESOLVED FIXED 143820
[WK2] Forwarding headers generator shouldn't generate unnecessary headers
https://bugs.webkit.org/show_bug.cgi?id=143820
Summary [WK2] Forwarding headers generator shouldn't generate unnecessary headers
Csaba Osztrogonác
Reported 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.
Attachments
Patch (1.85 KB, patch)
2015-04-16 03:37 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-04-16 03:37:06 PDT
Csaba Osztrogonác
Comment 2 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>
Csaba Osztrogonác
Comment 3 2015-04-16 06:39:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.