| 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1024 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 1025 'vibration/testing/InternalsVibration.cpp', | 1025 'vibration/testing/InternalsVibration.cpp', |
| 1026 'vibration/testing/InternalsVibration.h', | 1026 'vibration/testing/InternalsVibration.h', |
| 1027 ], | 1027 ], |
| 1028 'modules_unittest_files': [ | 1028 'modules_unittest_files': [ |
| 1029 'filesystem/DOMFileSystemBaseTest.cpp', | 1029 'filesystem/DOMFileSystemBaseTest.cpp', |
| 1030 'indexeddb/IDBKeyPathTest.cpp', | 1030 'indexeddb/IDBKeyPathTest.cpp', |
| 1031 'indexeddb/IDBRequestTest.cpp', | 1031 'indexeddb/IDBRequestTest.cpp', |
| 1032 'indexeddb/IDBTransactionTest.cpp', | 1032 'indexeddb/IDBTransactionTest.cpp', |
| 1033 'serviceworkers/CacheTest.cpp', | 1033 'serviceworkers/CacheTest.cpp', |
| 1034 'serviceworkers/FetchResponseDataTest.cpp', |
| 1034 'serviceworkers/RequestTest.cpp', | 1035 'serviceworkers/RequestTest.cpp', |
| 1035 'serviceworkers/ResponseTest.cpp', | 1036 'serviceworkers/ResponseTest.cpp', |
| 1036 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1037 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1037 'websockets/DOMWebSocketTest.cpp', | 1038 'websockets/DOMWebSocketTest.cpp', |
| 1038 'websockets/NewWebSocketChannelImplTest.cpp', | 1039 'websockets/NewWebSocketChannelImplTest.cpp', |
| 1039 'websockets/WebSocketDeflaterTest.cpp', | 1040 'websockets/WebSocketDeflaterTest.cpp', |
| 1040 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1041 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 1041 'websockets/WebSocketExtensionParserTest.cpp', | 1042 'websockets/WebSocketExtensionParserTest.cpp', |
| 1042 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1043 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 1043 ], | 1044 ], |
| 1044 }, | 1045 }, |
| 1045 } | 1046 } |
| OLD | NEW |