| 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",
|
|
|