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

Unified Diff: third_party/WebKit/Source/core/dom/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/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 75fe9a85ff4f71ded869d1f08fc84c6a22021b55..d1fefccb920cacbebaeb2f0d33fe53585c7ccc7b 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -45,6 +45,8 @@ blink_core_sources("dom") {
"ContainerNode.h",
"ContextFeatures.cpp",
"ContextFeatures.h",
+ "ContextFeaturesClientImpl.cpp",
+ "ContextFeaturesClientImpl.h",
kinuko 2017/03/31 16:13:12 Moved from Source/web as they no longer has depend
"ContextLifecycleNotifier.cpp",
"ContextLifecycleNotifier.h",
"ContextLifecycleObserver.cpp",

Powered by Google App Engine
This is Rietveld 408576698