On Fri, Sep 4, 2009 at 1:34 PM, Aaron Boodman<[email protected]> wrote:
> Yeah, I am kinda curious whether this approach can work generically
> without adding anything to the manifest. Particularly since there is a
> naming convention for shared libraries on all platforms.

Plugins aren't even always just shared libraries.  A Mac NPAPI plugin
is more than a bare shared library--it's a folder ("bundle") that
contains a shared library and a property list file at a minimum (which
is handy, since it lets us read the metadata for the plugin without
having to map in the library), resources used by the plugin, etc.

--Amanda

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to