diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:12:43 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:12:43 +0000 |
commit | 8348cb325bebf4d3516bd94949f5a4eb7c4056a9 (patch) | |
tree | 19295dfd4bc311c532eab625b170796ac39216c2 /webkit/webkit.gyp | |
parent | c786d8d4b83c9112b564dc03fdc3aedd38ec3c3e (diff) | |
download | chromium_src-8348cb325bebf4d3516bd94949f5a4eb7c4056a9.zip chromium_src-8348cb325bebf4d3516bd94949f5a4eb7c4056a9.tar.gz chromium_src-8348cb325bebf4d3516bd94949f5a4eb7c4056a9.tar.bz2 |
Add support for NPN_PopUpContextMenu on Mac
BUG=29454
TEST=Right-click in Flash content with Flash 10.1.
Review URL: http://codereview.chromium.org/525099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index d7e2030..d7ed2da 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -283,6 +283,7 @@ 'glue/plugins/plugin_host.h', 'glue/plugins/plugin_instance.cc', 'glue/plugins/plugin_instance.h', + 'glue/plugins/plugin_instance_mac.mm', 'glue/plugins/plugin_lib.cc', 'glue/plugins/plugin_lib.h', 'glue/plugins/plugin_lib_linux.cc', |