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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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 cc8f88616c10154e4306aa2adb209eaa1fc03dcf..a7d98efae064bbe603bddf74d9c7884bdc9edf36 100644
--- a/third_party/WebKit/Source/core/frame/BUILD.gn
+++ b/third_party/WebKit/Source/core/frame/BUILD.gn
@@ -35,6 +35,7 @@ blink_core_sources("frame") {
"Frame.cpp",
"Frame.h",
"FrameConsole.cpp",
+ "FrameConsole.h",
"FrameHost.cpp",
"FrameHost.h",
"FrameOwner.h",
@@ -43,6 +44,7 @@ blink_core_sources("frame") {
"FrameView.cpp",
"FrameView.h",
"FrameViewAutoSizeInfo.cpp",
+ "FrameViewAutoSizeInfo.h",
"History.cpp",
"History.h",
"HostsUsingFeatures.cpp",
@@ -99,13 +101,18 @@ blink_core_sources("frame") {
"SuspendableTimer.cpp",
"SuspendableTimer.h",
"UseCounter.cpp",
+ "UseCounter.h",
"VisualViewport.cpp",
"VisualViewport.h",
"csp/CSPDirectiveList.cpp",
+ "csp/CSPDirectiveList.h",
"csp/CSPSource.cpp",
+ "csp/CSPSource.h",
"csp/ContentSecurityPolicy.cpp",
"csp/MediaListDirective.cpp",
+ "csp/MediaListDirective.h",
"csp/SourceListDirective.cpp",
+ "csp/SourceListDirective.h",
]
configs += [
« 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