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

Unified Diff: ui/views/BUILD.gn

Issue 2604793002: Allow Widget to pass accelerator handling to its parent.
Patch Set: Created 4 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 | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | ui/views/widget/native_widget_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 0c762ffd9b176059f15f3344dcd5553df3f3ba15..19c2a300f3fdaa1d8d7ec7200be9cdcc6a3366e7 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -77,6 +77,8 @@ component("views") {
"cocoa/cocoa_window_move_loop.mm",
"cocoa/drag_drop_client_mac.h",
"cocoa/drag_drop_client_mac.mm",
+ "cocoa/native_widget_mac_accelerator_handler.h",
+ "cocoa/native_widget_mac_accelerator_handler.mm",
"cocoa/native_widget_mac_nswindow.h",
"cocoa/native_widget_mac_nswindow.mm",
"cocoa/tooltip_manager_mac.h",
@@ -355,6 +357,8 @@ component("views") {
"widget/tooltip_manager.h",
"widget/widget.cc",
"widget/widget.h",
+ "widget/widget_accelerator_handling_delegate.cc",
+ "widget/widget_accelerator_handling_delegate.h",
"widget/widget_aura_utils.cc",
"widget/widget_aura_utils.h",
"widget/widget_delegate.cc",
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | ui/views/widget/native_widget_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698