| 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 995b3f9a5cbb9f2e318531d134f3c6ee318c22de..00419426621ad27376cbd292653e6ba2e103caeb 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",
|
|
|