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