Chromium Code Reviews| Index: third_party/WebKit/public/BUILD.gn |
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn |
| index da0a9b74d670a9fe44ee38ca81870b6ccdaed658..19cf9ac9748e40cba9296c63c4375436fbb00731 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", |
|
kinuko
2017/03/31 16:13:12
This one can be left in public/web if it's prefera
|
| "platform/WebCookieJar.h", |
| "platform/WebCredential.h", |
| "platform/WebCredentialManagerClient.h", |
| @@ -468,7 +469,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", |