| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 44d66f9e233e0f0c556f5ee55f75f051fad04484..b33980ef28894e6bc7994eb1de0aed8b7437941c 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -421,6 +421,7 @@ source_set("blink_headers") {
|
| "web/WebArrayBuffer.h",
|
| "web/WebArrayBufferConverter.h",
|
| "web/WebArrayBufferView.h",
|
| + "web/WebAssociatedURLLoaderOptions.h",
|
| "web/WebAutofillClient.h",
|
| "web/WebBlob.h",
|
| "web/WebCSSParser.h",
|
| @@ -557,7 +558,6 @@ source_set("blink_headers") {
|
| "web/WebTextDirection.h",
|
| "web/WebTouchAction.h",
|
| "web/WebTreeScopeType.h",
|
| - "web/WebURLLoaderOptions.h",
|
| "web/WebUserGestureIndicator.h",
|
| "web/WebUserGestureToken.h",
|
| "web/WebUserMediaClient.h",
|
|
|