Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698