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

Unified Diff: ui/views/views.gyp

Issue 1138523006: Enable keyboard accelerators while a menu is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile issue Created 5 years, 3 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 aa065b393303cafeb093b77d1105759898ddc82c..94ec25ce30a4922a55b7c66f096d203e5eb689ed 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -374,6 +374,8 @@
'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',
+ 'controls/menu/menu_key_event_handler.h',
'controls/menu/menu_message_loop_aura.cc',
'controls/menu/menu_message_loop_aura.h',
'controls/native/native_view_host_aura.cc',

Powered by Google App Engine
This is Rietveld 408576698