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 9b9e8464f4d0d70081962f0980f2f22ab66ec9ce..6095439b3b9f0f5ff58f5420da5e67536ade88f5 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', |
@@ -2243,6 +2244,7 @@ |
'workers/InProcessWorkerMessagingProxy.h', |
'workers/InProcessWorkerObjectProxy.cpp', |
'workers/InProcessWorkerObjectProxy.h', |
+ 'workers/MainThreadWorkletGlobalScope.cpp', |
'workers/MainThreadWorkletGlobalScope.h', |
'workers/SharedWorker.cpp', |
'workers/SharedWorker.h', |
@@ -2275,6 +2277,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', |