Chromium Code Reviews| Index: content/content_browser.gypi |
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
| index 360e007ebd232095578542e49aa329f40e61186a..7cbfbc89cd074ec557cfecfedd97353134a2af22 100644 |
| --- a/content/content_browser.gypi |
| +++ b/content/content_browser.gypi |
| @@ -1201,6 +1201,8 @@ |
| 'browser/renderer_host/input/synthetic_pointer.h', |
| 'browser/renderer_host/input/synthetic_pointer_action.cc', |
| 'browser/renderer_host/input/synthetic_pointer_action.h', |
| + 'browser/renderer_host/input/synthetic_pointer_action_controller.cc', |
| + 'browser/renderer_host/input/synthetic_pointer_action_controller.h', |
|
samuong
2016/09/23 12:53:40
Is this still needed now that we're off of GYP and
lanwei
2016/09/29 14:38:54
I am not sure if the gyp is depreciated completely
|
| 'browser/renderer_host/input/synthetic_smooth_drag_gesture.cc', |
| 'browser/renderer_host/input/synthetic_smooth_drag_gesture.h', |
| 'browser/renderer_host/input/synthetic_smooth_move_gesture.cc', |