| 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 c10e4d05e2c107034822b2957d4a71c18058e6b4..c100adca21895c9dd9500b0ee6ed23f272e9f507 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -307,8 +307,6 @@ component("platform") {
|
| "PlatformMouseEvent.h",
|
| "PlatformResourceLoader.cpp",
|
| "PlatformResourceLoader.h",
|
| - "PlatformTouchEvent.h",
|
| - "PlatformTouchPoint.h",
|
| "PluginScriptForbiddenScope.cpp",
|
| "PluginScriptForbiddenScope.h",
|
| "PopupMenu.h",
|
| @@ -353,6 +351,7 @@ component("platform") {
|
| "WebThread.cpp",
|
| "WebThreadSupportingGC.cpp",
|
| "WebThreadSupportingGC.h",
|
| + "WebTouchEvent.cpp",
|
| "WebURLLoader.cpp",
|
| "Widget.cpp",
|
| "Widget.h",
|
|
|