| 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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 'serviceworkers/testing/InternalsServiceWorker.cpp', | 1223 'serviceworkers/testing/InternalsServiceWorker.cpp', |
| 1224 'serviceworkers/testing/InternalsServiceWorker.h', | 1224 'serviceworkers/testing/InternalsServiceWorker.h', |
| 1225 'speech/testing/InternalsSpeechSynthesis.cpp', | 1225 'speech/testing/InternalsSpeechSynthesis.cpp', |
| 1226 'speech/testing/InternalsSpeechSynthesis.h', | 1226 'speech/testing/InternalsSpeechSynthesis.h', |
| 1227 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 1227 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
| 1228 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1228 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 1229 'vibration/testing/InternalsVibration.cpp', | 1229 'vibration/testing/InternalsVibration.cpp', |
| 1230 'vibration/testing/InternalsVibration.h', | 1230 'vibration/testing/InternalsVibration.h', |
| 1231 ], | 1231 ], |
| 1232 'modules_unittest_files': [ | 1232 'modules_unittest_files': [ |
| 1233 'accessibility/AXObjectTest.cpp', |
| 1233 'fetch/BodyStreamBufferTest.cpp', | 1234 'fetch/BodyStreamBufferTest.cpp', |
| 1234 'fetch/FetchResponseDataTest.cpp', | 1235 'fetch/FetchResponseDataTest.cpp', |
| 1235 'fetch/RequestTest.cpp', | 1236 'fetch/RequestTest.cpp', |
| 1236 'fetch/ResponseTest.cpp', | 1237 'fetch/ResponseTest.cpp', |
| 1237 'filesystem/DOMFileSystemBaseTest.cpp', | 1238 'filesystem/DOMFileSystemBaseTest.cpp', |
| 1238 'indexeddb/IDBKeyPathTest.cpp', | 1239 'indexeddb/IDBKeyPathTest.cpp', |
| 1239 'indexeddb/IDBRequestTest.cpp', | 1240 'indexeddb/IDBRequestTest.cpp', |
| 1240 'indexeddb/IDBTransactionTest.cpp', | 1241 'indexeddb/IDBTransactionTest.cpp', |
| 1241 'serviceworkers/CacheTest.cpp', | 1242 'serviceworkers/CacheTest.cpp', |
| 1242 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1243 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1243 'websockets/DOMWebSocketTest.cpp', | 1244 'websockets/DOMWebSocketTest.cpp', |
| 1244 'websockets/DocumentWebSocketChannelTest.cpp', | 1245 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1245 ], | 1246 ], |
| 1246 }, | 1247 }, |
| 1247 } | 1248 } |
| OLD | NEW |