diff options
author | rafaelw@google.com <rafaelw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 17:51:47 +0000 |
---|---|---|
committer | rafaelw@google.com <rafaelw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 17:51:47 +0000 |
commit | ead554754ca0a23e0b132b3e84566be703456730 (patch) | |
tree | 6ebf4dcdc3fa6f60bae4bc07d18becf62b0512d5 /app/app_base.gypi | |
parent | 0b26c592f978b858fc6a9accf1e7d689df4cfd97 (diff) | |
download | chromium_src-ead554754ca0a23e0b132b3e84566be703456730.zip chromium_src-ead554754ca0a23e0b132b3e84566be703456730.tar.gz chromium_src-ead554754ca0a23e0b132b3e84566be703456730.tar.bz2 |
Revert 50859 - 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
TBR=erg@chromium.org
Review URL: http://codereview.chromium.org/2836029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_base.gypi')
-rw-r--r-- | app/app_base.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index 4cd5e66..facbd4c 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -159,8 +159,6 @@ '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', |