[webkit-dev] Exporting symbols (was Re: Common build system (was Re: WebKit Wishes))
Darin Fisher
darin at chromium.org
Sat Feb 2 21:52:59 PST 2013
On Sat, Feb 2, 2013 at 4:16 PM, James Robinson <jamesr at google.com> wrote:
>
>
> On Fri, Feb 1, 2013 at 5:12 PM, Balazs Kelemen <kbalazs at webkit.org> wrote:
>
>> On 02/01/2013 02:28 AM, Darin Fisher wrote:
>>
>>>
>>> It would be nice if, in the shared library build of chromium, webcore
>>> and perhaps the modules and platform were separate DLLs.
>>>
>>>
>> The shared library build is kind of a developer build, right? In this
>> case I believe you can solve this by setting the default visibility to
>> public at compiler/linker level, no need for exports.
>>
>
> That doesn't work on windows.
>
>
Right.
Yes, the shared library build of Chromium is a developer-only build mode.
It is helpful to split the project up into separate DLLs to reduce build
times and to help enforce correct dependencies between modules.
-Darin
> - James
>
>
>>
>> -kbalazs
>>
>> ______________________________**_________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> https://lists.webkit.org/**mailman/listinfo/webkit-dev<https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130202/95967142/attachment.html>
More information about the webkit-dev
mailing list