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

Unified Diff: ui/base/BUILD.gn

Issue 1255783002: [Mac] Factor out keyboard shortcut handling from ChromeEventProcessingWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@execute
Patch Set: UI_BASE_EXPORT CommandDispatcher Created 5 years, 4 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
« no previous file with comments | « content/public/browser/render_widget_host_view_mac_base.h ('k') | ui/base/cocoa/command_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 91bba2a2cad03485108acd7b7d641e897fe0869e..096e0bd56bc33249a631d5d362acdfcd05cfbfff 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -41,6 +41,8 @@ component("base") {
"cocoa/base_view.mm",
"cocoa/cocoa_base_utils.h",
"cocoa/cocoa_base_utils.mm",
+ "cocoa/command_dispatcher.h",
+ "cocoa/command_dispatcher.mm",
"cocoa/constrained_window/constrained_window_animation.h",
"cocoa/constrained_window/constrained_window_animation.mm",
"cocoa/controls/blue_label_button.h",
« no previous file with comments | « content/public/browser/render_widget_host_view_mac_base.h ('k') | ui/base/cocoa/command_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698