diff options
Diffstat (limited to 'webkit/tools/npapi_pepper_test_plugin/plugin.def')
-rw-r--r-- | webkit/tools/npapi_pepper_test_plugin/plugin.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/npapi_pepper_test_plugin/plugin.def b/webkit/tools/npapi_pepper_test_plugin/plugin.def new file mode 100644 index 0000000..2f62dfd --- /dev/null +++ b/webkit/tools/npapi_pepper_test_plugin/plugin.def @@ -0,0 +1,6 @@ +LIBRARY npapi_pepper_test_plugin + +EXPORTS + NP_GetEntryPoints @1 + NP_Initialize @2 + NP_Shutdown @3 |