| 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",
|
|
|