| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'speech/SpeechRecognitionEvent.idl', | 257 'speech/SpeechRecognitionEvent.idl', |
| 258 'speech/SpeechSynthesisEvent.idl', | 258 'speech/SpeechSynthesisEvent.idl', |
| 259 'webaudio/AudioProcessingEvent.idl', | 259 'webaudio/AudioProcessingEvent.idl', |
| 260 'webaudio/OfflineAudioCompletionEvent.idl', | 260 'webaudio/OfflineAudioCompletionEvent.idl', |
| 261 'webmidi/MIDIConnectionEvent.idl', | 261 'webmidi/MIDIConnectionEvent.idl', |
| 262 'webmidi/MIDIMessageEvent.idl', | 262 'webmidi/MIDIMessageEvent.idl', |
| 263 'websockets/CloseEvent.idl', | 263 'websockets/CloseEvent.idl', |
| 264 ], | 264 ], |
| 265 'generated_modules_files': [ | 265 'generated_modules_files': [ |
| 266 # .cpp files from make_modules_generated actions. | 266 # .cpp files from make_modules_generated actions. |
| 267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp', | 267 '<(modules_output_dir)/EventModules.cpp', |
| 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h', | 268 '<(modules_output_dir)/EventModulesHeaders.h', |
| 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h', | 269 '<(modules_output_dir)/EventModulesInterfaces.h', |
| 270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp', | 270 '<(modules_output_dir)/EventModulesNames.cpp', |
| 271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h', | 271 '<(modules_output_dir)/EventModulesNames.h', |
| 272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', | 272 '<(modules_output_dir)/EventTargetModulesHeaders.h', |
| 273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', | 273 '<(modules_output_dir)/EventTargetModulesInterfaces.h', |
| 274 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', | 274 '<(modules_output_dir)/EventTargetModulesNames.cpp', |
| 275 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', | 275 '<(modules_output_dir)/EventTargetModulesNames.h', |
| 276 ], | 276 ], |
| 277 'modules_files': [ | 277 'modules_files': [ |
| 278 '<@(extra_blink_module_files)', | 278 '<@(extra_blink_module_files)', |
| 279 '<@(generated_modules_files)', | 279 '<@(generated_modules_files)', |
| 280 'InitModules.cpp', | 280 'InitModules.cpp', |
| 281 'InitModules.h', | 281 'InitModules.h', |
| 282 'battery/BatteryDispatcher.cpp', | 282 'battery/BatteryDispatcher.cpp', |
| 283 'battery/BatteryDispatcher.h', | 283 'battery/BatteryDispatcher.h', |
| 284 'battery/BatteryManager.cpp', | 284 'battery/BatteryManager.cpp', |
| 285 'battery/BatteryManager.h', | 285 'battery/BatteryManager.h', |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 'indexeddb/IDBRequestTest.cpp', | 962 'indexeddb/IDBRequestTest.cpp', |
| 963 'indexeddb/IDBTransactionTest.cpp', | 963 'indexeddb/IDBTransactionTest.cpp', |
| 964 'websockets/WebSocketDeflaterTest.cpp', | 964 'websockets/WebSocketDeflaterTest.cpp', |
| 965 'websockets/WebSocketExtensionDispatcherTest.cpp', | 965 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 966 'websockets/WebSocketExtensionParserTest.cpp', | 966 'websockets/WebSocketExtensionParserTest.cpp', |
| 967 'websockets/WebSocketPerMessageDeflateTest.cpp', | 967 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 968 'websockets/WebSocketTest.cpp', | 968 'websockets/WebSocketTest.cpp', |
| 969 ], | 969 ], |
| 970 }, | 970 }, |
| 971 } | 971 } |
| OLD | NEW |