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

Unified Diff: Source/core/core.gypi

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 3fcf5cc366f8f5007b5a2ada0f52fce6449eb0b3..adb39a7c87f4ad3e7fb6b096faa7152a4dd6fded 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2053,12 +2053,12 @@
'workers/WorkerObjectProxy.cpp',
'workers/WorkerObjectProxy.h',
'workers/WorkerReportingProxy.h',
+ 'workers/WorkerScript.cpp',
'workers/WorkerScriptLoader.cpp',
'workers/WorkerScriptLoader.h',
'workers/WorkerScriptLoaderClient.h',
- 'workers/WorkerThread.cpp',
- 'workers/WorkerThreadStartupData.cpp',
- 'workers/WorkerThreadStartupData.h',
+ 'workers/WorkerScriptStartupData.cpp',
+ 'workers/WorkerScriptStartupData.h',
'xml/DOMParser.cpp',
'xml/DOMParser.h',
'xml/DocumentXPathEvaluator.cpp',

Powered by Google App Engine
This is Rietveld 408576698