Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: views/views.gyp

Issue 119237: A new menu system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 17887)
+++ views/views.gyp (working copy)
@@ -103,10 +103,19 @@
'controls/menu/controller.h',
'controls/menu/menu.cc',
'controls/menu/menu.h',
+ 'controls/menu/menu_2.cc',
+ 'controls/menu/menu_2.h',
'controls/menu/menu_gtk.cc',
'controls/menu/menu_gtk.h',
'controls/menu/menu_win.cc',
'controls/menu/menu_win.h',
+ 'controls/menu/menu_wrapper.h',
+ 'controls/menu/native_menu_gtk.cc',
+ 'controls/menu/native_menu_gtk.h',
+ 'controls/menu/native_menu_win.cc',
+ 'controls/menu/native_menu_win.h',
+ 'controls/menu/simple_menu_model.cc',
+ 'controls/menu/simple_menu_model.h',
'controls/menu/view_menu_delegate.h',
'controls/message_box_view.cc',
'controls/message_box_view.h',
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698