OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
4 # | 4 # |
5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
7 # ways. | 7 # ways. |
8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
10 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
11 'modules_idl_files': [ | 11 'modules_idl_files': [ |
12 '<@(extra_blink_module_idl_files)', | 12 '<@(extra_blink_module_idl_files)', |
13 'battery/BatteryManager.idl', | 13 'battery/BatteryManager.idl', |
14 'crypto/AesKeyAlgorithm.idl', | 14 'crypto/AesKeyAlgorithm.idl', |
15 'crypto/Crypto.idl', | 15 'crypto/Crypto.idl', |
16 'crypto/HmacKeyAlgorithm.idl', | 16 'crypto/HmacKeyAlgorithm.idl', |
17 'crypto/Key.idl', | 17 'crypto/Key.idl', |
18 'crypto/KeyAlgorithm.idl', | 18 'crypto/KeyAlgorithm.idl', |
19 'crypto/KeyPair.idl', | 19 'crypto/KeyPair.idl', |
20 'crypto/RsaHashedKeyAlgorithm.idl', | 20 'crypto/RsaHashedKeyAlgorithm.idl', |
21 'crypto/RsaKeyAlgorithm.idl', | 21 'crypto/RsaKeyAlgorithm.idl', |
22 'crypto/SubtleCrypto.idl', | 22 'crypto/SubtleCrypto.idl', |
| 23 'device_light/DeviceLightEvent.idl', |
23 'device_orientation/DeviceAcceleration.idl', | 24 'device_orientation/DeviceAcceleration.idl', |
24 'device_orientation/DeviceMotionEvent.idl', | 25 'device_orientation/DeviceMotionEvent.idl', |
25 'device_orientation/DeviceOrientationEvent.idl', | 26 'device_orientation/DeviceOrientationEvent.idl', |
26 'device_orientation/DeviceRotationRate.idl', | 27 'device_orientation/DeviceRotationRate.idl', |
27 'encoding/TextDecoder.idl', | 28 'encoding/TextDecoder.idl', |
28 'encoding/TextEncoder.idl', | 29 'encoding/TextEncoder.idl', |
29 'encryptedmedia/MediaKeyMessageEvent.idl', | 30 'encryptedmedia/MediaKeyMessageEvent.idl', |
30 'encryptedmedia/MediaKeyNeededEvent.idl', | 31 'encryptedmedia/MediaKeyNeededEvent.idl', |
31 'encryptedmedia/MediaKeySession.idl', | 32 'encryptedmedia/MediaKeySession.idl', |
32 'encryptedmedia/MediaKeys.idl', | 33 'encryptedmedia/MediaKeys.idl', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'webmidi/MIDIPort.idl', | 185 'webmidi/MIDIPort.idl', |
185 'webmidi/MIDISuccessCallback.idl', | 186 'webmidi/MIDISuccessCallback.idl', |
186 'websockets/CloseEvent.idl', | 187 'websockets/CloseEvent.idl', |
187 'websockets/WebSocket.idl', | 188 'websockets/WebSocket.idl', |
188 ], | 189 ], |
189 # 'partial interface' or target (right side of) 'implements' | 190 # 'partial interface' or target (right side of) 'implements' |
190 'modules_dependency_idl_files': [ | 191 'modules_dependency_idl_files': [ |
191 'battery/NavigatorBattery.idl', | 192 'battery/NavigatorBattery.idl', |
192 'crypto/WindowCrypto.idl', | 193 'crypto/WindowCrypto.idl', |
193 'crypto/WorkerGlobalScopeCrypto.idl', | 194 'crypto/WorkerGlobalScopeCrypto.idl', |
| 195 'device_light/WindowDeviceLight.idl', |
194 'device_orientation/WindowDeviceMotion.idl', | 196 'device_orientation/WindowDeviceMotion.idl', |
195 'device_orientation/WindowDeviceOrientation.idl', | 197 'device_orientation/WindowDeviceOrientation.idl', |
196 'donottrack/NavigatorDoNotTrack.idl', | 198 'donottrack/NavigatorDoNotTrack.idl', |
197 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', | 199 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', |
198 'filesystem/DataTransferItemFileSystem.idl', | 200 'filesystem/DataTransferItemFileSystem.idl', |
199 'filesystem/HTMLInputElementFileSystem.idl', | 201 'filesystem/HTMLInputElementFileSystem.idl', |
200 'filesystem/InspectorFrontendHostFileSystem.idl', | 202 'filesystem/InspectorFrontendHostFileSystem.idl', |
201 'filesystem/WindowFileSystem.idl', | 203 'filesystem/WindowFileSystem.idl', |
202 'filesystem/WorkerGlobalScopeFileSystem.idl', | 204 'filesystem/WorkerGlobalScopeFileSystem.idl', |
203 'gamepad/NavigatorGamepad.idl', | 205 'gamepad/NavigatorGamepad.idl', |
(...skipping 17 matching lines...) Expand all Loading... |
221 'screen_orientation/ScreenOrientation.idl', | 223 'screen_orientation/ScreenOrientation.idl', |
222 'serviceworkers/NavigatorServiceWorker.idl', | 224 'serviceworkers/NavigatorServiceWorker.idl', |
223 'speech/WindowSpeechSynthesis.idl', | 225 'speech/WindowSpeechSynthesis.idl', |
224 'vibration/NavigatorVibration.idl', | 226 'vibration/NavigatorVibration.idl', |
225 'webdatabase/WindowWebDatabase.idl', | 227 'webdatabase/WindowWebDatabase.idl', |
226 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 228 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
227 'webmidi/NavigatorWebMIDI.idl', | 229 'webmidi/NavigatorWebMIDI.idl', |
228 ], | 230 ], |
229 # interfaces that inherit from Event | 231 # interfaces that inherit from Event |
230 'modules_event_idl_files': [ | 232 'modules_event_idl_files': [ |
| 233 'device_light/DeviceLightEvent.idl', |
231 'device_orientation/DeviceMotionEvent.idl', | 234 'device_orientation/DeviceMotionEvent.idl', |
232 'device_orientation/DeviceOrientationEvent.idl', | 235 'device_orientation/DeviceOrientationEvent.idl', |
233 'encryptedmedia/MediaKeyMessageEvent.idl', | 236 'encryptedmedia/MediaKeyMessageEvent.idl', |
234 'encryptedmedia/MediaKeyNeededEvent.idl', | 237 'encryptedmedia/MediaKeyNeededEvent.idl', |
235 'gamepad/GamepadEvent.idl', | 238 'gamepad/GamepadEvent.idl', |
236 'indexeddb/IDBVersionChangeEvent.idl', | 239 'indexeddb/IDBVersionChangeEvent.idl', |
237 'mediastream/MediaStreamEvent.idl', | 240 'mediastream/MediaStreamEvent.idl', |
238 'mediastream/MediaStreamTrackEvent.idl', | 241 'mediastream/MediaStreamTrackEvent.idl', |
239 'mediastream/RTCDTMFToneChangeEvent.idl', | 242 'mediastream/RTCDTMFToneChangeEvent.idl', |
240 'mediastream/RTCDataChannelEvent.idl', | 243 'mediastream/RTCDataChannelEvent.idl', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'crypto/NormalizeAlgorithm.cpp', | 281 'crypto/NormalizeAlgorithm.cpp', |
279 'crypto/NormalizeAlgorithm.h', | 282 'crypto/NormalizeAlgorithm.h', |
280 'crypto/RsaHashedKeyAlgorithm.cpp', | 283 'crypto/RsaHashedKeyAlgorithm.cpp', |
281 'crypto/RsaHashedKeyAlgorithm.h', | 284 'crypto/RsaHashedKeyAlgorithm.h', |
282 'crypto/RsaKeyAlgorithm.cpp', | 285 'crypto/RsaKeyAlgorithm.cpp', |
283 'crypto/RsaKeyAlgorithm.h', | 286 'crypto/RsaKeyAlgorithm.h', |
284 'crypto/SubtleCrypto.cpp', | 287 'crypto/SubtleCrypto.cpp', |
285 'crypto/SubtleCrypto.h', | 288 'crypto/SubtleCrypto.h', |
286 'crypto/WorkerGlobalScopeCrypto.cpp', | 289 'crypto/WorkerGlobalScopeCrypto.cpp', |
287 'crypto/WorkerGlobalScopeCrypto.h', | 290 'crypto/WorkerGlobalScopeCrypto.h', |
| 291 'device_light/DeviceLightController.cpp', |
| 292 'device_light/DeviceLightController.h', |
| 293 'device_light/DeviceLightDispatcher.cpp', |
| 294 'device_light/DeviceLightDispatcher.h', |
| 295 'device_light/DeviceLightEvent.cpp', |
| 296 'device_light/DeviceLightEvent.h', |
288 'device_orientation/DeviceAcceleration.cpp', | 297 'device_orientation/DeviceAcceleration.cpp', |
289 'device_orientation/DeviceAcceleration.h', | 298 'device_orientation/DeviceAcceleration.h', |
290 'device_orientation/DeviceMotionController.cpp', | 299 'device_orientation/DeviceMotionController.cpp', |
291 'device_orientation/DeviceMotionController.h', | 300 'device_orientation/DeviceMotionController.h', |
292 'device_orientation/DeviceMotionData.cpp', | 301 'device_orientation/DeviceMotionData.cpp', |
293 'device_orientation/DeviceMotionData.h', | 302 'device_orientation/DeviceMotionData.h', |
294 'device_orientation/DeviceMotionDispatcher.cpp', | 303 'device_orientation/DeviceMotionDispatcher.cpp', |
295 'device_orientation/DeviceMotionDispatcher.h', | 304 'device_orientation/DeviceMotionDispatcher.h', |
296 'device_orientation/DeviceMotionEvent.cpp', | 305 'device_orientation/DeviceMotionEvent.cpp', |
297 'device_orientation/DeviceMotionEvent.h', | 306 'device_orientation/DeviceMotionEvent.h', |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 'indexeddb/IDBKeyPathTest.cpp', | 925 'indexeddb/IDBKeyPathTest.cpp', |
917 'indexeddb/IDBRequestTest.cpp', | 926 'indexeddb/IDBRequestTest.cpp', |
918 'indexeddb/IDBTransactionTest.cpp', | 927 'indexeddb/IDBTransactionTest.cpp', |
919 'websockets/WebSocketDeflaterTest.cpp', | 928 'websockets/WebSocketDeflaterTest.cpp', |
920 'websockets/WebSocketExtensionDispatcherTest.cpp', | 929 'websockets/WebSocketExtensionDispatcherTest.cpp', |
921 'websockets/WebSocketExtensionParserTest.cpp', | 930 'websockets/WebSocketExtensionParserTest.cpp', |
922 'websockets/WebSocketPerMessageDeflateTest.cpp', | 931 'websockets/WebSocketPerMessageDeflateTest.cpp', |
923 ], | 932 ], |
924 }, | 933 }, |
925 } | 934 } |
OLD | NEW |