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

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

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Fix nit 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 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",
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp ('k') | third_party/WebKit/Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698