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

Unified Diff: third_party/WebKit/Source/core/workers/BUILD.gn

Issue 2312273002: [worklets] Remove InProcessWorkerGlobalScopeProxy, and rename classes/methods. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ed6db5486efedf58bf8f13c6cd6561098fe79944..9245683aa6abd817f9ecd1805d5bb212c7817453 100644
--- a/third_party/WebKit/Source/core/workers/BUILD.gn
+++ b/third_party/WebKit/Source/core/workers/BUILD.gn
@@ -10,15 +10,14 @@ blink_core_sources("workers") {
"AbstractWorker.h",
"DedicatedWorkerGlobalScope.cpp",
"DedicatedWorkerGlobalScope.h",
- "DedicatedWorkerGlobalScopeProxyProvider.cpp",
- "DedicatedWorkerGlobalScopeProxyProvider.h",
"DedicatedWorkerMessagingProxy.cpp",
"DedicatedWorkerMessagingProxy.h",
+ "DedicatedWorkerMessagingProxyProvider.cpp",
+ "DedicatedWorkerMessagingProxyProvider.h",
"DedicatedWorkerThread.cpp",
"DedicatedWorkerThread.h",
"InProcessWorkerBase.cpp",
"InProcessWorkerBase.h",
- "InProcessWorkerGlobalScopeProxy.h",
"InProcessWorkerMessagingProxy.cpp",
"InProcessWorkerMessagingProxy.h",
"InProcessWorkerObjectProxy.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698