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

Unified Diff: content/content_browser.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 8a3fd26ee9347f5fc5e20e88851ed917d94a0ea5..15bef5ef4a3fe69754e38a50870e26a906bbd79e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -250,6 +250,8 @@
'browser/android/in_process/synchronous_compositor_impl.h',
'browser/android/in_process/synchronous_compositor_output_surface.cc',
'browser/android/in_process/synchronous_compositor_output_surface.h',
+ 'browser/android/in_process/synchronous_input_event_filter.cc',
+ 'browser/android/in_process/synchronous_input_event_filter.h',
'browser/android/interstitial_page_delegate_android.cc',
'browser/android/interstitial_page_delegate_android.h',
'browser/android/load_url_params.cc',
@@ -262,8 +264,6 @@
'browser/android/overscroll_glow.cc',
'browser/android/surface_texture_peer_browser_impl.cc',
'browser/android/surface_texture_peer_browser_impl.h',
- 'browser/android/sync_input_event_filter.h',
- 'browser/android/sync_input_event_filter.cc',
'browser/android/touch_point.cc',
'browser/android/touch_point.h',
'browser/android/tracing_intent_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698