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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2586133003: Remove PlatformWheelEvent and use WebMouseWheelEvent instead (Closed)
Patch Set: Address comments Created 3 years, 12 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index d4cab47adf1e55e83112cd146b99f3c78d3f37cf..13b623cbd1080d0453902dba9aab8ce9f625d192 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -319,7 +319,6 @@ component("platform") {
"PlatformResourceLoader.h",
"PlatformTouchEvent.h",
"PlatformTouchPoint.h",
- "PlatformWheelEvent.h",
"PluginScriptForbiddenScope.cpp",
"PluginScriptForbiddenScope.h",
"PopupMenu.h",
@@ -355,6 +354,8 @@ component("platform") {
"WebFrameScheduler.h",
"WebGestureEvent.cpp",
"WebIconSizesParser.cpp",
+ "WebMouseEvent.cpp",
+ "WebMouseWheelEvent.cpp",
"WebScheduler.cpp",
"WebTaskRunner.cpp",
"WebTaskRunner.h",

Powered by Google App Engine
This is Rietveld 408576698