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

Unified Diff: ui/views/views.gyp

Issue 267593005: Refactor menu controller to isolate aura dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for tapted and trybots, plus rebase Created 6 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index d4b4e827113761fefed553037163a4af56e56bff..cfc294f8f0a1c6172dea91486b5df51cb6e19c58 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -124,6 +124,7 @@
'controls/link.h',
'controls/link_listener.h',
'controls/menu/display_change_listener_aura.cc',
+ 'controls/menu/display_change_listener_mac.cc',
'controls/menu/menu.cc',
'controls/menu/menu.h',
'controls/menu/menu_2.cc',
@@ -142,6 +143,11 @@
'controls/menu/menu_delegate.h',
'controls/menu/menu_message_pump_dispatcher_win.cc',
'controls/menu/menu_message_pump_dispatcher_win.h',
+ 'controls/menu/menu_message_loop.h',
+ 'controls/menu/menu_message_loop_aura.cc',
+ 'controls/menu/menu_message_loop_aura.h',
+ 'controls/menu/menu_message_loop_mac.cc',
+ 'controls/menu/menu_message_loop_mac.h',
'controls/menu/menu_host.cc',
'controls/menu/menu_host.h',
'controls/menu/menu_host_root_view.cc',

Powered by Google App Engine
This is Rietveld 408576698