Index: webkit/tools/pepper_test_plugin/README |
=================================================================== |
--- webkit/tools/pepper_test_plugin/README (revision 0) |
+++ webkit/tools/pepper_test_plugin/README (revision 0) |
@@ -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 |