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

Side by Side Diff: Source/modules/modules.gypi

Issue 1158443008: compositor-worker: Share a thread and an isolate for compositor workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'cachestorage/CacheStorageError.cpp', 624 'cachestorage/CacheStorageError.cpp',
625 'cachestorage/CacheStorageError.h', 625 'cachestorage/CacheStorageError.h',
626 'cachestorage/GlobalCacheStorage.cpp', 626 'cachestorage/GlobalCacheStorage.cpp',
627 'cachestorage/GlobalCacheStorage.h', 627 'cachestorage/GlobalCacheStorage.h',
628 'cachestorage/InspectorCacheStorageAgent.cpp', 628 'cachestorage/InspectorCacheStorageAgent.cpp',
629 'cachestorage/InspectorCacheStorageAgent.h', 629 'cachestorage/InspectorCacheStorageAgent.h',
630 'compositorworker/CompositorWorker.cpp', 630 'compositorworker/CompositorWorker.cpp',
631 'compositorworker/CompositorWorker.h', 631 'compositorworker/CompositorWorker.h',
632 'compositorworker/CompositorWorkerGlobalScope.cpp', 632 'compositorworker/CompositorWorkerGlobalScope.cpp',
633 'compositorworker/CompositorWorkerGlobalScope.h', 633 'compositorworker/CompositorWorkerGlobalScope.h',
634 'compositorworker/CompositorWorkerManager.cpp',
635 'compositorworker/CompositorWorkerManager.h',
634 'compositorworker/CompositorWorkerMessagingProxy.cpp', 636 'compositorworker/CompositorWorkerMessagingProxy.cpp',
635 'compositorworker/CompositorWorkerMessagingProxy.h', 637 'compositorworker/CompositorWorkerMessagingProxy.h',
636 'compositorworker/CompositorWorkerThread.cpp', 638 'compositorworker/CompositorWorkerThread.cpp',
637 'compositorworker/CompositorWorkerThread.h', 639 'compositorworker/CompositorWorkerThread.h',
638 'credentialmanager/Credential.cpp', 640 'credentialmanager/Credential.cpp',
639 'credentialmanager/Credential.h', 641 'credentialmanager/Credential.h',
640 'credentialmanager/CredentialManagerClient.cpp', 642 'credentialmanager/CredentialManagerClient.cpp',
641 'credentialmanager/CredentialManagerClient.h', 643 'credentialmanager/CredentialManagerClient.h',
642 'credentialmanager/CredentialsContainer.cpp', 644 'credentialmanager/CredentialsContainer.cpp',
643 'credentialmanager/CredentialsContainer.h', 645 'credentialmanager/CredentialsContainer.h',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1450 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1449 'webaudio/ConvolverNodeTest.cpp', 1451 'webaudio/ConvolverNodeTest.cpp',
1450 'webaudio/DynamicsCompressorNodeTest.cpp', 1452 'webaudio/DynamicsCompressorNodeTest.cpp',
1451 'webaudio/ScriptProcessorNodeTest.cpp', 1453 'webaudio/ScriptProcessorNodeTest.cpp',
1452 'webaudio/StereoPannerNodeTest.cpp', 1454 'webaudio/StereoPannerNodeTest.cpp',
1453 'websockets/DOMWebSocketTest.cpp', 1455 'websockets/DOMWebSocketTest.cpp',
1454 'websockets/DocumentWebSocketChannelTest.cpp', 1456 'websockets/DocumentWebSocketChannelTest.cpp',
1455 ], 1457 ],
1456 }, 1458 },
1457 } 1459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698