diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 19:04:44 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 19:04:44 +0000 |
commit | ffeae4b4beb48be2734e7c0a2e04ab83dfc60091 (patch) | |
tree | 2f884037673d5964b9f9a445879cdaccdcaff807 /ui/views/views.gyp | |
parent | 882ba1e272371308cfecfb5436eb5dec0ee0cea5 (diff) | |
download | chromium_src-ffeae4b4beb48be2734e7c0a2e04ab83dfc60091.zip chromium_src-ffeae4b4beb48be2734e7c0a2e04ab83dfc60091.tar.gz chromium_src-ffeae4b4beb48be2734e7c0a2e04ab83dfc60091.tar.bz2 |
views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/button/.
The reason is that why was founding difficult to know what ViewMenuDelegate was referring to.
And because this delegate is always associated with a views::MenuButton.
BUG=117092
R=sky@chromium.org
TBR=stevenjb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9632001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r-- | ui/views/views.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 68da3d9..cffde5c 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -80,6 +80,7 @@ 'controls/button/image_button.h', 'controls/button/menu_button.cc', 'controls/button/menu_button.h', + 'controls/button/menu_button_delegate.h', 'controls/button/radio_button.cc', 'controls/button/radio_button.h', 'controls/button/text_button.cc', @@ -154,7 +155,6 @@ 'controls/menu/menu_image_util.h', 'controls/menu/submenu_view.cc', 'controls/menu/submenu_view.h', - 'controls/menu/view_menu_delegate.h', 'controls/message_box_view.cc', 'controls/message_box_view.h', 'controls/native_control.cc', |