OLD | NEW |
1 { | 1 { |
| 2 'includes': [ |
| 3 '../core/core_generated.gypi', |
| 4 'modules_generated.gypi', |
| 5 ], |
2 'variables': { | 6 'variables': { |
3 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
4 # | 8 # |
5 # 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 |
6 # 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 |
7 # ways. | 11 # ways. |
8 'extra_blink_module_idl_files': [], | 12 'extra_blink_module_idl_files': [], |
9 'extra_blink_module_files': [], | 13 'extra_blink_module_files': [], |
10 # Files for which bindings (.cpp and .h files) will be generated | 14 # Files for which bindings (.cpp and .h files) will be generated |
11 'modules_idl_files': [ | 15 'modules_idl_files': [ |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'speech/SpeechRecognitionEvent.idl', | 263 'speech/SpeechRecognitionEvent.idl', |
260 'speech/SpeechSynthesisEvent.idl', | 264 'speech/SpeechSynthesisEvent.idl', |
261 'webaudio/AudioProcessingEvent.idl', | 265 'webaudio/AudioProcessingEvent.idl', |
262 'webaudio/OfflineAudioCompletionEvent.idl', | 266 'webaudio/OfflineAudioCompletionEvent.idl', |
263 'webmidi/MIDIConnectionEvent.idl', | 267 'webmidi/MIDIConnectionEvent.idl', |
264 'webmidi/MIDIMessageEvent.idl', | 268 'webmidi/MIDIMessageEvent.idl', |
265 'websockets/CloseEvent.idl', | 269 'websockets/CloseEvent.idl', |
266 ], | 270 ], |
267 'generated_modules_files': [ | 271 'generated_modules_files': [ |
268 # .cpp files from make_modules_generated actions. | 272 # .cpp files from make_modules_generated actions. |
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp', | 273 '<(blink_modules_output_dir)/EventModules.cpp', |
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h', | 274 '<(blink_modules_output_dir)/EventModulesHeaders.h', |
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h', | 275 '<(blink_modules_output_dir)/EventModulesInterfaces.h', |
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp', | 276 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h', | 277 '<(blink_modules_output_dir)/EventModulesNames.h', |
274 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', | 278 '<(blink_modules_output_dir)/EventTargetModulesHeaders.h', |
275 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', | 279 '<(blink_modules_output_dir)/EventTargetModulesInterfaces.h', |
276 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', | 280 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
277 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', | 281 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
278 ], | 282 ], |
279 'modules_files': [ | 283 'modules_files': [ |
280 '<@(extra_blink_module_files)', | 284 '<@(extra_blink_module_files)', |
281 '<@(generated_modules_files)', | 285 '<@(generated_modules_files)', |
282 'InitModules.cpp', | 286 'InitModules.cpp', |
283 'InitModules.h', | 287 'InitModules.h', |
284 'battery/BatteryDispatcher.cpp', | 288 'battery/BatteryDispatcher.cpp', |
285 'battery/BatteryDispatcher.h', | 289 'battery/BatteryDispatcher.h', |
286 'battery/BatteryManager.cpp', | 290 'battery/BatteryManager.cpp', |
287 'battery/BatteryManager.h', | 291 'battery/BatteryManager.h', |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'indexeddb/IDBRequestTest.cpp', | 971 'indexeddb/IDBRequestTest.cpp', |
968 'indexeddb/IDBTransactionTest.cpp', | 972 'indexeddb/IDBTransactionTest.cpp', |
969 'websockets/WebSocketDeflaterTest.cpp', | 973 'websockets/WebSocketDeflaterTest.cpp', |
970 'websockets/WebSocketExtensionDispatcherTest.cpp', | 974 'websockets/WebSocketExtensionDispatcherTest.cpp', |
971 'websockets/WebSocketExtensionParserTest.cpp', | 975 'websockets/WebSocketExtensionParserTest.cpp', |
972 'websockets/WebSocketPerMessageDeflateTest.cpp', | 976 'websockets/WebSocketPerMessageDeflateTest.cpp', |
973 'websockets/WebSocketTest.cpp', | 977 'websockets/WebSocketTest.cpp', |
974 ], | 978 ], |
975 }, | 979 }, |
976 } | 980 } |
OLD | NEW |