| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 8bd399cd84764e039cb64d5861d523461dbc4042..3ed19051b6b6751f352ec2b53da24966ed3f3565 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2162,8 +2162,8 @@
|
| 'workers/DedicatedWorkerGlobalScope.h',
|
| 'workers/DedicatedWorkerMessagingProxy.cpp',
|
| 'workers/DedicatedWorkerMessagingProxy.h',
|
| - 'workers/DedicatedWorkerThread.cpp',
|
| - 'workers/DedicatedWorkerThread.h',
|
| + 'workers/DedicatedWorkerScript.cpp',
|
| + 'workers/DedicatedWorkerScript.h',
|
| 'workers/InProcessWorkerBase.cpp',
|
| 'workers/InProcessWorkerBase.h',
|
| 'workers/SharedWorker.cpp',
|
| @@ -2171,8 +2171,8 @@
|
| 'workers/SharedWorkerGlobalScope.cpp',
|
| 'workers/SharedWorkerGlobalScope.h',
|
| 'workers/SharedWorkerRepositoryClient.h',
|
| - 'workers/SharedWorkerThread.cpp',
|
| - 'workers/SharedWorkerThread.h',
|
| + 'workers/SharedWorkerScript.cpp',
|
| + 'workers/SharedWorkerScript.h',
|
| 'workers/Worker.cpp',
|
| 'workers/Worker.h',
|
| 'workers/WorkerClients.h',
|
| @@ -2198,12 +2198,12 @@
|
| 'workers/WorkerObjectProxy.h',
|
| 'workers/WorkerOrWorkletGlobalScope.h',
|
| 'workers/WorkerReportingProxy.h',
|
| + 'workers/WorkerScript.cpp',
|
| + 'workers/WorkerScript.h',
|
| 'workers/WorkerScriptLoader.cpp',
|
| 'workers/WorkerScriptLoader.h',
|
| - 'workers/WorkerThread.cpp',
|
| - 'workers/WorkerThread.h',
|
| - 'workers/WorkerThreadStartupData.cpp',
|
| - 'workers/WorkerThreadStartupData.h',
|
| + 'workers/WorkerScriptStartupData.cpp',
|
| + 'workers/WorkerScriptStartupData.h',
|
| 'xml/DOMParser.cpp',
|
| 'xml/DOMParser.h',
|
| 'xml/DocumentXPathEvaluator.cpp',
|
| @@ -4025,7 +4025,7 @@
|
| 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
|
| 'testing/PrivateScriptTestTest.cpp',
|
| 'timing/MemoryInfoTest.cpp',
|
| - 'workers/WorkerThreadTest.cpp',
|
| + 'workers/WorkerScriptTest.cpp',
|
| 'xml/parser/SharedBufferReaderTest.cpp',
|
| ],
|
| }
|
|
|