[WK2] Change the remaining framework includes from WebKit2 to WebKit Previous modifications: Rename WebKit2.framework to WebKit.framework https://trac.webkit.org/changeset/168541 [WK2] Make generate-forwarding-headers.pl work after WebKit2.framework -> WebKit.framework rename https://trac.webkit.org/changeset/168525
Created attachment 231516 [details] Proposed patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
It seems GTK's cmake system is buggy: ... Source/WebKit2/Scripts/generate-forwarding-headers.pl ... [snip] In file included from ../../Tools/TestWebKitAPI/gtk/main.cpp:26:0: ../../Tools/TestWebKitAPI/config.h:68:30: fatal error: WebKit/WebKit2_C.h: No such file or directory In file included from ../../Tools/TestWebKitAPI/TestsController.cpp:26:0: ../../Tools/TestWebKitAPI/config.h:68:30: fatal error: WebKit/WebKit2_C.h: No such file or directory In file included from ../../Tools/TestWebKitAPI/Tests/JavaScriptCore/VMInspector.cpp:26:0: ../../Tools/TestWebKitAPI/config.h:68:30: fatal error: WebKit/WebKit2_C.h: No such file or directory [snip] [Creating forwarding header for WebKit/UIProcess/API/C/WebKit2_C.h] ----- generate-forwarding-headers.pl must run before everything else. This dependency should be fixed, because it can cause flakey build failures. Could you file a new bug report for it?
Created attachment 231562 [details] Patch patch for landing, I think GTK EWS will be happy now, because it generated the necessary forwarding headers due to the previous patch.
Comment on attachment 231516 [details] Proposed patch Clearing flags on attachment: 231516 Committed r168961: <http://trac.webkit.org/changeset/168961>
All reviewed patches have been landed. Closing bug.