[GTK] Split WebCore/platform into a separate library
Created attachment 159309 [details] Patch
Comment on attachment 159309 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=159309&action=review > Source/WebCore/GNUmakefile.am:1055 > + -DBUILDING_WEBKIT \ > + $(global_cppflags) \ > + $(webcore_cppflags) \ > + $(webcoregtk_cppflags) \ > + $(javascriptcore_cppflags) \ > + -fno-strict-aliasing \ > + $(CAIRO_CFLAGS) \ > + $(CLUTTER_CFLAGS) \ > + $(COVERAGE_CFLAGS) \ > + $(ENCHANT_CFLAGS) \ > + $(GAMEPAD_CFLAGS) \ > + $(GEOCLUE_CFLAGS) \ > + $(GLIB_CFLAGS) \ > + $(GSTREAMER_CFLAGS) \ > + $(LIBSOUP_CFLAGS) \ > + $(LIBXML_CFLAGS) \ > + $(LIBXSLT_CFLAGS) \ > + $(PANGO_CFLAGS) \ > + $(SQLITE3_CFLAGS) \ > + $(UNICODE_CFLAGS) \ > + $(XRENDER_CFLAGS) \ > + $(XT_CFLAGS) Perhaps we should abstract this away into a variable for use by all WebCore libraries?
Committed r126306: <http://trac.webkit.org/changeset/126306>
Reopening, this was rolled out, see: https://bugs.webkit.org/show_bug.cgi?id=94797
Created attachment 174377 [details] Kov's patch
I just rebased the patch against ToT. Worked fine here, minibrowser with flash plugin.
I'll try it out again, thanks!
(In reply to comment #7) > I'll try it out again, thanks! Works for me too!
Committed r134864: <http://trac.webkit.org/changeset/134864>
*** Bug 101310 has been marked as a duplicate of this bug. ***