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

Unified Diff: content/browser/BUILD.gn

Issue 2709813002: Remove the touch ack timeout handler out of the legacy touch event queue. (Closed)
Patch Set: Fix nits Created 3 years, 10 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 | « no previous file | content/browser/renderer_host/input/legacy_touch_event_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0ec7e95b0b48b3ff99fa4daf3fedca185b03c088..f9928b208c47112538857a82682d6ca527304062 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1091,6 +1091,8 @@ source_set("browser") {
"renderer_host/input/touch_event_queue.h",
"renderer_host/input/touch_selection_controller_client_aura.cc",
"renderer_host/input/touch_selection_controller_client_aura.h",
+ "renderer_host/input/touch_timeout_handler.cc",
+ "renderer_host/input/touch_timeout_handler.h",
"renderer_host/input/touchpad_tap_suppression_controller.cc",
"renderer_host/input/touchpad_tap_suppression_controller.h",
"renderer_host/input/touchscreen_tap_suppression_controller.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/input/legacy_touch_event_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698