summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 3f00fff..720377d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -36,8 +36,14 @@
# All .cc, .h under ash, except unittests
'accelerators/accelerator_controller.cc',
'accelerators/accelerator_controller.h',
+ 'accelerators/accelerator_dispatcher.cc',
+ 'accelerators/accelerator_dispatcher.h',
+ 'accelerators/accelerator_dispatcher_linux.cc',
+ 'accelerators/accelerator_dispatcher_win.cc',
'accelerators/accelerator_filter.cc',
'accelerators/accelerator_filter.h',
+ 'accelerators/nested_dispatcher_controller.cc',
+ 'accelerators/nested_dispatcher_controller.h',
'app_list/app_list.cc',
'app_list/app_list.h',
'app_list/app_list_groups_view.cc',