| 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 |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'device_orientation/DeviceOrientationDispatcher.cpp', | 272 'device_orientation/DeviceOrientationDispatcher.cpp', |
| 273 'device_orientation/DeviceOrientationDispatcher.h', | 273 'device_orientation/DeviceOrientationDispatcher.h', |
| 274 'device_orientation/DeviceOrientationData.cpp', | 274 'device_orientation/DeviceOrientationData.cpp', |
| 275 'device_orientation/DeviceOrientationData.h', | 275 'device_orientation/DeviceOrientationData.h', |
| 276 'device_orientation/DeviceOrientationEvent.cpp', | 276 'device_orientation/DeviceOrientationEvent.cpp', |
| 277 'device_orientation/DeviceOrientationEvent.h', | 277 'device_orientation/DeviceOrientationEvent.h', |
| 278 'device_orientation/DeviceOrientationInspectorAgent.cpp', | 278 'device_orientation/DeviceOrientationInspectorAgent.cpp', |
| 279 'device_orientation/DeviceOrientationInspectorAgent.h', | 279 'device_orientation/DeviceOrientationInspectorAgent.h', |
| 280 'device_orientation/DeviceRotationRate.cpp', | 280 'device_orientation/DeviceRotationRate.cpp', |
| 281 'device_orientation/DeviceRotationRate.h', | 281 'device_orientation/DeviceRotationRate.h', |
| 282 'device_orientation/DeviceSensorEventController.cpp', | |
| 283 'device_orientation/DeviceSensorEventController.h', | |
| 284 'device_orientation/DeviceSensorEventDispatcher.cpp', | |
| 285 'device_orientation/DeviceSensorEventDispatcher.h', | |
| 286 'donottrack/NavigatorDoNotTrack.cpp', | 282 'donottrack/NavigatorDoNotTrack.cpp', |
| 287 'donottrack/NavigatorDoNotTrack.h', | 283 'donottrack/NavigatorDoNotTrack.h', |
| 288 'encoding/TextDecoder.cpp', | 284 'encoding/TextDecoder.cpp', |
| 289 'encoding/TextDecoder.h', | 285 'encoding/TextDecoder.h', |
| 290 'encoding/TextEncoder.cpp', | 286 'encoding/TextEncoder.cpp', |
| 291 'encoding/TextEncoder.h', | 287 'encoding/TextEncoder.h', |
| 292 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', | 288 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', |
| 293 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', | 289 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', |
| 294 'encryptedmedia/MediaKeyMessageEvent.cpp', | 290 'encryptedmedia/MediaKeyMessageEvent.cpp', |
| 295 'encryptedmedia/MediaKeyMessageEvent.h', | 291 'encryptedmedia/MediaKeyMessageEvent.h', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'indexeddb/IDBKeyPathTest.cpp', | 864 'indexeddb/IDBKeyPathTest.cpp', |
| 869 'indexeddb/IDBRequestTest.cpp', | 865 'indexeddb/IDBRequestTest.cpp', |
| 870 'indexeddb/IDBTransactionTest.cpp', | 866 'indexeddb/IDBTransactionTest.cpp', |
| 871 'websockets/WebSocketDeflaterTest.cpp', | 867 'websockets/WebSocketDeflaterTest.cpp', |
| 872 'websockets/WebSocketExtensionDispatcherTest.cpp', | 868 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 873 'websockets/WebSocketExtensionParserTest.cpp', | 869 'websockets/WebSocketExtensionParserTest.cpp', |
| 874 'websockets/WebSocketPerMessageDeflateTest.cpp', | 870 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 875 ], | 871 ], |
| 876 }, | 872 }, |
| 877 } | 873 } |
| OLD | NEW |