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

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: compiles_on_aura 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 e9d731555b3abf708bfac8eeab561958a3ad5427..17639a8b6540796574568569bbfe9b6ccbadd3d7 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -838,6 +838,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