| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index d94e4b441ddee08c20876be8c45734669f189f6b..d3d849b5bd80efeb8969a0853d9f4e9c58031dde 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -208,6 +208,7 @@ source_set("blink_headers") {
|
| "platform/WebInputEvent.h",
|
| "platform/WebInputEventResult.h",
|
| "platform/WebInsecureRequestPolicy.h",
|
| + "platform/WebKeyboardEvent.h",
|
| "platform/WebLayer.h",
|
| "platform/WebLayerPositionConstraint.h",
|
| "platform/WebLayerScrollClient.h",
|
| @@ -239,6 +240,7 @@ source_set("blink_headers") {
|
| "platform/WebMixedContent.h",
|
| "platform/WebMixedContentContextType.h",
|
| "platform/WebMockClipboard.h",
|
| + "platform/WebMouseWheelEvent.h",
|
| "platform/WebNativeScrollBehavior.h",
|
| "platform/WebNavigationHintType.h",
|
| "platform/WebNonCopyable.h",
|
|
|