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

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

Issue 2262483003: Worklet: Move common worklet code from modules/worklet to core/workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove modules/worklet directory Created 4 years, 4 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/ThreadedWorkletGlobalScopeProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 57a44e8f519761ffebb64e15f9cbc96d869465aa..e401a22de070e3f0ee37265f2de5cad8c3443de0 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -387,6 +387,7 @@
'workers/SharedWorker.idl',
'workers/Worker.idl',
'workers/WorkerLocation.idl',
+ 'workers/Worklet.idl',
'workers/WorkletGlobalScope.idl',
'xml/DOMParser.idl',
'xml/XMLSerializer.idl',
@@ -2300,6 +2301,7 @@
'workers/SharedWorkerRepositoryClient.h',
'workers/SharedWorkerThread.cpp',
'workers/SharedWorkerThread.h',
+ 'workers/ThreadedWorkletGlobalScopeProxy.h',
'workers/Worker.cpp',
'workers/Worker.h',
'workers/WorkerBackingThread.cpp',
@@ -2329,8 +2331,12 @@
'workers/WorkerThreadLifecycleObserver.h',
'workers/WorkerThreadStartupData.cpp',
'workers/WorkerThreadStartupData.h',
+ 'workers/Worklet.cpp',
+ 'workers/Worklet.h',
'workers/WorkletGlobalScope.cpp',
'workers/WorkletGlobalScope.h',
+ 'workers/WorkletScriptLoader.cpp',
+ 'workers/WorkletScriptLoader.h',
'xml/DOMParser.cpp',
'xml/DOMParser.h',
'xml/DocumentXPathEvaluator.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698