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

Unified Diff: content/content_common.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 7 years, 7 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c3ff5134e114b80f607fd72a2b219290b9840a61..f4a643c3c2255bcafba32797e19ca8e2390886ca 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -120,6 +120,8 @@
'common/android/hash_set.h',
'common/android/surface_texture_peer.cc',
'common/android/surface_texture_peer.h',
+ 'common/android/synchronous_input_event_filter.cc',
+ 'common/android/synchronous_input_event_filter.h',
'common/android/trace_event_binding.cc',
'common/android/trace_event_binding.h',
'common/appcache/appcache_backend_proxy.cc',
@@ -245,6 +247,7 @@
'common/gpu/image_transport_surface_mac.cc',
'common/gpu/image_transport_surface_win.cc',
'common/gpu/image_transport_surface_x11.cc',
+ 'common/gpu/input_handler_manager_client.h',
'common/gpu/media/h264_bit_reader.cc',
'common/gpu/media/h264_bit_reader.h',
'common/gpu/media/h264_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698