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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . 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
« no previous file with comments | « third_party/WebKit/Source/core/events/BUILD.gn ('k') | third_party/WebKit/Source/core/html/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a7d98efae064bbe603bddf74d9c7884bdc9edf36..2e49aebc346fd87b552bbaab09de0be00dbc4d9d 100644
--- a/third_party/WebKit/Source/core/frame/BUILD.gn
+++ b/third_party/WebKit/Source/core/frame/BUILD.gn
@@ -41,6 +41,7 @@ blink_core_sources("frame") {
"FrameOwner.h",
"FrameSerializer.cpp",
"FrameSerializer.h",
+ "FrameTypes.h",
"FrameView.cpp",
"FrameView.h",
"FrameViewAutoSizeInfo.cpp",
@@ -57,6 +58,7 @@ blink_core_sources("frame") {
"LocalDOMWindow.h",
"LocalFrame.cpp",
"LocalFrame.h",
+ "LocalFrameClient.h",
"Location.cpp",
"Location.h",
"Navigator.cpp",
@@ -104,6 +106,7 @@ blink_core_sources("frame") {
"UseCounter.h",
"VisualViewport.cpp",
"VisualViewport.h",
+ "csp/CSPDirective.h",
"csp/CSPDirectiveList.cpp",
"csp/CSPDirectiveList.h",
"csp/CSPSource.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/events/BUILD.gn ('k') | third_party/WebKit/Source/core/html/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698