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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1728803002: Rename WorkerThread to WorkerScript Base URL: https://chromium.googlesource.com/chromium/src.git@workerscript-controller
Patch Set: Created 4 years, 10 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/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',
],
}

Powered by Google App Engine
This is Rietveld 408576698