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

Unified Diff: Source/modules/modules.gypi

Issue 1018863002: compositor-worker: Introduce CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 0a26b7378f328750044d3cf4a6f583274be6ab2b..ab1290ce58b06071977c43648f179a78f7054336 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -22,6 +22,8 @@
'bluetooth/Bluetooth.idl',
'bluetooth/BluetoothDevice.idl',
'bluetooth/BluetoothDiscovery.idl',
+ 'compositorworker/CompositorWorker.idl',
+ 'compositorworker/CompositorWorkerGlobalScope.idl',
'credentialmanager/Credential.idl',
'credentialmanager/CredentialsContainer.idl',
'credentialmanager/FederatedCredential.idl',
@@ -564,6 +566,14 @@
'bluetooth/BluetoothError.h',
'bluetooth/NavigatorBluetooth.cpp',
'bluetooth/NavigatorBluetooth.h',
+ 'compositorworker/CompositorWorker.cpp',
+ 'compositorworker/CompositorWorker.h',
+ 'compositorworker/CompositorWorkerGlobalScope.cpp',
+ 'compositorworker/CompositorWorkerGlobalScope.h',
+ 'compositorworker/CompositorWorkerMessagingProxy.cpp',
+ 'compositorworker/CompositorWorkerMessagingProxy.h',
+ 'compositorworker/CompositorWorkerThread.cpp',
+ 'compositorworker/CompositorWorkerThread.h',
'credentialmanager/Credential.cpp',
'credentialmanager/Credential.h',
'credentialmanager/CredentialManagerClient.cpp',

Powered by Google App Engine
This is Rietveld 408576698