| Index: sky/engine/platform/BUILD.gn
|
| diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
|
| index bc75d1d7f0fb76222626617ba023b8efc676d54f..8746d17ba8d1b6f659abd1ab3709c97f380f19bc 100644
|
| --- a/sky/engine/platform/BUILD.gn
|
| +++ b/sky/engine/platform/BUILD.gn
|
| @@ -132,7 +132,6 @@ source_set("platform") {
|
| "exported/WebHTTPBody.cpp",
|
| "exported/WebHTTPLoadInfo.cpp",
|
| "exported/WebImageSkia.cpp",
|
| - "exported/WebInputEvent.cpp",
|
| "exported/WebString.cpp",
|
| "exported/WebTransformKeyframe.cpp",
|
| "exported/WebURL.cpp",
|
| @@ -475,8 +474,6 @@ source_set("platform") {
|
| "Partitions.h",
|
| "PlatformEvent.h",
|
| "PlatformExport.h",
|
| - "PlatformKeyboardEvent.cpp",
|
| - "PlatformKeyboardEvent.h",
|
| "PlatformScreen.cpp",
|
| "PlatformScreen.h",
|
| "PlatformThreadData.cpp",
|
|
|