diff options
Diffstat (limited to 'webkit/tools/pepper_test_plugin/README')
-rw-r--r-- | webkit/tools/pepper_test_plugin/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/pepper_test_plugin/README b/webkit/tools/pepper_test_plugin/README new file mode 100644 index 0000000..f6c57cd7 --- /dev/null +++ b/webkit/tools/pepper_test_plugin/README @@ -0,0 +1,8 @@ +This is a test plugin for manual testing of the Pepper plugin API. See
+ https://wiki.mozilla.org/Plugins:PlatformIndependentNPAPI
+
+To generate a project from the gyp file, use:
+ python ..\..\..\build\gyp_chromium pepper_test_plugin.gyp
+
+To load this plugin in Chrome, use the command line flag:
+ --load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debug\pepper_test_plugin.dll
|