Add entry point information for extensions using new C++ wrapper
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 23 Oct 2013 21:00:24 +0000 (19:00 -0200)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 23 Oct 2013 21:00:24 +0000 (19:00 -0200)
commit006940fda5b1c8aa965f7797a305266a7674ff45
tree1c746f6466329d12368075a86f6329dc56e6863a
parentc4c571a8fcbfb8dc54ada6ec55c0cdba80e774d7
Add entry point information for extensions using new C++ wrapper

Entry point information is used by Crosswalk to know what symbols
can trigger the load of the extension, in case it decides to load on
demand. The extension name is implicitly an entry point, so we just
set the extra entry points.

This should cause no changes if the Crosswalk doesn't support the
interface for setting entry points yet -- like Crosswalk 1.
bookmark/bookmark_extension.cc
common/common.gypi
common/extension.cc
common/extension.h
notification/notification_extension.cc
time/time_extension.cc