Add in support for internal pepper plugins into the PepperPluginRegistry and pepper::PluginModule.
Used Chromoting's plugin as the first attempt at using this interface. BUG=none TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50667 Review URL: http://codereview.chromium.org/2843018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50976 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/chrome_common.gypi 5 additions, 0 deletionschrome/chrome_common.gypi
- chrome/common/DEPS 1 addition, 0 deletionschrome/common/DEPS
- chrome/common/pepper_plugin_registry.cc 65 additions, 1 deletionchrome/common/pepper_plugin_registry.cc
- chrome/common/pepper_plugin_registry.h 10 additions, 1 deletionchrome/common/pepper_plugin_registry.h
- remoting/client/plugin/chromoting_plugin.cc 16 additions, 8 deletionsremoting/client/plugin/chromoting_plugin.cc
- remoting/client/plugin/chromoting_plugin.h 11 additions, 5 deletionsremoting/client/plugin/chromoting_plugin.h
- remoting/client/plugin/pepper_entrypoints.cc 239 additions, 0 deletionsremoting/client/plugin/pepper_entrypoints.cc
- remoting/client/plugin/pepper_entrypoints.h 20 additions, 0 deletionsremoting/client/plugin/pepper_entrypoints.h
- remoting/remoting.gyp 43 additions, 47 deletionsremoting/remoting.gyp
- webkit/glue/plugins/pepper_plugin_module.cc 71 additions, 38 deletionswebkit/glue/plugins/pepper_plugin_module.cc
- webkit/glue/plugins/pepper_plugin_module.h 33 additions, 8 deletionswebkit/glue/plugins/pepper_plugin_module.h
Loading
Please register or sign in to comment