Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index cc2992c6445e73984c619d41d61bd643e46d41dc..835b31a0a0bc034d8c93f489f41e1baf5380b375 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -772,6 +772,8 @@ |
| 'wm/session_state_animator_impl.h', |
| 'wm/stacking_controller.cc', |
| 'wm/stacking_controller.h', |
| + 'wm/stylus_metrics_recorder.cc', |
| + 'wm/stylus_metrics_recorder.h', |
| 'wm/system_background_controller.cc', |
| 'wm/system_background_controller.h', |
| 'wm/system_gesture_event_filter.cc', |
| @@ -1190,7 +1192,9 @@ |
| 'touch/touchscreen_util.cc', |
| 'touch/touchscreen_util.h', |
| 'virtual_keyboard_controller.cc', |
| - 'virtual_keyboard_controller.h' |
| + 'virtual_keyboard_controller.h', |
| + 'wm/stylus_metrics_recorder.cc', |
|
jdufault
2016/08/23 23:09:53
Use spaces instead of tabs.
xiaoyinh(OOO Sep 11-29)
2016/08/23 23:45:41
Done.
|
| + 'wm/stylus_metrics_recorder.h' |
| ], |
| }], |
| ], |