| 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 16ad88234f3fd765a51685ae4d02eb7f5fb74341..d389aaec950fc8f1df2ef1316dee0c839e282feb 100644
|
| --- a/third_party/WebKit/Source/core/frame/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/frame/BUILD.gn
|
| @@ -34,6 +34,7 @@ blink_core_sources("frame") {
|
| "External.h",
|
| "Frame.cpp",
|
| "Frame.h",
|
| + "FrameClient.h",
|
| "FrameConsole.cpp",
|
| "FrameConsole.h",
|
| "FrameHost.cpp",
|
| @@ -114,6 +115,7 @@ blink_core_sources("frame") {
|
| "csp/CSPSource.cpp",
|
| "csp/CSPSource.h",
|
| "csp/ContentSecurityPolicy.cpp",
|
| + "csp/ContentSecurityPolicy.h",
|
| "csp/MediaListDirective.cpp",
|
| "csp/MediaListDirective.h",
|
| "csp/SourceListDirective.cpp",
|
|
|