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

Unified Diff: Source/modules/modules.gypi

Issue 1026843003: compositor-worker: Create a separate CompositorWorkerGlobalScope for compositor workers. (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
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerThread.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/modules/compositorworker/CompositorWorkerThread.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698