| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index a5098adea8079dfcb5543f78f14312a08fcf6e87..9b32d824444ae293d2fb47424184e260942fd804 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -335,6 +335,7 @@ source_set("blink_headers") {
|
| "platform/WebThread.h",
|
| "platform/WebThreadSafeData.h",
|
| "platform/WebTimeRange.h",
|
| + "platform/WebTouchAction.h",
|
| "platform/WebTouchEvent.h",
|
| "platform/WebTouchPoint.h",
|
| "platform/WebTraceLocation.h",
|
| @@ -592,7 +593,6 @@ source_set("blink_headers") {
|
| "web/WebTextDecorationType.h",
|
| "web/WebTextDirection.h",
|
| "web/WebTextInputType.h",
|
| - "web/WebTouchAction.h",
|
| "web/WebTreeScopeType.h",
|
| "web/WebUserGestureIndicator.h",
|
| "web/WebUserGestureToken.h",
|
|
|