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 'crypto/AesKeyAlgorithm.idl', | 13 'crypto/AesKeyAlgorithm.idl', |
14 'crypto/Crypto.idl', | 14 'crypto/Crypto.idl', |
15 'crypto/HmacKeyAlgorithm.idl', | 15 'crypto/HmacKeyAlgorithm.idl', |
16 'crypto/Key.idl', | 16 'crypto/Key.idl', |
17 'crypto/KeyAlgorithm.idl', | 17 'crypto/KeyAlgorithm.idl', |
18 'crypto/KeyPair.idl', | 18 'crypto/KeyPair.idl', |
19 'crypto/RsaHashedKeyAlgorithm.idl', | 19 'crypto/RsaHashedKeyAlgorithm.idl', |
20 'crypto/RsaKeyAlgorithm.idl', | 20 'crypto/RsaKeyAlgorithm.idl', |
21 'crypto/SubtleCrypto.idl', | 21 'crypto/SubtleCrypto.idl', |
22 'crypto/WorkerCrypto.idl', | 22 'crypto/WorkerCrypto.idl', |
23 'device_orientation/DeviceAcceleration.idl', | 23 'device_orientation/DeviceAcceleration.idl', |
24 'device_orientation/DeviceMotionEvent.idl', | 24 'device_orientation/DeviceMotionEvent.idl', |
25 'device_orientation/DeviceOrientationEvent.idl', | 25 'device_orientation/DeviceOrientationEvent.idl', |
26 'device_orientation/DeviceRotationRate.idl', | 26 'device_orientation/DeviceRotationRate.idl', |
27 'devicelight/DeviceLightEvent.idl', | |
abarth-chromium
2014/03/04 18:59:32
The module probably should be named device_light t
riju_
2014/03/05 15:47:27
Done.
| |
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', |
33 'filesystem/DOMFileSystem.idl', | 34 'filesystem/DOMFileSystem.idl', |
34 'filesystem/DOMFileSystemSync.idl', | 35 'filesystem/DOMFileSystemSync.idl', |
35 'filesystem/DirectoryEntry.idl', | 36 'filesystem/DirectoryEntry.idl', |
36 'filesystem/DirectoryEntrySync.idl', | 37 'filesystem/DirectoryEntrySync.idl', |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
269 'device_orientation/DeviceOrientationEvent.cpp', | 270 'device_orientation/DeviceOrientationEvent.cpp', |
270 'device_orientation/DeviceOrientationEvent.h', | 271 'device_orientation/DeviceOrientationEvent.h', |
271 'device_orientation/DeviceOrientationInspectorAgent.cpp', | 272 'device_orientation/DeviceOrientationInspectorAgent.cpp', |
272 'device_orientation/DeviceOrientationInspectorAgent.h', | 273 'device_orientation/DeviceOrientationInspectorAgent.h', |
273 'device_orientation/DeviceRotationRate.cpp', | 274 'device_orientation/DeviceRotationRate.cpp', |
274 'device_orientation/DeviceRotationRate.h', | 275 'device_orientation/DeviceRotationRate.h', |
275 'device_orientation/DeviceSensorEventController.cpp', | 276 'device_orientation/DeviceSensorEventController.cpp', |
276 'device_orientation/DeviceSensorEventController.h', | 277 'device_orientation/DeviceSensorEventController.h', |
277 'device_orientation/DeviceSensorEventDispatcher.cpp', | 278 'device_orientation/DeviceSensorEventDispatcher.cpp', |
278 'device_orientation/DeviceSensorEventDispatcher.h', | 279 'device_orientation/DeviceSensorEventDispatcher.h', |
280 'devicelight/DeviceLightController.h', | |
281 'devicelight/DeviceLightController.cpp', | |
282 'devicelight/DeviceLightEvent.cpp', | |
283 'devicelight/DeviceLightEvent.h', | |
284 'devicelight/DeviceLightDispatcher.cpp', | |
285 'devicelight/DeviceLightDispatcher.h', | |
279 'donottrack/NavigatorDoNotTrack.cpp', | 286 'donottrack/NavigatorDoNotTrack.cpp', |
280 'donottrack/NavigatorDoNotTrack.h', | 287 'donottrack/NavigatorDoNotTrack.h', |
281 'encoding/TextDecoder.cpp', | 288 'encoding/TextDecoder.cpp', |
282 'encoding/TextDecoder.h', | 289 'encoding/TextDecoder.h', |
283 'encoding/TextEncoder.cpp', | 290 'encoding/TextEncoder.cpp', |
284 'encoding/TextEncoder.h', | 291 'encoding/TextEncoder.h', |
285 'encryptedmedia/MediaKeyMessageEvent.cpp', | 292 'encryptedmedia/MediaKeyMessageEvent.cpp', |
286 'encryptedmedia/MediaKeyMessageEvent.h', | 293 'encryptedmedia/MediaKeyMessageEvent.h', |
287 'encryptedmedia/MediaKeyNeededEvent.cpp', | 294 'encryptedmedia/MediaKeyNeededEvent.cpp', |
288 'encryptedmedia/MediaKeyNeededEvent.h', | 295 'encryptedmedia/MediaKeyNeededEvent.h', |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
868 'indexeddb/IDBKeyPathTest.cpp', | 875 'indexeddb/IDBKeyPathTest.cpp', |
869 'indexeddb/IDBRequestTest.cpp', | 876 'indexeddb/IDBRequestTest.cpp', |
870 'indexeddb/IDBTransactionTest.cpp', | 877 'indexeddb/IDBTransactionTest.cpp', |
871 'websockets/WebSocketDeflaterTest.cpp', | 878 'websockets/WebSocketDeflaterTest.cpp', |
872 'websockets/WebSocketExtensionDispatcherTest.cpp', | 879 'websockets/WebSocketExtensionDispatcherTest.cpp', |
873 'websockets/WebSocketExtensionParserTest.cpp', | 880 'websockets/WebSocketExtensionParserTest.cpp', |
874 'websockets/WebSocketPerMessageDeflateTest.cpp', | 881 'websockets/WebSocketPerMessageDeflateTest.cpp', |
875 ], | 882 ], |
876 }, | 883 }, |
877 } | 884 } |
OLD | NEW |