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

Unified Diff: content/content_renderer.gypi

Issue 13844021: Move compositor thread input handling logic into content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win component build Created 7 years, 8 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_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 89664374dbecd9f9789d4895653eeb2eab971abb..7e82d0a3b8e1775e59d692fd3115fb3d38ddc549 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -100,8 +100,12 @@
'renderer/gpu/compositor_software_output_device.h',
'renderer/gpu/input_event_filter.cc',
'renderer/gpu/input_event_filter.h',
+ 'renderer/gpu/input_handler_proxy.cc',
+ 'renderer/gpu/input_handler_proxy.h',
'renderer/gpu/input_handler_manager.cc',
'renderer/gpu/input_handler_manager.h',
+ 'renderer/gpu/input_handler_wrapper.cc',
+ 'renderer/gpu/input_handler_wrapper.h',
'renderer/gpu/gpu_benchmarking_extension.cc',
'renderer/gpu/gpu_benchmarking_extension.h',
'renderer/gpu/mailbox_output_surface.cc',

Powered by Google App Engine
This is Rietveld 408576698