| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 39f1284327f78a033ba5982780a149fd27e6a9f7..8f667aa263e24ddac3a7d6cb8fbdbe3167521970 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -190,6 +190,7 @@ source_set("blink_headers") {
|
| "platform/WebGestureCurve.h",
|
| "platform/WebGestureCurveTarget.h",
|
| "platform/WebGestureDevice.h",
|
| + "platform/WebGestureEvent.h",
|
| "platform/WebGraphicsContext3DProvider.h",
|
| "platform/WebHTTPBody.h",
|
| "platform/WebHTTPHeaderVisitor.h",
|
| @@ -489,7 +490,6 @@ source_set("blink_headers") {
|
| "web/WebImageCache.h",
|
| "web/WebImageDecoder.h",
|
| "web/WebInputElement.h",
|
| - "web/WebInputEvent.h",
|
| "web/WebInputMethodController.h",
|
| "web/WebKit.h",
|
| "web/WebLabelElement.h",
|
|
|