| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 3a6a119bf038a22e4b9d6c8bf8a2274056b937b7..12451e310774585b3f04d62c65115487c9873574 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -42,6 +42,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',
|
| @@ -753,6 +755,7 @@
|
| 'accelerators/accelerator_table_unittest.cc',
|
| 'accelerators/magnifier_key_scroller_unittest.cc',
|
| 'accelerators/spoken_feedback_toggler_unittest.cc',
|
| + 'ash_touch_exploration_manager_chromeos_unittest.cc',
|
| 'autoclick/autoclick_unittest.cc',
|
| 'desktop_background/desktop_background_controller_unittest.cc',
|
| 'desktop_background/wallpaper_resizer_unittest.cc',
|
|
|