diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 17:26:18 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 17:26:18 +0000 |
commit | 564a9026f2f0c9baf0c12b6e72a959ffc8beb985 (patch) | |
tree | f51454a79ae8aee7f0d6edc29b40ff95fa148964 /app/app_base.gypi | |
parent | 49857a356c68f5915ed73452cfc162c18576fedd (diff) | |
download | chromium_src-564a9026f2f0c9baf0c12b6e72a959ffc8beb985.zip chromium_src-564a9026f2f0c9baf0c12b6e72a959ffc8beb985.tar.gz chromium_src-564a9026f2f0c9baf0c12b6e72a959ffc8beb985.tar.bz2 |
GTK: First draft of the unified cut/copy/paste and +/-/Fullscreen menu items.
Adds special menu item types that allow shoving buttons into them, along with
tracking which button is selected. We now are halfway to the mocks that the
chrome-ui-leads sent out.
BUG=45757
TEST=none
Review URL: http://codereview.chromium.org/2800015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_base.gypi')
-rw-r--r-- | app/app_base.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index facbd4c..4cd5e66 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -159,6 +159,8 @@ 'menus/accelerator.h', 'menus/accelerator_gtk.h', 'menus/accelerator_cocoa.h', + 'menus/button_menu_item_model.cc', + 'menus/button_menu_item_model.h', 'menus/menu_model.cc', 'menus/menu_model.h', 'menus/simple_menu_model.cc', |