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

Unified Diff: content/content_renderer.gypi

Issue 1780953003: Change the non-blocking event queue to the main thread event queue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_regression_5
Patch Set: Fix android Created 4 years, 9 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/common/input/web_input_event_traits.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 bec6b5bf6ad286aeb220198019fc0aa18ec7d4d1..c8d478c383a438791f6202910d105b7f529b6785 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -250,10 +250,10 @@
'renderer/input/input_handler_manager_client.h',
'renderer/input/input_handler_wrapper.cc',
'renderer/input/input_handler_wrapper.h',
+ 'renderer/input/main_thread_event_queue.cc',
+ 'renderer/input/main_thread_event_queue.h',
'renderer/input/main_thread_input_event_filter.cc',
'renderer/input/main_thread_input_event_filter.h',
- 'renderer/input/non_blocking_event_queue.cc',
- 'renderer/input/non_blocking_event_queue.h',
'renderer/input/render_widget_input_handler.cc',
'renderer/input/render_widget_input_handler.h',
'renderer/input/render_widget_input_handler_delegate.h',
« no previous file with comments | « content/common/input/web_input_event_traits.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698