Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 0006ca455f5916cb681c926789f3f92845980aba..c57ed38626a23777d3e8ef368ec67d162d07fb1c 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -20,6 +20,7 @@ |
'bluetooth/BluetoothDevice.idl', |
'bluetooth/BluetoothDiscovery.idl', |
'compositorworker/CompositorWorker.idl', |
+ 'compositorworker/CompositorWorkerGlobalScope.idl', |
'credentialmanager/Credential.idl', |
'credentialmanager/CredentialsContainer.idl', |
'credentialmanager/FederatedCredential.idl', |
@@ -539,6 +540,8 @@ |
'bluetooth/NavigatorBluetooth.h', |
'compositorworker/CompositorWorker.cpp', |
'compositorworker/CompositorWorker.h', |
+ 'compositorworker/CompositorWorkerGlobalScope.cpp', |
+ 'compositorworker/CompositorWorkerGlobalScope.h', |
'compositorworker/CompositorWorkerMessagingProxy.cpp', |
'compositorworker/CompositorWorkerMessagingProxy.h', |
'compositorworker/CompositorWorkerThread.cpp', |