OLD | NEW |
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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'cachestorage/CacheStorageError.cpp', | 614 'cachestorage/CacheStorageError.cpp', |
615 'cachestorage/CacheStorageError.h', | 615 'cachestorage/CacheStorageError.h', |
616 'cachestorage/GlobalCacheStorage.cpp', | 616 'cachestorage/GlobalCacheStorage.cpp', |
617 'cachestorage/GlobalCacheStorage.h', | 617 'cachestorage/GlobalCacheStorage.h', |
618 'cachestorage/InspectorCacheStorageAgent.cpp', | 618 'cachestorage/InspectorCacheStorageAgent.cpp', |
619 'cachestorage/InspectorCacheStorageAgent.h', | 619 'cachestorage/InspectorCacheStorageAgent.h', |
620 'compositorworker/CompositorWorker.cpp', | 620 'compositorworker/CompositorWorker.cpp', |
621 'compositorworker/CompositorWorker.h', | 621 'compositorworker/CompositorWorker.h', |
622 'compositorworker/CompositorWorkerGlobalScope.cpp', | 622 'compositorworker/CompositorWorkerGlobalScope.cpp', |
623 'compositorworker/CompositorWorkerGlobalScope.h', | 623 'compositorworker/CompositorWorkerGlobalScope.h', |
624 'compositorworker/CompositorWorkerManager.cpp', | |
625 'compositorworker/CompositorWorkerManager.h', | |
626 'compositorworker/CompositorWorkerMessagingProxy.cpp', | 624 'compositorworker/CompositorWorkerMessagingProxy.cpp', |
627 'compositorworker/CompositorWorkerMessagingProxy.h', | 625 'compositorworker/CompositorWorkerMessagingProxy.h', |
628 'compositorworker/CompositorWorkerThread.cpp', | 626 'compositorworker/CompositorWorkerThread.cpp', |
629 'compositorworker/CompositorWorkerThread.h', | 627 'compositorworker/CompositorWorkerThread.h', |
630 'credentialmanager/Credential.cpp', | 628 'credentialmanager/Credential.cpp', |
631 'credentialmanager/Credential.h', | 629 'credentialmanager/Credential.h', |
632 'credentialmanager/CredentialManagerClient.cpp', | 630 'credentialmanager/CredentialManagerClient.cpp', |
633 'credentialmanager/CredentialManagerClient.h', | 631 'credentialmanager/CredentialManagerClient.h', |
634 'credentialmanager/CredentialsContainer.cpp', | 632 'credentialmanager/CredentialsContainer.cpp', |
635 'credentialmanager/CredentialsContainer.h', | 633 'credentialmanager/CredentialsContainer.h', |
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1421 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 1419 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
1422 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1420 'speech/testing/PlatformSpeechSynthesizerMock.h', |
1423 'vibration/testing/InternalsVibration.cpp', | 1421 'vibration/testing/InternalsVibration.cpp', |
1424 'vibration/testing/InternalsVibration.h', | 1422 'vibration/testing/InternalsVibration.h', |
1425 'webaudio/testing/InternalsWebAudio.h', | 1423 'webaudio/testing/InternalsWebAudio.h', |
1426 'webaudio/testing/InternalsWebAudio.cpp', | 1424 'webaudio/testing/InternalsWebAudio.cpp', |
1427 ], | 1425 ], |
1428 'modules_unittest_files': [ | 1426 'modules_unittest_files': [ |
1429 'accessibility/AXObjectTest.cpp', | 1427 'accessibility/AXObjectTest.cpp', |
1430 'cachestorage/CacheTest.cpp', | 1428 'cachestorage/CacheTest.cpp', |
1431 'compositorworker/CompositorWorkerManagerTest.cpp', | |
1432 'fetch/BodyStreamBufferTest.cpp', | 1429 'fetch/BodyStreamBufferTest.cpp', |
1433 'fetch/FetchResponseDataTest.cpp', | 1430 'fetch/FetchResponseDataTest.cpp', |
1434 'fetch/RequestTest.cpp', | 1431 'fetch/RequestTest.cpp', |
1435 'fetch/ResponseTest.cpp', | 1432 'fetch/ResponseTest.cpp', |
1436 'filesystem/DOMFileSystemBaseTest.cpp', | 1433 'filesystem/DOMFileSystemBaseTest.cpp', |
1437 'indexeddb/IDBKeyPathTest.cpp', | 1434 'indexeddb/IDBKeyPathTest.cpp', |
1438 'indexeddb/IDBRequestTest.cpp', | 1435 'indexeddb/IDBRequestTest.cpp', |
1439 'indexeddb/IDBTransactionTest.cpp', | 1436 'indexeddb/IDBTransactionTest.cpp', |
1440 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1437 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1441 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1438 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1442 'webaudio/ConvolverNodeTest.cpp', | 1439 'webaudio/ConvolverNodeTest.cpp', |
1443 'webaudio/DynamicsCompressorNodeTest.cpp', | 1440 'webaudio/DynamicsCompressorNodeTest.cpp', |
1444 'webaudio/ScriptProcessorNodeTest.cpp', | 1441 'webaudio/ScriptProcessorNodeTest.cpp', |
1445 'webaudio/StereoPannerNodeTest.cpp', | 1442 'webaudio/StereoPannerNodeTest.cpp', |
1446 'websockets/DOMWebSocketTest.cpp', | 1443 'websockets/DOMWebSocketTest.cpp', |
1447 'websockets/DocumentWebSocketChannelTest.cpp', | 1444 'websockets/DocumentWebSocketChannelTest.cpp', |
1448 ], | 1445 ], |
1449 }, | 1446 }, |
1450 } | 1447 } |
OLD | NEW |