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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: added class-level comment Created 3 years, 8 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/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index cf5545675f6ba2ad84701cebcaa8c928573cc6a1..ab77807ea8b7f985d268bf44315852861fd3cb75 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -50,6 +50,8 @@ blink_core_sources("dom") {
"ContainerNode.h",
"ContextFeatures.cpp",
"ContextFeatures.h",
+ "ContextFeaturesClientImpl.cpp",
+ "ContextFeaturesClientImpl.h",
"ContextLifecycleNotifier.cpp",
"ContextLifecycleNotifier.h",
"ContextLifecycleObserver.cpp",

Powered by Google App Engine
This is Rietveld 408576698