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