| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 898bbab2f8ab80a90614662719033e0dc8ec4827..6f70b3d0205d5a9c23e01e22809723b4cc06d967 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -36,6 +36,10 @@
|
| # 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',
|
| 'app_list/app_list.cc',
|
|
|