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

Unified Diff: content/browser/BUILD.gn

Issue 2914393002: Adding phase info to wheel events migrated to wheel phase handler class. (Closed)
Patch Set: has pending wheel end used in mac unittests. Created 3 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9c97fcc615221042d8e4c49122c1fbf3942f1e05..10154546f9cc422fe3c09db102bdb2b11370c713 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1249,6 +1249,8 @@ source_set("browser") {
"renderer_host/media/video_capture_provider.h",
"renderer_host/media/video_capture_provider_switcher.cc",
"renderer_host/media/video_capture_provider_switcher.h",
+ "renderer_host/mouse_wheel_phase_handler.cc",
+ "renderer_host/mouse_wheel_phase_handler.h",
"renderer_host/native_web_keyboard_event_aura.cc",
"renderer_host/native_web_keyboard_event_mac.mm",
"renderer_host/offscreen_canvas_provider_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698