diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 23:15:00 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 23:15:00 +0000 |
commit | 97bf4edfdf217222c312da38d983ac1099c36163 (patch) | |
tree | 2bceb9507a0970f5588049713fca8723aa8bce37 /webkit/tools/pepper_test_plugin/README | |
parent | 61424c0631ac4cc5838cf6a80406fc98ca60220d (diff) | |
download | chromium_src-97bf4edfdf217222c312da38d983ac1099c36163.zip chromium_src-97bf4edfdf217222c312da38d983ac1099c36163.tar.gz chromium_src-97bf4edfdf217222c312da38d983ac1099c36163.tar.bz2 |
Add a skeleton "Pepper" NPAPI plugin. This is basically a copy of the
npapi_layout_test_plugin with a modification of the MIME type. We will enhance
this code from here to support new pepper features.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/269087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/pepper_test_plugin/README')
-rw-r--r-- | webkit/tools/pepper_test_plugin/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/pepper_test_plugin/README b/webkit/tools/pepper_test_plugin/README new file mode 100644 index 0000000..f6c57cd7 --- /dev/null +++ b/webkit/tools/pepper_test_plugin/README @@ -0,0 +1,8 @@ +This is a test plugin for manual testing of the Pepper plugin API. See
+ https://wiki.mozilla.org/Plugins:PlatformIndependentNPAPI
+
+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:
+ --load-plugin=<<<YOUR CHECKOUT ROOT>>\src\webkit\tools\pepper_test_plugin\Debug\pepper_test_plugin.dll
|