| 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 48aa77c1d80814771b758d2db90ee291ee785a3a..5206b068f9342750334ef2331ef17337e632668c 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",
|
| @@ -354,6 +353,8 @@ component("platform") {
|
| "WebFrameScheduler.h",
|
| "WebGestureEvent.cpp",
|
| "WebIconSizesParser.cpp",
|
| + "WebMouseEvent.cpp",
|
| + "WebMouseWheelEvent.cpp",
|
| "WebScheduler.cpp",
|
| "WebTaskRunner.cpp",
|
| "WebTaskRunner.h",
|
|
|