| 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 |
| 11 # ways. | 11 # ways. |
| 12 'extra_blink_module_idl_files': [], | 12 'extra_blink_module_idl_files': [], |
| 13 'extra_blink_module_files': [], | 13 'extra_blink_module_files': [], |
| 14 # Files for which bindings (.cpp and .h files) will be generated | 14 # Files for which bindings (.cpp and .h files) will be generated |
| 15 'modules_idl_files': [ | 15 'modules_idl_files': [ |
| 16 '<@(extra_blink_module_idl_files)', | 16 '<@(extra_blink_module_idl_files)', |
| 17 'battery/BatteryManager.idl', | 17 'battery/BatteryManager.idl', |
| 18 'crypto/AesKeyAlgorithm.idl', | |
| 19 'crypto/Crypto.idl', | 18 'crypto/Crypto.idl', |
| 20 'crypto/CryptoKey.idl', | 19 'crypto/CryptoKey.idl', |
| 21 'crypto/HmacKeyAlgorithm.idl', | |
| 22 'crypto/KeyAlgorithm.idl', | |
| 23 'crypto/RsaHashedKeyAlgorithm.idl', | |
| 24 'crypto/RsaKeyAlgorithm.idl', | |
| 25 'crypto/SubtleCrypto.idl', | 20 'crypto/SubtleCrypto.idl', |
| 26 'device_light/DeviceLightEvent.idl', | 21 'device_light/DeviceLightEvent.idl', |
| 27 'device_orientation/DeviceAcceleration.idl', | 22 'device_orientation/DeviceAcceleration.idl', |
| 28 'device_orientation/DeviceMotionEvent.idl', | 23 'device_orientation/DeviceMotionEvent.idl', |
| 29 'device_orientation/DeviceOrientationEvent.idl', | 24 'device_orientation/DeviceOrientationEvent.idl', |
| 30 'device_orientation/DeviceRotationRate.idl', | 25 'device_orientation/DeviceRotationRate.idl', |
| 31 'encoding/TextDecoder.idl', | 26 'encoding/TextDecoder.idl', |
| 32 'encoding/TextEncoder.idl', | 27 'encoding/TextEncoder.idl', |
| 33 'encryptedmedia/MediaKeyMessageEvent.idl', | 28 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 34 'encryptedmedia/MediaKeyNeededEvent.idl', | 29 'encryptedmedia/MediaKeyNeededEvent.idl', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'battery/BatteryDispatcher.cpp', | 284 'battery/BatteryDispatcher.cpp', |
| 290 'battery/BatteryDispatcher.h', | 285 'battery/BatteryDispatcher.h', |
| 291 'battery/BatteryManager.cpp', | 286 'battery/BatteryManager.cpp', |
| 292 'battery/BatteryManager.h', | 287 'battery/BatteryManager.h', |
| 293 'battery/BatteryStatus.cpp', | 288 'battery/BatteryStatus.cpp', |
| 294 'battery/BatteryStatus.h', | 289 'battery/BatteryStatus.h', |
| 295 'battery/NavigatorBattery.cpp', | 290 'battery/NavigatorBattery.cpp', |
| 296 'battery/NavigatorBattery.h', | 291 'battery/NavigatorBattery.h', |
| 297 'beacon/NavigatorBeacon.cpp', | 292 'beacon/NavigatorBeacon.cpp', |
| 298 'beacon/NavigatorBeacon.h', | 293 'beacon/NavigatorBeacon.h', |
| 299 'crypto/AesKeyAlgorithm.cpp', | |
| 300 'crypto/AesKeyAlgorithm.h', | |
| 301 'crypto/Crypto.cpp', | 294 'crypto/Crypto.cpp', |
| 302 'crypto/Crypto.h', | 295 'crypto/Crypto.h', |
| 303 'crypto/CryptoKey.cpp', | 296 'crypto/CryptoKey.cpp', |
| 304 'crypto/CryptoKey.h', | 297 'crypto/CryptoKey.h', |
| 305 'crypto/CryptoResultImpl.cpp', | 298 'crypto/CryptoResultImpl.cpp', |
| 306 'crypto/CryptoResultImpl.h', | 299 'crypto/CryptoResultImpl.h', |
| 307 'crypto/DOMWindowCrypto.cpp', | 300 'crypto/DOMWindowCrypto.cpp', |
| 308 'crypto/DOMWindowCrypto.h', | 301 'crypto/DOMWindowCrypto.h', |
| 309 'crypto/HmacKeyAlgorithm.cpp', | |
| 310 'crypto/HmacKeyAlgorithm.h', | |
| 311 'crypto/KeyAlgorithm.cpp', | |
| 312 'crypto/KeyAlgorithm.h', | |
| 313 'crypto/NormalizeAlgorithm.cpp', | 302 'crypto/NormalizeAlgorithm.cpp', |
| 314 'crypto/NormalizeAlgorithm.h', | 303 'crypto/NormalizeAlgorithm.h', |
| 315 'crypto/RsaHashedKeyAlgorithm.cpp', | |
| 316 'crypto/RsaHashedKeyAlgorithm.h', | |
| 317 'crypto/RsaKeyAlgorithm.cpp', | |
| 318 'crypto/RsaKeyAlgorithm.h', | |
| 319 'crypto/SubtleCrypto.cpp', | 304 'crypto/SubtleCrypto.cpp', |
| 320 'crypto/SubtleCrypto.h', | 305 'crypto/SubtleCrypto.h', |
| 321 'crypto/WorkerGlobalScopeCrypto.cpp', | 306 'crypto/WorkerGlobalScopeCrypto.cpp', |
| 322 'crypto/WorkerGlobalScopeCrypto.h', | 307 'crypto/WorkerGlobalScopeCrypto.h', |
| 323 'device_light/DeviceLightController.cpp', | 308 'device_light/DeviceLightController.cpp', |
| 324 'device_light/DeviceLightController.h', | 309 'device_light/DeviceLightController.h', |
| 325 'device_light/DeviceLightDispatcher.cpp', | 310 'device_light/DeviceLightDispatcher.cpp', |
| 326 'device_light/DeviceLightDispatcher.h', | 311 'device_light/DeviceLightDispatcher.h', |
| 327 'device_light/DeviceLightEvent.cpp', | 312 'device_light/DeviceLightEvent.cpp', |
| 328 'device_light/DeviceLightEvent.h', | 313 'device_light/DeviceLightEvent.h', |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 'indexeddb/IDBRequestTest.cpp', | 960 'indexeddb/IDBRequestTest.cpp', |
| 976 'indexeddb/IDBTransactionTest.cpp', | 961 'indexeddb/IDBTransactionTest.cpp', |
| 977 'websockets/WebSocketDeflaterTest.cpp', | 962 'websockets/WebSocketDeflaterTest.cpp', |
| 978 'websockets/WebSocketExtensionDispatcherTest.cpp', | 963 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 979 'websockets/WebSocketExtensionParserTest.cpp', | 964 'websockets/WebSocketExtensionParserTest.cpp', |
| 980 'websockets/WebSocketPerMessageDeflateTest.cpp', | 965 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 981 'websockets/WebSocketTest.cpp', | 966 'websockets/WebSocketTest.cpp', |
| 982 ], | 967 ], |
| 983 }, | 968 }, |
| 984 } | 969 } |
| OLD | NEW |