OLD | NEW |
1 This is a test plugin for manual testing of the Pepper plugin API. See | 1 This is a test plugin for manual testing of the Pepper plugin API. See |
2 https://wiki.mozilla.org/Plugins:PlatformIndependentNPAPI | 2 https://wiki.mozilla.org/Plugins:PlatformIndependentNPAPI |
3 | 3 |
4 To generate a project from the gyp file, use: | 4 To generate a project from the gyp file, use: |
5 python ..\..\..\build\gyp_chromium pepper_test_plugin.gyp | 5 python ..\..\..\build\gyp_chromium pepper_test_plugin.gyp |
6 | 6 |
7 To load this plugin in Chrome, use the command line flag: | 7 You need to enable PEPPER_APIS_ENABLED in src\chrome\renderer\render_view.cc in
your Chrome build. |
| 8 |
| 9 To load this plugin in Chrome, use the command line flags: |
| 10 --no-sandbox |
8 --load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debu
g\pepper_test_plugin.dll | 11 --load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debu
g\pepper_test_plugin.dll |
| 12 |
OLD | NEW |