| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 'serviceworkers/InstallPhaseEvent.idl', | 249 'serviceworkers/InstallPhaseEvent.idl', |
| 250 'speech/SpeechRecognitionError.idl', | 250 'speech/SpeechRecognitionError.idl', |
| 251 'speech/SpeechRecognitionEvent.idl', | 251 'speech/SpeechRecognitionEvent.idl', |
| 252 'speech/SpeechSynthesisEvent.idl', | 252 'speech/SpeechSynthesisEvent.idl', |
| 253 'webaudio/AudioProcessingEvent.idl', | 253 'webaudio/AudioProcessingEvent.idl', |
| 254 'webaudio/OfflineAudioCompletionEvent.idl', | 254 'webaudio/OfflineAudioCompletionEvent.idl', |
| 255 'webmidi/MIDIConnectionEvent.idl', | 255 'webmidi/MIDIConnectionEvent.idl', |
| 256 'webmidi/MIDIMessageEvent.idl', | 256 'webmidi/MIDIMessageEvent.idl', |
| 257 'websockets/CloseEvent.idl', | 257 'websockets/CloseEvent.idl', |
| 258 ], | 258 ], |
| 259 'generated_modules_files': [ |
| 260 # .cpp files from make_modules_generated actions. |
| 261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', |
| 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', |
| 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', |
| 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', |
| 265 ], |
| 259 'modules_files': [ | 266 'modules_files': [ |
| 260 '<@(extra_blink_module_files)', | 267 '<@(extra_blink_module_files)', |
| 268 '<@(generated_modules_files)', |
| 269 'InitModules.cpp', |
| 270 'InitModules.h', |
| 261 'battery/BatteryDispatcher.cpp', | 271 'battery/BatteryDispatcher.cpp', |
| 262 'battery/BatteryDispatcher.h', | 272 'battery/BatteryDispatcher.h', |
| 263 'battery/BatteryManager.cpp', | 273 'battery/BatteryManager.cpp', |
| 264 'battery/BatteryManager.h', | 274 'battery/BatteryManager.h', |
| 265 'battery/BatteryStatus.cpp', | 275 'battery/BatteryStatus.cpp', |
| 266 'battery/BatteryStatus.h', | 276 'battery/BatteryStatus.h', |
| 267 'battery/NavigatorBattery.cpp', | 277 'battery/NavigatorBattery.cpp', |
| 268 'battery/NavigatorBattery.h', | 278 'battery/NavigatorBattery.h', |
| 269 'beacon/NavigatorBeacon.cpp', | 279 'beacon/NavigatorBeacon.cpp', |
| 270 'beacon/NavigatorBeacon.h', | 280 'beacon/NavigatorBeacon.h', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 'indexeddb/IDBKeyPathTest.cpp', | 937 'indexeddb/IDBKeyPathTest.cpp', |
| 928 'indexeddb/IDBRequestTest.cpp', | 938 'indexeddb/IDBRequestTest.cpp', |
| 929 'indexeddb/IDBTransactionTest.cpp', | 939 'indexeddb/IDBTransactionTest.cpp', |
| 930 'websockets/WebSocketDeflaterTest.cpp', | 940 'websockets/WebSocketDeflaterTest.cpp', |
| 931 'websockets/WebSocketExtensionDispatcherTest.cpp', | 941 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 932 'websockets/WebSocketExtensionParserTest.cpp', | 942 'websockets/WebSocketExtensionParserTest.cpp', |
| 933 'websockets/WebSocketPerMessageDeflateTest.cpp', | 943 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 934 ], | 944 ], |
| 935 }, | 945 }, |
| 936 } | 946 } |
| OLD | NEW |