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", |