diff options
author | paul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 19:39:00 +0000 |
---|---|---|
committer | paul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 19:39:00 +0000 |
commit | 5dee2add09d2e6f3a397f567a82791c37a747509 (patch) | |
tree | b0a6a05c3ec4cf275375235576a2d8ebfd46900c /webkit/webkit.gyp | |
parent | ef921826834b693e83ebe3a4ae6984b9b39b723b (diff) | |
download | chromium_src-5dee2add09d2e6f3a397f567a82791c37a747509.zip chromium_src-5dee2add09d2e6f3a397f567a82791c37a747509.tar.gz chromium_src-5dee2add09d2e6f3a397f567a82791c37a747509.tar.bz2 |
Clean up cocoa popup menu handling in test_shell.
The cocoa menu delegate, previously local to test_shell
on Mac, now has the added responsibility of running the
popup menu and processing the menu's actions. It is moved
into its own files in order to use this class as-is in
Chrome.
BUG=8389 (http://crbug.com/8389)
Review URL: http://codereview.chromium.org/92062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14452 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 954fe6a..22d6ab7 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4474,6 +4474,8 @@ 'glue/webmediaplayer_delegate.h', 'glue/webmediaplayer_impl.cc', 'glue/webmediaplayer_impl.h', + 'glue/webmenurunner_mac.h', + 'glue/webmenurunner_mac.mm', 'glue/webplugin.h', 'glue/webplugin_delegate.cc', 'glue/webplugin_delegate.h', |