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

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

Issue 2715803004: Introduce ThreadableLoadingContext: make threaded loading code one step away from Document (Closed)
Patch Set: . Created 3 years, 10 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
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 c7d1aa8859fccca983d802645f14322753df3d5e..92a554dd02917c5df3c0a20d5710b3bb4bb7ce89 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",

Powered by Google App Engine
This is Rietveld 408576698