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

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

Issue 1897193002: Worker: Rename worker components to clarify what they work for (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 993c02db01277e2d093170ae3b87f778e8a07bc5..e85961cc9c9721f713cc7a601032b5ef95c25c65 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2238,6 +2238,8 @@
'workers/InProcessWorkerGlobalScopeProxy.h',
'workers/InProcessWorkerMessagingProxy.cpp',
'workers/InProcessWorkerMessagingProxy.h',
+ 'workers/InProcessWorkerObjectProxy.cpp',
+ 'workers/InProcessWorkerObjectProxy.h',
'workers/MainThreadWorkletGlobalScope.h',
'workers/SharedWorker.cpp',
'workers/SharedWorker.h',
@@ -2264,8 +2266,6 @@
'workers/WorkerLocation.h',
'workers/WorkerNavigator.cpp',
'workers/WorkerNavigator.h',
- 'workers/WorkerObjectProxy.cpp',
- 'workers/WorkerObjectProxy.h',
'workers/WorkerOrWorkletGlobalScope.h',
'workers/WorkerReportingProxy.h',
'workers/WorkerScriptLoader.cpp',

Powered by Google App Engine
This is Rietveld 408576698