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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8465021: Add ShellAcceleratorController that managers global keyboard accelerators. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address tfarina's comments Created 9 years, 1 month 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 | « ui/aura/desktop.cc ('k') | ui/aura_shell/desktop_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 4b7769d847e349771d854a5bf456a9d7f59242d2..233729359adcac2ef5074f3d8aa1fae22c97342e 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -72,6 +72,10 @@
'shelf_layout_controller.h',
'shell.cc',
'shell.h',
+ 'shell_accelerator_controller.cc',
+ 'shell_accelerator_controller.h',
+ 'shell_accelerator_filter.cc',
+ 'shell_accelerator_filter.h',
'shell_delegate.h',
'shell_factory.h',
'shell_window_ids.h',
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura_shell/desktop_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698