| Index: sky/engine/platform/BUILD.gn
|
| diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
|
| index 84aea5e2560be11459648c4701ead0ee0ec98ca4..6ffe0ce15492a715ddc4221c157d9bae07d947cd 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",
|
| @@ -479,8 +478,6 @@ source_set("platform") {
|
| "Partitions.h",
|
| "PlatformEvent.h",
|
| "PlatformExport.h",
|
| - "PlatformKeyboardEvent.cpp",
|
| - "PlatformKeyboardEvent.h",
|
| "PlatformScreen.cpp",
|
| "PlatformScreen.h",
|
| "PlatformThreadData.cpp",
|
|
|