| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index f22878d014cb4161a583d7c5bab5cc60b149b38c..c239f39227bb59ad07810539e83da9a46f01d6a3 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -417,6 +417,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",
|
| @@ -555,7 +556,6 @@ source_set("blink_headers") {
|
| "web/WebTextInputType.h",
|
| "web/WebTouchAction.h",
|
| "web/WebTreeScopeType.h",
|
| - "web/WebURLLoaderOptions.h",
|
| "web/WebUserGestureIndicator.h",
|
| "web/WebUserGestureToken.h",
|
| "web/WebUserMediaClient.h",
|
|
|