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

Unified Diff: content/renderer/BUILD.gn

Issue 2765583002: Teach main thread event queue about closures. (Closed)
Patch Set: Fix typo Created 3 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_queue.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index ffacc9d5f95bcb2f2b6f2d8585708a657e2a10e0..4794cb3d0865e9aba22bcfe181da2bd8cc62e249 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -176,6 +176,9 @@ target(link_target_type, "renderer") {
"input/input_handler_wrapper.h",
"input/main_thread_event_queue.cc",
"input/main_thread_event_queue.h",
+ "input/main_thread_event_queue_task.h",
+ "input/main_thread_event_queue_task_list.cc",
+ "input/main_thread_event_queue_task_list.h",
"input/main_thread_input_event_filter.cc",
"input/main_thread_input_event_filter.h",
"input/render_widget_input_handler.cc",
« no previous file with comments | « content/common/input/web_input_event_queue.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698