Index: webkit/tools/pepper_test_plugin/README |
=================================================================== |
--- webkit/tools/pepper_test_plugin/README (revision 30107) |
+++ webkit/tools/pepper_test_plugin/README (working copy) |
@@ -4,5 +4,9 @@ |
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: |
+You need to enable PEPPER_APIS_ENABLED in src\chrome\renderer\render_view.cc in your Chrome build. |
+ |
+To load this plugin in Chrome, use the command line flags: |
+ --no-sandbox |
--load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debug\pepper_test_plugin.dll |
+ |