| 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 89d3a7deda097cb6eaa12c8f3945d95c49129207..4140bf613376faec5f3b51c141e19902ebf27fe6 100644
|
| --- a/third_party/WebKit/Source/core/workers/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/workers/BUILD.gn
|
| @@ -67,6 +67,8 @@ blink_core_sources("workers") {
|
| "WorkerScriptLoader.h",
|
| "WorkerSettings.cpp",
|
| "WorkerSettings.h",
|
| + "WorkerTaskRunners.cpp",
|
| + "WorkerTaskRunners.h",
|
| "WorkerThread.cpp",
|
| "WorkerThread.h",
|
| "WorkerThreadLifecycleObserver.cpp",
|
|
|