Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: sky/engine/platform/BUILD.gn

Issue 872233002: Switch KeyboardEvents over to NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename virtualKeyCode to key Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/platform/PlatformEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698