| 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 b562a1cf20497c5e442e4cb2a786bf4e67c22a10..32104001a7c572cf25950bbbf2147387b162756e 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -317,7 +317,6 @@ component("platform") {
|
| "PartitionAllocMemoryDumpProvider.h",
|
| "PasteMode.h",
|
| "PlatformEvent.h",
|
| - "PlatformGestureEvent.h",
|
| "PlatformInstrumentation.cpp",
|
| "PlatformInstrumentation.h",
|
| "PlatformMouseEvent.h",
|
| @@ -357,6 +356,7 @@ component("platform") {
|
| "UserGestureIndicator.h",
|
| "WaitableEvent.cpp",
|
| "WaitableEvent.h",
|
| + "WebGestureEvent.cpp",
|
| "WebIconSizesParser.cpp",
|
| "WebScheduler.cpp",
|
| "WebTaskRunner.cpp",
|
|
|