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

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: tot-merge Created 5 years, 6 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
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'cachestorage/CacheStorageError.cpp', 629 'cachestorage/CacheStorageError.cpp',
630 'cachestorage/CacheStorageError.h', 630 'cachestorage/CacheStorageError.h',
631 'cachestorage/GlobalCacheStorage.cpp', 631 'cachestorage/GlobalCacheStorage.cpp',
632 'cachestorage/GlobalCacheStorage.h', 632 'cachestorage/GlobalCacheStorage.h',
633 'cachestorage/InspectorCacheStorageAgent.cpp', 633 'cachestorage/InspectorCacheStorageAgent.cpp',
634 'cachestorage/InspectorCacheStorageAgent.h', 634 'cachestorage/InspectorCacheStorageAgent.h',
635 'compositorworker/CompositorWorker.cpp', 635 'compositorworker/CompositorWorker.cpp',
636 'compositorworker/CompositorWorker.h', 636 'compositorworker/CompositorWorker.h',
637 'compositorworker/CompositorWorkerGlobalScope.cpp', 637 'compositorworker/CompositorWorkerGlobalScope.cpp',
638 'compositorworker/CompositorWorkerGlobalScope.h', 638 'compositorworker/CompositorWorkerGlobalScope.h',
639 'compositorworker/CompositorWorkerManager.cpp',
640 'compositorworker/CompositorWorkerManager.h',
639 'compositorworker/CompositorWorkerMessagingProxy.cpp', 641 'compositorworker/CompositorWorkerMessagingProxy.cpp',
640 'compositorworker/CompositorWorkerMessagingProxy.h', 642 'compositorworker/CompositorWorkerMessagingProxy.h',
641 'compositorworker/CompositorWorkerThread.cpp', 643 'compositorworker/CompositorWorkerThread.cpp',
642 'compositorworker/CompositorWorkerThread.h', 644 'compositorworker/CompositorWorkerThread.h',
643 'credentialmanager/Credential.cpp', 645 'credentialmanager/Credential.cpp',
644 'credentialmanager/Credential.h', 646 'credentialmanager/Credential.h',
645 'credentialmanager/CredentialManagerClient.cpp', 647 'credentialmanager/CredentialManagerClient.cpp',
646 'credentialmanager/CredentialManagerClient.h', 648 'credentialmanager/CredentialManagerClient.h',
647 'credentialmanager/CredentialsContainer.cpp', 649 'credentialmanager/CredentialsContainer.cpp',
648 'credentialmanager/CredentialsContainer.h', 650 'credentialmanager/CredentialsContainer.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1436 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1435 'speech/testing/PlatformSpeechSynthesizerMock.h', 1437 'speech/testing/PlatformSpeechSynthesizerMock.h',
1436 'vibration/testing/InternalsVibration.cpp', 1438 'vibration/testing/InternalsVibration.cpp',
1437 'vibration/testing/InternalsVibration.h', 1439 'vibration/testing/InternalsVibration.h',
1438 'webaudio/testing/InternalsWebAudio.h', 1440 'webaudio/testing/InternalsWebAudio.h',
1439 'webaudio/testing/InternalsWebAudio.cpp', 1441 'webaudio/testing/InternalsWebAudio.cpp',
1440 ], 1442 ],
1441 'modules_unittest_files': [ 1443 'modules_unittest_files': [
1442 'accessibility/AXObjectTest.cpp', 1444 'accessibility/AXObjectTest.cpp',
1443 'cachestorage/CacheTest.cpp', 1445 'cachestorage/CacheTest.cpp',
1446 'compositorworker/CompositorWorkerManagerTest.cpp',
1444 'fetch/BodyStreamBufferTest.cpp', 1447 'fetch/BodyStreamBufferTest.cpp',
1445 'fetch/FetchResponseDataTest.cpp', 1448 'fetch/FetchResponseDataTest.cpp',
1446 'fetch/RequestTest.cpp', 1449 'fetch/RequestTest.cpp',
1447 'fetch/ResponseTest.cpp', 1450 'fetch/ResponseTest.cpp',
1448 'filesystem/DOMFileSystemBaseTest.cpp', 1451 'filesystem/DOMFileSystemBaseTest.cpp',
1449 'indexeddb/IDBKeyPathTest.cpp', 1452 'indexeddb/IDBKeyPathTest.cpp',
1450 'indexeddb/IDBRequestTest.cpp', 1453 'indexeddb/IDBRequestTest.cpp',
1451 'indexeddb/IDBTransactionTest.cpp', 1454 'indexeddb/IDBTransactionTest.cpp',
1452 'serviceworkers/ServiceWorkerContainerTest.cpp', 1455 'serviceworkers/ServiceWorkerContainerTest.cpp',
1453 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1456 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1454 'webaudio/ConvolverNodeTest.cpp', 1457 'webaudio/ConvolverNodeTest.cpp',
1455 'webaudio/DynamicsCompressorNodeTest.cpp', 1458 'webaudio/DynamicsCompressorNodeTest.cpp',
1456 'webaudio/ScriptProcessorNodeTest.cpp', 1459 'webaudio/ScriptProcessorNodeTest.cpp',
1457 'webaudio/StereoPannerNodeTest.cpp', 1460 'webaudio/StereoPannerNodeTest.cpp',
1458 'websockets/DOMWebSocketTest.cpp', 1461 'websockets/DOMWebSocketTest.cpp',
1459 'websockets/DocumentWebSocketChannelTest.cpp', 1462 'websockets/DocumentWebSocketChannelTest.cpp',
1460 ], 1463 ],
1461 }, 1464 },
1462 } 1465 }
OLDNEW
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698