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

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

Issue 2701753003: [WIP] off-main-thread loading
Patch Set: small fix Created 3 years, 8 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 a8484a24bf58d2df6535f98f306913f08d29af06..ac5b9f2c18713da6f956cda2667a18e9c3f81ad5 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -63,6 +63,8 @@ blink_core_sources("loader") {
"ThreadableLoaderClient.h",
"ThreadableLoadingContext.cpp",
"ThreadableLoadingContext.h",
+ "WorkerFetchContext.cpp",
+ "WorkerFetchContext.h",
"WorkerThreadableLoader.cpp",
"WorkerThreadableLoader.h",
"WorkletScriptLoader.cpp",

Powered by Google App Engine
This is Rietveld 408576698