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

Unified Diff: ui/views/views.gyp

Issue 1514693006: Revert of Use a single views::MenuConfig instance for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase revert on https://codereview.chromium.org/1504743003 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
« no previous file with comments | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 30471e4af2f27916d16d2fac05d56e88432aa34d..4400ab24f7e06ffefc8c390e2c85898426f446b4 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -101,8 +101,6 @@
'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',
@@ -374,6 +372,7 @@
'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',
@@ -500,10 +499,10 @@
'test/focus_manager_test.h',
'test/menu_runner_test_api.cc',
'test/menu_runner_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/scoped_views_test_helper.cc',
+ 'test/scoped_views_test_helper.h',
'test/test_views.cc',
'test/test_views.h',
'test/test_views_delegate.h',
@@ -694,9 +693,6 @@
'sources/': [
['exclude', 'linux_ui'],
],
- 'sources!': [
- 'controls/menu/menu_config_linux.cc',
- ],
}],
['OS=="win"', {
'sources': [
« no previous file with comments | « 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