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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1229 'fetch/BodyStreamBufferTest.cpp', | 1229 'fetch/BodyStreamBufferTest.cpp', |
1230 'fetch/FetchResponseDataTest.cpp', | 1230 'fetch/FetchResponseDataTest.cpp', |
1231 'fetch/RequestTest.cpp', | 1231 'fetch/RequestTest.cpp', |
1232 'fetch/ResponseTest.cpp', | 1232 'fetch/ResponseTest.cpp', |
1233 'filesystem/DOMFileSystemBaseTest.cpp', | 1233 'filesystem/DOMFileSystemBaseTest.cpp', |
1234 'indexeddb/IDBKeyPathTest.cpp', | 1234 'indexeddb/IDBKeyPathTest.cpp', |
1235 'indexeddb/IDBRequestTest.cpp', | 1235 'indexeddb/IDBRequestTest.cpp', |
1236 'indexeddb/IDBTransactionTest.cpp', | 1236 'indexeddb/IDBTransactionTest.cpp', |
1237 'serviceworkers/CacheTest.cpp', | 1237 'serviceworkers/CacheTest.cpp', |
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1238 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1239 'serviceworkers/WaitUntilObserverTest.cpp', |
1239 'websockets/DOMWebSocketTest.cpp', | 1240 'websockets/DOMWebSocketTest.cpp', |
1240 'websockets/DocumentWebSocketChannelTest.cpp', | 1241 'websockets/DocumentWebSocketChannelTest.cpp', |
1241 ], | 1242 ], |
1242 }, | 1243 }, |
1243 } | 1244 } |
OLD | NEW |