Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index d5f413d8099779bda53c9953f39032495cca79ff..8835c02fbe086a5eb05831a215b5663d3164b6e7 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -82,6 +82,8 @@ |
| 'ash_constants.h', |
| 'ash_switches.cc', |
| 'ash_switches.h', |
| + 'ash_touch_exploration_manager_chromeos.cc', |
| + 'ash_touch_exploration_manager_chromeos.h', |
| 'cancel_mode.cc', |
| 'cancel_mode.h', |
| 'debug.cc', |
| @@ -921,6 +923,7 @@ |
| 'accelerators/accelerator_table_unittest.cc', |
| 'accelerators/magnifier_key_scroller_unittest.cc', |
| 'accelerators/spoken_feedback_toggler_unittest.cc', |
| + 'ash_touch_exploration_manager_unittest.cc', |
|
dmazzoni
2014/07/16 16:54:39
Nit: should this be ash_touch_exploration_manager_
lisayin
2014/07/17 16:56:17
Done.
|
| 'autoclick/autoclick_unittest.cc', |
| 'desktop_background/desktop_background_controller_unittest.cc', |
| 'desktop_background/wallpaper_resizer_unittest.cc', |