| Index: third_party/WebKit/Source/core/workers/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/workers/BUILD.gn b/third_party/WebKit/Source/core/workers/BUILD.gn
|
| index dd1b5820e2c049fbb1e3a01b1f10bba76626a3b6..f32f9c1b228651dfb9a75852a4a38aa73585822b 100644
|
| --- a/third_party/WebKit/Source/core/workers/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/workers/BUILD.gn
|
| @@ -73,6 +73,8 @@ blink_core_sources("workers") {
|
| "WorkerScriptLoader.h",
|
| "WorkerSettings.cpp",
|
| "WorkerSettings.h",
|
| + "WorkerShadowFetchContext.cpp",
|
| + "WorkerShadowFetchContext.h",
|
| "WorkerThread.cpp",
|
| "WorkerThread.h",
|
| "WorkerThreadLifecycleObserver.cpp",
|
|
|