OLD | NEW |
---|---|
(Empty) | |
1 This is a test plugin for manual testing of the Pepper plugin API. See | |
2 https://wiki.mozilla.org/Plugins:PlatformIndependentNPAPI | |
3 | |
4 To generate a project from the gyp file, use: | |
5 python ..\..\..\build\gyp_chromium pepper_test_plugin.gyp | |
6 | |
7 To load this plugin in Chrome, use the command line flag: | |
8 --load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debu g\pepper_test_plugin.dll | |
OLD | NEW |