| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index cc2992c6445e73984c619d41d61bd643e46d41dc..46b74fd2b9ce4becb55dc380a3ff7cc2fff4e5c2 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',
|
| + 'wm/stylus_metrics_recorder.h'
|
| ],
|
| }],
|
| ],
|
|
|