| 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 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1746 'fetch/FetchBlobDataConsumerHandleTest.cpp', | 1746 'fetch/FetchBlobDataConsumerHandleTest.cpp', |
| 1747 'fetch/FetchDataLoaderTest.cpp', | 1747 'fetch/FetchDataLoaderTest.cpp', |
| 1748 'fetch/FetchResponseDataTest.cpp', | 1748 'fetch/FetchResponseDataTest.cpp', |
| 1749 'fetch/RequestTest.cpp', | 1749 'fetch/RequestTest.cpp', |
| 1750 'fetch/ResponseTest.cpp', | 1750 'fetch/ResponseTest.cpp', |
| 1751 'filesystem/DOMFileSystemBaseTest.cpp', | 1751 'filesystem/DOMFileSystemBaseTest.cpp', |
| 1752 'imagebitmap/ImageBitmapModuleTest.cpp', | 1752 'imagebitmap/ImageBitmapModuleTest.cpp', |
| 1753 'indexeddb/IDBKeyPathTest.cpp', | 1753 'indexeddb/IDBKeyPathTest.cpp', |
| 1754 'indexeddb/IDBRequestTest.cpp', | 1754 'indexeddb/IDBRequestTest.cpp', |
| 1755 'indexeddb/IDBTransactionTest.cpp', | 1755 'indexeddb/IDBTransactionTest.cpp', |
| 1756 'mediasession/MediaSessionTest.cpp', |
| 1756 'mediastream/RTCDataChannelTest.cpp', | 1757 'mediastream/RTCDataChannelTest.cpp', |
| 1757 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1758 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1758 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1759 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1759 'webaudio/ConvolverNodeTest.cpp', | 1760 'webaudio/ConvolverNodeTest.cpp', |
| 1760 'webaudio/DynamicsCompressorNodeTest.cpp', | 1761 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1761 'webaudio/ScriptProcessorNodeTest.cpp', | 1762 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1762 'webaudio/StereoPannerNodeTest.cpp', | 1763 'webaudio/StereoPannerNodeTest.cpp', |
| 1763 'websockets/DOMWebSocketTest.cpp', | 1764 'websockets/DOMWebSocketTest.cpp', |
| 1764 'websockets/DocumentWebSocketChannelTest.cpp', | 1765 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1765 ], | 1766 ], |
| 1766 }, | 1767 }, |
| 1767 } | 1768 } |
| OLD | NEW |