From 5dee2add09d2e6f3a397f567a82791c37a747509 Mon Sep 17 00:00:00 2001 From: "paul@chromium.org" Date: Fri, 24 Apr 2009 19:39:00 +0000 Subject: 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 --- webkit/webkit.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/webkit.gyp') 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', -- cgit v1.1