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 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 'websockets/WebSocketChannelClient.h', | 1119 'websockets/WebSocketChannelClient.h', |
1120 'websockets/WebSocketFrame.cpp', | 1120 'websockets/WebSocketFrame.cpp', |
1121 'websockets/WebSocketFrame.h', | 1121 'websockets/WebSocketFrame.h', |
1122 'websockets/WorkerWebSocketChannel.cpp', | 1122 'websockets/WorkerWebSocketChannel.cpp', |
1123 'websockets/WorkerWebSocketChannel.h', | 1123 'websockets/WorkerWebSocketChannel.h', |
1124 ], | 1124 ], |
1125 # 'partial interface' or target (right side of) 'implements' | 1125 # 'partial interface' or target (right side of) 'implements' |
1126 'modules_testing_dependency_idl_files' : [ | 1126 'modules_testing_dependency_idl_files' : [ |
1127 'geolocation/testing/InternalsGeolocation.idl', | 1127 'geolocation/testing/InternalsGeolocation.idl', |
1128 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1128 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1129 'serviceworkers/testing/InternalsServiceWorker.idl', |
1129 'speech/testing/InternalsSpeechSynthesis.idl', | 1130 'speech/testing/InternalsSpeechSynthesis.idl', |
1130 'vibration/testing/InternalsVibration.idl', | 1131 'vibration/testing/InternalsVibration.idl', |
1131 ], | 1132 ], |
1132 'modules_testing_files': [ | 1133 'modules_testing_files': [ |
1133 'geolocation/testing/GeolocationClientMock.cpp', | 1134 'geolocation/testing/GeolocationClientMock.cpp', |
1134 'geolocation/testing/GeolocationClientMock.h', | 1135 'geolocation/testing/GeolocationClientMock.h', |
1135 'geolocation/testing/InternalsGeolocation.cpp', | 1136 'geolocation/testing/InternalsGeolocation.cpp', |
1136 'geolocation/testing/InternalsGeolocation.h', | 1137 'geolocation/testing/InternalsGeolocation.h', |
1137 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', | 1138 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', |
1138 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', | 1139 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', |
1139 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', | 1140 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', |
1140 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', | 1141 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', |
| 1142 'serviceworkers/testing/InternalsServiceWorker.cpp', |
| 1143 'serviceworkers/testing/InternalsServiceWorker.h', |
1141 'speech/testing/InternalsSpeechSynthesis.cpp', | 1144 'speech/testing/InternalsSpeechSynthesis.cpp', |
1142 'speech/testing/InternalsSpeechSynthesis.h', | 1145 'speech/testing/InternalsSpeechSynthesis.h', |
1143 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 1146 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
1144 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1147 'speech/testing/PlatformSpeechSynthesizerMock.h', |
1145 'vibration/testing/InternalsVibration.cpp', | 1148 'vibration/testing/InternalsVibration.cpp', |
1146 'vibration/testing/InternalsVibration.h', | 1149 'vibration/testing/InternalsVibration.h', |
1147 ], | 1150 ], |
1148 'modules_unittest_files': [ | 1151 'modules_unittest_files': [ |
1149 'filesystem/DOMFileSystemBaseTest.cpp', | 1152 'filesystem/DOMFileSystemBaseTest.cpp', |
1150 'indexeddb/IDBKeyPathTest.cpp', | 1153 'indexeddb/IDBKeyPathTest.cpp', |
1151 'indexeddb/IDBRequestTest.cpp', | 1154 'indexeddb/IDBRequestTest.cpp', |
1152 'indexeddb/IDBTransactionTest.cpp', | 1155 'indexeddb/IDBTransactionTest.cpp', |
1153 'serviceworkers/CacheTest.cpp', | 1156 'serviceworkers/CacheTest.cpp', |
1154 'serviceworkers/FetchResponseDataTest.cpp', | 1157 'serviceworkers/FetchResponseDataTest.cpp', |
1155 'serviceworkers/RequestTest.cpp', | 1158 'serviceworkers/RequestTest.cpp', |
1156 'serviceworkers/ResponseTest.cpp', | 1159 'serviceworkers/ResponseTest.cpp', |
1157 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1160 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1158 'websockets/DOMWebSocketTest.cpp', | 1161 'websockets/DOMWebSocketTest.cpp', |
1159 'websockets/DocumentWebSocketChannelTest.cpp', | 1162 'websockets/DocumentWebSocketChannelTest.cpp', |
1160 ], | 1163 ], |
1161 }, | 1164 }, |
1162 } | 1165 } |
OLD | NEW |