Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 047598809a10ee332bfe7669672ac5b42c13435b..ddfbb96e05cc44850d1ec30f1450cebb8a38c603 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', |