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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: s/WebScheduler.h/web_scheduler.h/ 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 c5ec0ea2c9e9fc7aeb9292c22910cd3d736be294..01821207a60bb3d898ce4c4f865d00e19eb181b2 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -65,6 +65,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