| 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 9073c8f59b1b8c0993d0b9f973c503714371918e..0f6abedd2d1be3da3536ec3c2238cc29f973ddea 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -383,6 +383,7 @@
|
| 'workers/SharedWorker.idl',
|
| 'workers/Worker.idl',
|
| 'workers/WorkerLocation.idl',
|
| + 'workers/WorkletGlobalScope.idl',
|
| 'xml/DOMParser.idl',
|
| 'xml/XMLSerializer.idl',
|
| 'xml/XPathEvaluator.idl',
|
| @@ -2247,6 +2248,7 @@
|
| 'workers/InProcessWorkerMessagingProxy.h',
|
| 'workers/InProcessWorkerObjectProxy.cpp',
|
| 'workers/InProcessWorkerObjectProxy.h',
|
| + 'workers/MainThreadWorkletGlobalScope.cpp',
|
| 'workers/MainThreadWorkletGlobalScope.h',
|
| 'workers/SharedWorker.cpp',
|
| 'workers/SharedWorker.h',
|
| @@ -2279,6 +2281,8 @@
|
| 'workers/WorkerThread.h',
|
| 'workers/WorkerThreadStartupData.cpp',
|
| 'workers/WorkerThreadStartupData.h',
|
| + 'workers/WorkletGlobalScope.cpp',
|
| + 'workers/WorkletGlobalScope.h',
|
| 'xml/DOMParser.cpp',
|
| 'xml/DOMParser.h',
|
| 'xml/DocumentXPathEvaluator.cpp',
|
|
|