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

Unified Diff: ash/ash.gyp

Issue 2187703003: Wires up registering accelerators from mash with the wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 5 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 34a3b4c93b428c3870a6e7c0fd0d082404b5977f..0843ff430b41d0adae10741b85d9577bff689d11 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -13,8 +13,6 @@
'accelerators/accelerator_controller_delegate_aura.h',
'accelerators/accelerator_delegate.cc',
'accelerators/accelerator_delegate.h',
- 'accelerators/focus_manager_factory.cc',
- 'accelerators/focus_manager_factory.h',
'accelerators/key_hold_detector.cc',
'accelerators/key_hold_detector.h',
'accelerators/magnifier_key_scroller.cc',
@@ -53,6 +51,8 @@
'common/accelerators/accelerator_router.h',
'common/accelerators/accelerator_table.cc',
'common/accelerators/accelerator_table.h',
+ 'common/accelerators/ash_focus_manager_factory.cc',
+ 'common/accelerators/ash_focus_manager_factory.h',
'common/accelerators/debug_commands.cc',
'common/accelerators/debug_commands.h',
'common/accelerators/exit_warning_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698