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

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

Issue 2539283002: Remove PlatformGestureEvent in favour of using WebGestureEvent (Closed)
Patch Set: Add missing copyright on new file Created 4 years 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 9685a9ab9225cc9066ca57a0b34b88a4d2e218eb..091f663c03a97b9a28ac922b6d8daa8534e1d284 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -312,7 +312,6 @@ component("platform") {
"PartitionAllocMemoryDumpProvider.h",
"PasteMode.h",
"PlatformEvent.h",
- "PlatformGestureEvent.h",
"PlatformInstrumentation.cpp",
"PlatformInstrumentation.h",
"PlatformMouseEvent.h",
@@ -353,6 +352,7 @@ component("platform") {
"WaitableEvent.cpp",
"WaitableEvent.h",
"WebFrameScheduler.h",
+ "WebGestureEvent.cpp",
"WebIconSizesParser.cpp",
"WebScheduler.cpp",
"WebTaskRunner.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp ('k') | third_party/WebKit/Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698