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

Unified Diff: ui/views/views.gyp

Issue 1477253002: Use a single views::MenuConfig instance for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify more things Created 5 years 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 43423bf90923b36456b69c4d804bc0686ffdce1f..5d837d6858cf6bdce001e27f78475e1af1e7826a 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -101,6 +101,8 @@
'controls/menu/display_change_listener_mac.cc',
'controls/menu/menu_config.cc',
'controls/menu/menu_config.h',
+ 'controls/menu/menu_config_chromeos.cc',
+ 'controls/menu/menu_config_linux.cc',
'controls/menu/menu_config_mac.mm',
'controls/menu/menu_config_win.cc',
'controls/menu/menu_controller.cc',
@@ -377,7 +379,6 @@
'bubble/tray_bubble_view.cc',
'bubble/tray_bubble_view.h',
'controls/menu/display_change_listener_aura.cc',
- 'controls/menu/menu_config_aura.cc',
'controls/menu/menu_event_dispatcher.cc',
'controls/menu/menu_event_dispatcher.h',
'controls/menu/menu_key_event_handler.cc',
@@ -504,10 +505,10 @@
'test/focus_manager_test.h',
'test/menu_runner_test_api.cc',
'test/menu_runner_test_api.h',
- 'test/slider_test_api.cc',
- 'test/slider_test_api.h',
'test/scoped_views_test_helper.cc',
'test/scoped_views_test_helper.h',
+ 'test/slider_test_api.cc',
+ 'test/slider_test_api.h',
'test/test_views.cc',
'test/test_views.h',
'test/test_views_delegate.h',
@@ -697,6 +698,9 @@
'sources/': [
['exclude', 'linux_ui'],
],
+ 'sources!': [
+ 'controls/menu/menu_config_linux.cc',
+ ],
}],
['OS=="win"', {
'sources': [
« ui/views/controls/menu/menu_item_view.cc ('K') | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698