Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: webkit/tools/pepper_test_plugin/README

Issue 322003: Make Pepper NPN variable return a pointer to an allocated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698