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

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

Issue 2863853002: Introduce the class webLocalFrameBase anf make WebLocalFrameImpl derived it. (Closed)
Patch Set: Add WebLocalViewBase.h to the BUILD file. Created 3 years, 7 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 73f6a6aa3a88e1438c04cfa990adf1967a3cdd7c..e6f88fcceab761457f256fe88c2efd49c1f5e5d3 100644
--- a/third_party/WebKit/Source/core/frame/BUILD.gn
+++ b/third_party/WebKit/Source/core/frame/BUILD.gn
@@ -117,6 +117,7 @@ blink_core_sources("frame") {
"UseCounter.h",
"VisualViewport.cpp",
"VisualViewport.h",
+ "WebLocalFrameBase.h",
"csp/CSPDirective.h",
"csp/CSPDirectiveList.cpp",
"csp/CSPDirectiveList.h",

Powered by Google App Engine
This is Rietveld 408576698