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

Unified Diff: views/views.gyp

Issue 7067032: Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented reviewer recommendations. Created 9 years, 7 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/test/test_views_delegate.h ('k') | views/views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 2176bb29029b568994de888fee42858654d2407b..448a2a5ce01153852b80b8a1acc4d03422ac7737 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -151,6 +151,8 @@
'controls/menu/menu_item_view.h',
'controls/menu/menu_item_view_gtk.cc',
'controls/menu/menu_item_view_win.cc',
+ 'controls/menu/menu_model_adapter.cc',
+ 'controls/menu/menu_model_adapter.h',
'controls/menu/menu_scroll_view_container.cc',
'controls/menu/menu_scroll_view_container.h',
'controls/menu/menu_separator.h',
@@ -485,6 +487,7 @@
'controls/tabbed_pane/tabbed_pane_unittest.cc',
'controls/table/table_view_unittest.cc',
'controls/combobox/native_combobox_views_unittest.cc',
+ 'controls/menu/menu_model_adapter_unittest.cc',
'controls/textfield/native_textfield_views_unittest.cc',
'controls/textfield/textfield_views_model_unittest.cc',
'events/event_unittest.cc',
« no previous file with comments | « views/test/test_views_delegate.h ('k') | views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698