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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | |
641 'compositorworker/CompositorWorkerMessagingProxy.cpp', | 639 'compositorworker/CompositorWorkerMessagingProxy.cpp', |
642 'compositorworker/CompositorWorkerMessagingProxy.h', | 640 'compositorworker/CompositorWorkerMessagingProxy.h', |
643 'compositorworker/CompositorWorkerThread.cpp', | 641 'compositorworker/CompositorWorkerThread.cpp', |
644 'compositorworker/CompositorWorkerThread.h', | 642 'compositorworker/CompositorWorkerThread.h', |
645 'credentialmanager/Credential.cpp', | 643 'credentialmanager/Credential.cpp', |
646 'credentialmanager/Credential.h', | 644 'credentialmanager/Credential.h', |
647 'credentialmanager/CredentialManagerClient.cpp', | 645 'credentialmanager/CredentialManagerClient.cpp', |
648 'credentialmanager/CredentialManagerClient.h', | 646 'credentialmanager/CredentialManagerClient.h', |
649 'credentialmanager/CredentialsContainer.cpp', | 647 'credentialmanager/CredentialsContainer.cpp', |
650 'credentialmanager/CredentialsContainer.h', | 648 'credentialmanager/CredentialsContainer.h', |
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1436 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 1434 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
1437 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1435 'speech/testing/PlatformSpeechSynthesizerMock.h', |
1438 'vibration/testing/InternalsVibration.cpp', | 1436 'vibration/testing/InternalsVibration.cpp', |
1439 'vibration/testing/InternalsVibration.h', | 1437 'vibration/testing/InternalsVibration.h', |
1440 'webaudio/testing/InternalsWebAudio.h', | 1438 'webaudio/testing/InternalsWebAudio.h', |
1441 'webaudio/testing/InternalsWebAudio.cpp', | 1439 'webaudio/testing/InternalsWebAudio.cpp', |
1442 ], | 1440 ], |
1443 'modules_unittest_files': [ | 1441 'modules_unittest_files': [ |
1444 'accessibility/AXObjectTest.cpp', | 1442 'accessibility/AXObjectTest.cpp', |
1445 'cachestorage/CacheTest.cpp', | 1443 'cachestorage/CacheTest.cpp', |
1446 'compositorworker/CompositorWorkerManagerTest.cpp', | |
1447 'fetch/BodyStreamBufferTest.cpp', | 1444 'fetch/BodyStreamBufferTest.cpp', |
1448 'fetch/FetchResponseDataTest.cpp', | 1445 'fetch/FetchResponseDataTest.cpp', |
1449 'fetch/RequestTest.cpp', | 1446 'fetch/RequestTest.cpp', |
1450 'fetch/ResponseTest.cpp', | 1447 'fetch/ResponseTest.cpp', |
1451 'filesystem/DOMFileSystemBaseTest.cpp', | 1448 'filesystem/DOMFileSystemBaseTest.cpp', |
1452 'indexeddb/IDBKeyPathTest.cpp', | 1449 'indexeddb/IDBKeyPathTest.cpp', |
1453 'indexeddb/IDBRequestTest.cpp', | 1450 'indexeddb/IDBRequestTest.cpp', |
1454 'indexeddb/IDBTransactionTest.cpp', | 1451 'indexeddb/IDBTransactionTest.cpp', |
1455 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1452 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1456 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1453 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1457 'webaudio/ConvolverNodeTest.cpp', | 1454 'webaudio/ConvolverNodeTest.cpp', |
1458 'webaudio/DynamicsCompressorNodeTest.cpp', | 1455 'webaudio/DynamicsCompressorNodeTest.cpp', |
1459 'webaudio/ScriptProcessorNodeTest.cpp', | 1456 'webaudio/ScriptProcessorNodeTest.cpp', |
1460 'webaudio/StereoPannerNodeTest.cpp', | 1457 'webaudio/StereoPannerNodeTest.cpp', |
1461 'websockets/DOMWebSocketTest.cpp', | 1458 'websockets/DOMWebSocketTest.cpp', |
1462 'websockets/DocumentWebSocketChannelTest.cpp', | 1459 'websockets/DocumentWebSocketChannelTest.cpp', |
1463 ], | 1460 ], |
1464 }, | 1461 }, |
1465 } | 1462 } |
OLD | NEW |