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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698