| 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 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 'vibration/testing/InternalsVibration.h', | 1456 'vibration/testing/InternalsVibration.h', |
| 1457 'webaudio/testing/InternalsWebAudio.h', | 1457 'webaudio/testing/InternalsWebAudio.h', |
| 1458 'webaudio/testing/InternalsWebAudio.cpp', | 1458 'webaudio/testing/InternalsWebAudio.cpp', |
| 1459 ], | 1459 ], |
| 1460 'modules_unittest_files': [ | 1460 'modules_unittest_files': [ |
| 1461 'accessibility/AXObjectTest.cpp', | 1461 'accessibility/AXObjectTest.cpp', |
| 1462 'cachestorage/CacheTest.cpp', | 1462 'cachestorage/CacheTest.cpp', |
| 1463 'compositorworker/CompositorWorkerManagerTest.cpp', | 1463 'compositorworker/CompositorWorkerManagerTest.cpp', |
| 1464 'fetch/BodyStreamBufferTest.cpp', | 1464 'fetch/BodyStreamBufferTest.cpp', |
| 1465 'fetch/CompositeDataConsumerHandleTest.cpp', | 1465 'fetch/CompositeDataConsumerHandleTest.cpp', |
| 1466 'fetch/DataConsumerHandleTestUtil.cpp', |
| 1466 'fetch/DataConsumerHandleTestUtil.h', | 1467 'fetch/DataConsumerHandleTestUtil.h', |
| 1467 'fetch/DataConsumerHandleUtilTest.cpp', | 1468 'fetch/DataConsumerHandleUtilTest.cpp', |
| 1468 'fetch/DataConsumerTeeTest.cpp', | 1469 'fetch/DataConsumerTeeTest.cpp', |
| 1469 'fetch/FetchDataLoaderTest.cpp', | 1470 'fetch/FetchDataLoaderTest.cpp', |
| 1470 'fetch/FetchResponseDataTest.cpp', | 1471 'fetch/FetchResponseDataTest.cpp', |
| 1471 'fetch/RequestTest.cpp', | 1472 'fetch/RequestTest.cpp', |
| 1472 'fetch/ResponseTest.cpp', | 1473 'fetch/ResponseTest.cpp', |
| 1473 'filesystem/DOMFileSystemBaseTest.cpp', | 1474 'filesystem/DOMFileSystemBaseTest.cpp', |
| 1474 'indexeddb/IDBKeyPathTest.cpp', | 1475 'indexeddb/IDBKeyPathTest.cpp', |
| 1475 'indexeddb/IDBRequestTest.cpp', | 1476 'indexeddb/IDBRequestTest.cpp', |
| 1476 'indexeddb/IDBTransactionTest.cpp', | 1477 'indexeddb/IDBTransactionTest.cpp', |
| 1477 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1478 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1478 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1479 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1479 'webaudio/ConvolverNodeTest.cpp', | 1480 'webaudio/ConvolverNodeTest.cpp', |
| 1480 'webaudio/DynamicsCompressorNodeTest.cpp', | 1481 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1481 'webaudio/ScriptProcessorNodeTest.cpp', | 1482 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1482 'webaudio/StereoPannerNodeTest.cpp', | 1483 'webaudio/StereoPannerNodeTest.cpp', |
| 1483 'websockets/DOMWebSocketTest.cpp', | 1484 'websockets/DOMWebSocketTest.cpp', |
| 1484 'websockets/DocumentWebSocketChannelTest.cpp', | 1485 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1485 ], | 1486 ], |
| 1486 }, | 1487 }, |
| 1487 } | 1488 } |
| OLD | NEW |