[Webkit-unassigned] [Bug 104773] New: [EFL] Split WebCore into a separate library

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 23:58:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104773

           Summary: [EFL] Split WebCore into a separate library
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com
                CC: demarchi at webkit.org


As GTK port did, WebCore of EFL port should be spitted into several library instead of a big one, otherwise the libWebCore.a will be too big to archive. As GTK trunk at 137102, the idea is the following:
 - libwebcore_efl contains only the files using efl (was in PlatformEfl.cmake)
 - libwebcore_modules contains only the files under Modules
 - libwebcore_platform contains only the files under platform
 - libwebcore_svg contains only the files under svg, rendering/svg, derived SVG files and other SVG files(there are some svg related files under css loader and platform)
 - libwebcore contains all other the webcore files

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list