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

Unified Diff: content/content_browser.gypi

Issue 26664002: SyntheticGestureTarget implementation for injecting synthetic input events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile_err Created 7 years, 2 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 98abad36a390fd7e3dc3e9aefe49b66a3857d348..a5f25549d2018a55db94275a66cf0f3fa6eebf6b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -823,6 +823,12 @@
'browser/renderer_host/input/synthetic_gesture_new.cc',
'browser/renderer_host/input/synthetic_gesture_new.h',
'browser/renderer_host/input/synthetic_gesture_target.h',
+ 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
+ 'browser/renderer_host/input/synthetic_gesture_target_android.h',
+ 'browser/renderer_host/input/synthetic_gesture_target_aura.cc',
+ 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
+ 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
+ 'browser/renderer_host/input/synthetic_gesture_target_base.h',
'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.cc',
'browser/renderer_host/input/synthetic_smooth_scroll_gesture_new.h',
'browser/renderer_host/input/synthetic_web_input_event_builders.cc',

Powered by Google App Engine
This is Rietveld 408576698