| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 72a4ec7ccab841881e0290c75da05e91f36ae14b..f8a5a3a2b2d0448ffe9bb8fc0e7ded0ab161633d 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -137,6 +137,7 @@ source_set("blink_headers") {
|
| "platform/WebContentSecurityPolicy.h",
|
| "platform/WebContentSecurityPolicyStruct.h",
|
| "platform/WebContentSettingCallbacks.h",
|
| + "platform/WebContentSettingsClient.h",
|
| "platform/WebCookieJar.h",
|
| "platform/WebCredential.h",
|
| "platform/WebCredentialManagerClient.h",
|
| @@ -469,7 +470,6 @@ source_set("blink_headers") {
|
| "web/WebCompositionUnderline.h",
|
| "web/WebConsoleMessage.h",
|
| "web/WebContentSecurityPolicy.h",
|
| - "web/WebContentSettingsClient.h",
|
| "web/WebContextMenuData.h",
|
| "web/WebCryptoNormalize.h",
|
| "web/WebCustomElement.h",
|
|
|