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

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: Handling oshima's comments Created 5 years, 6 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 319667e2303733df4bd0d1a8debf29eb6c92fcc4..82d17796ce0e50b988d70768402b55fa2ae5e88c 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -370,6 +370,8 @@
'controls/menu/menu_config_aura.cc',
'controls/menu/menu_event_dispatcher.cc',
'controls/menu/menu_event_dispatcher.h',
+ 'controls/menu/menu_event_filter.cc',
+ 'controls/menu/menu_event_filter.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