diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 19:50:19 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 19:50:19 +0000 |
commit | 36219a2b0fa0f23f2e5965c644b98c8b0df6e7ec (patch) | |
tree | 4eedce1b5008632ab49e4efca238d2b43fda452d /webkit/webkit.gyp | |
parent | d6d6d586d2a91d13d06a8bce53a2d03f2458f9c2 (diff) | |
download | chromium_src-36219a2b0fa0f23f2e5965c644b98c8b0df6e7ec.zip chromium_src-36219a2b0fa0f23f2e5965c644b98c8b0df6e7ec.tar.gz chromium_src-36219a2b0fa0f23f2e5965c644b98c8b0df6e7ec.tar.bz2 |
First version of pepper api implementation:
Adds a severely pared down version of webplugin_delegate files
that are not currently used to create any instances.
Also adds calls for render APIs that remain to be
connected to the impelementation. The function pointers are
returned by NPN_GetValue calls with new enumerated values.
I have also added Nicholas' NPEvent definitions.
These changes are to permit further collaboration between
sehr, brettw, and cpu.
Review URL: http://codereview.chromium.org/270024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 0aa3e04..5c04aac 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -529,6 +529,8 @@ 'glue/plugins/webplugin_delegate_impl_gtk.cc', 'glue/plugins/webplugin_delegate_impl_mac.mm', 'glue/plugins/webplugin_delegate_impl_win.cc', + 'glue/plugins/webplugin_delegate_pepper_impl.cc', + 'glue/plugins/webplugin_delegate_pepper_impl.h', 'glue/alt_error_page_resource_fetcher.cc', 'glue/alt_error_page_resource_fetcher.h', 'glue/autofill_form.cc', |