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

Unified Diff: third_party/WebKit/Source/core/frame/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/Source/core/frame/BUILD.gn
diff --git a/third_party/WebKit/Source/core/frame/BUILD.gn b/third_party/WebKit/Source/core/frame/BUILD.gn
index 023e1f764c5d420e5acf9b893ce5546e5406d281..0280e5d7871822ab811ed1a7eac53e644d2c40f5 100644
--- a/third_party/WebKit/Source/core/frame/BUILD.gn
+++ b/third_party/WebKit/Source/core/frame/BUILD.gn
@@ -10,6 +10,8 @@ blink_core_sources("frame") {
"BarProp.h",
"BrowserControls.cpp",
"BrowserControls.h",
+ "ContentSettingsClient.cpp",
+ "ContentSettingsClient.h",
"DOMTimer.cpp",
"DOMTimer.h",
"DOMTimerCoordinator.cpp",

Powered by Google App Engine
This is Rietveld 408576698