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

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: rebased 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
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index b3ee0bfbee7724dac1cc960d7b600614e8af9ac2..218d370f08a023a58c27a64f2470850c5e478ca7 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -104,8 +104,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',
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698