| Index: third_party/WebKit/Source/core/loader/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
|
| index e58fc416e7253fe4ff4c9f8fd89df5086520bbdd..a8a4cc232c345c33ef84b2cea712ba303d7a58c9 100644
|
| --- a/third_party/WebKit/Source/core/loader/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/loader/BUILD.gn
|
| @@ -31,6 +31,8 @@ blink_core_sources("loader") {
|
| "LinkLoader.cpp",
|
| "LinkLoader.h",
|
| "LinkLoaderClient.h",
|
| + "LoadingContext.cpp",
|
| + "LoadingContext.h",
|
| "MixedContentChecker.cpp",
|
| "MixedContentChecker.h",
|
| "NavigationPolicy.cpp",
|
|
|