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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Address comments and failing test Created 3 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
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 27557791eba847124951792f47629fb81d3030e0..b93bfd33fdd2a28515d2ca24c34878b1586a479f 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",

Powered by Google App Engine
This is Rietveld 408576698