| 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',
|
|
|