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

Unified Diff: content/content_browser.gypi

Issue 929333002: Adding synthetic touch/mouse drag [Part1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 10 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
« no previous file with comments | « content/common/input/synthetic_smooth_drag_gesture_params.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 7779cf8807ab6e759ccd203f05ac6ec60632b968..e0afa12581e1fd0d66366faf0458c03033949b4f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1087,6 +1087,10 @@
'browser/renderer_host/input/synthetic_gesture_target_base.h',
'browser/renderer_host/input/synthetic_pinch_gesture.cc',
'browser/renderer_host/input/synthetic_pinch_gesture.h',
+ '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',
+ 'browser/renderer_host/input/synthetic_smooth_move_gesture.h',
'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
'browser/renderer_host/input/synthetic_tap_gesture.cc',
« no previous file with comments | « content/common/input/synthetic_smooth_drag_gesture_params.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698