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

Unified Diff: content/browser/BUILD.gn

Issue 2663493003: Move the TouchEventQueue to be completely virtual. (Closed)
Patch Set: Fix nits Created 3 years, 11 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/input_router_impl.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 69a67af276c8330753d9cdfd9c9a25817e8b111a..665a572e1e9a182ddc03ebba87112d02b582ccf7 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1035,6 +1035,8 @@ source_set("browser") {
"renderer_host/input/input_router_config_helper.h",
"renderer_host/input/input_router_impl.cc",
"renderer_host/input/input_router_impl.h",
+ "renderer_host/input/legacy_touch_event_queue.cc",
+ "renderer_host/input/legacy_touch_event_queue.h",
"renderer_host/input/motion_event_web.cc",
"renderer_host/input/motion_event_web.h",
"renderer_host/input/mouse_wheel_event_queue.cc",
@@ -1090,7 +1092,6 @@ source_set("browser") {
"renderer_host/input/touch_emulator.cc",
"renderer_host/input/touch_emulator.h",
"renderer_host/input/touch_emulator_client.h",
- "renderer_host/input/touch_event_queue.cc",
"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",
« no previous file with comments | « no previous file | content/browser/renderer_host/input/input_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698