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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1899 'indexeddb/IDBKeyPathTest.cpp', | 1899 'indexeddb/IDBKeyPathTest.cpp', |
1900 'indexeddb/IDBRequestTest.cpp', | 1900 'indexeddb/IDBRequestTest.cpp', |
1901 'indexeddb/IDBTransactionTest.cpp', | 1901 'indexeddb/IDBTransactionTest.cpp', |
1902 'indexeddb/MockWebIDBDatabase.cpp', | 1902 'indexeddb/MockWebIDBDatabase.cpp', |
1903 'indexeddb/MockWebIDBDatabase.h', | 1903 'indexeddb/MockWebIDBDatabase.h', |
1904 'mediasession/MediaSessionTest.cpp', | 1904 'mediasession/MediaSessionTest.cpp', |
1905 'mediastream/MediaConstraintsTest.cpp', | 1905 'mediastream/MediaConstraintsTest.cpp', |
1906 'mediastream/RTCDataChannelTest.cpp', | 1906 'mediastream/RTCDataChannelTest.cpp', |
1907 'notifications/NotificationDataTest.cpp', | 1907 'notifications/NotificationDataTest.cpp', |
1908 'presentation/PresentationAvailabilityTest.cpp', | 1908 'presentation/PresentationAvailabilityTest.cpp', |
| 1909 'push_messaging/PushMessageDataTest.cpp', |
1909 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1910 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1910 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1911 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1911 'webaudio/ConvolverNodeTest.cpp', | 1912 'webaudio/ConvolverNodeTest.cpp', |
1912 'webaudio/DynamicsCompressorNodeTest.cpp', | 1913 'webaudio/DynamicsCompressorNodeTest.cpp', |
1913 'webaudio/ScriptProcessorNodeTest.cpp', | 1914 'webaudio/ScriptProcessorNodeTest.cpp', |
1914 'webaudio/StereoPannerNodeTest.cpp', | 1915 'webaudio/StereoPannerNodeTest.cpp', |
1915 'websockets/DOMWebSocketTest.cpp', | 1916 'websockets/DOMWebSocketTest.cpp', |
1916 'websockets/DocumentWebSocketChannelTest.cpp', | 1917 'websockets/DocumentWebSocketChannelTest.cpp', |
1917 ], | 1918 ], |
1918 }, | 1919 }, |
1919 } | 1920 } |
OLD | NEW |