| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': [ | 259 'generated_modules_files': [ |
| 260 # .cpp files from make_modules_generated actions. | 260 # .cpp files from make_modules_generated actions. |
| 261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp', |
| 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h', |
| 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h', |
| 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp', |
| 265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h', |
| 261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', | 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', |
| 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', | 267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', |
| 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', | 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', |
| 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', | 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', |
| 265 ], | 270 ], |
| 266 'modules_files': [ | 271 'modules_files': [ |
| 267 '<@(extra_blink_module_files)', | 272 '<@(extra_blink_module_files)', |
| 268 '<@(generated_modules_files)', | 273 '<@(generated_modules_files)', |
| 269 'InitModules.cpp', | 274 'InitModules.cpp', |
| 270 'InitModules.h', | 275 'InitModules.h', |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 'indexeddb/IDBKeyPathTest.cpp', | 942 'indexeddb/IDBKeyPathTest.cpp', |
| 938 'indexeddb/IDBRequestTest.cpp', | 943 'indexeddb/IDBRequestTest.cpp', |
| 939 'indexeddb/IDBTransactionTest.cpp', | 944 'indexeddb/IDBTransactionTest.cpp', |
| 940 'websockets/WebSocketDeflaterTest.cpp', | 945 'websockets/WebSocketDeflaterTest.cpp', |
| 941 'websockets/WebSocketExtensionDispatcherTest.cpp', | 946 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 942 'websockets/WebSocketExtensionParserTest.cpp', | 947 'websockets/WebSocketExtensionParserTest.cpp', |
| 943 'websockets/WebSocketPerMessageDeflateTest.cpp', | 948 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 944 ], | 949 ], |
| 945 }, | 950 }, |
| 946 } | 951 } |
| OLD | NEW |