Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: content/content_browser.gypi

Issue 2336803003: Make SyntheticPointerAction to flush the pointer action sequence (Closed)
Patch Set: controller Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698