OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
5 ], | 5 ], |
6 'variables': { | 6 'variables': { |
7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
8 # | 8 # |
9 # 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 |
10 # 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 |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'speech/SpeechRecognitionError.idl', | 272 'speech/SpeechRecognitionError.idl', |
273 'speech/SpeechRecognitionEvent.idl', | 273 'speech/SpeechRecognitionEvent.idl', |
274 'speech/SpeechSynthesisEvent.idl', | 274 'speech/SpeechSynthesisEvent.idl', |
275 'webaudio/AudioProcessingEvent.idl', | 275 'webaudio/AudioProcessingEvent.idl', |
276 'webaudio/OfflineAudioCompletionEvent.idl', | 276 'webaudio/OfflineAudioCompletionEvent.idl', |
277 'webmidi/MIDIConnectionEvent.idl', | 277 'webmidi/MIDIConnectionEvent.idl', |
278 'webmidi/MIDIMessageEvent.idl', | 278 'webmidi/MIDIMessageEvent.idl', |
279 'websockets/CloseEvent.idl', | 279 'websockets/CloseEvent.idl', |
280 ], | 280 ], |
281 'modules_dictionary_idl_files': [ | 281 'modules_dictionary_idl_files': [ |
| 282 'notifications/NotificationOptions.idl', |
282 'webmidi/MIDIOptions.idl', | 283 'webmidi/MIDIOptions.idl', |
283 ], | 284 ], |
284 'generated_modules_files': [ | 285 'generated_modules_files': [ |
285 # .cpp files from make_modules_generated actions. | 286 # .cpp files from make_modules_generated actions. |
286 '<(blink_modules_output_dir)/EventModules.cpp', | 287 '<(blink_modules_output_dir)/EventModules.cpp', |
287 '<(blink_modules_output_dir)/EventModulesHeaders.h', | 288 '<(blink_modules_output_dir)/EventModulesHeaders.h', |
288 '<(blink_modules_output_dir)/EventModulesNames.cpp', | 289 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
289 '<(blink_modules_output_dir)/EventModulesNames.h', | 290 '<(blink_modules_output_dir)/EventModulesNames.h', |
290 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', | 291 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
291 '<(blink_modules_output_dir)/EventTargetModulesNames.h', | 292 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
292 '<(blink_modules_output_dir)/IndexedDBNames.cpp', | 293 '<(blink_modules_output_dir)/IndexedDBNames.cpp', |
293 '<(blink_modules_output_dir)/IndexedDBNames.h', | 294 '<(blink_modules_output_dir)/IndexedDBNames.h', |
294 ], | 295 ], |
295 'generated_modules_dictionary_files': [ | 296 'generated_modules_dictionary_files': [ |
| 297 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', |
| 298 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', |
296 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', | 299 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', |
297 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', | 300 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', |
298 ], | 301 ], |
299 'modules_files': [ | 302 'modules_files': [ |
300 '<@(extra_blink_module_files)', | 303 '<@(extra_blink_module_files)', |
301 '<@(generated_modules_dictionary_files)', | 304 '<@(generated_modules_dictionary_files)', |
302 '<@(generated_modules_files)', | 305 '<@(generated_modules_files)', |
303 'InitModules.cpp', | 306 'InitModules.cpp', |
304 'InitModules.h', | 307 'InitModules.h', |
305 'battery/BatteryDispatcher.cpp', | 308 'battery/BatteryDispatcher.cpp', |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1037 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1035 'websockets/DOMWebSocketTest.cpp', | 1038 'websockets/DOMWebSocketTest.cpp', |
1036 'websockets/NewWebSocketChannelImplTest.cpp', | 1039 'websockets/NewWebSocketChannelImplTest.cpp', |
1037 'websockets/WebSocketDeflaterTest.cpp', | 1040 'websockets/WebSocketDeflaterTest.cpp', |
1038 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1041 'websockets/WebSocketExtensionDispatcherTest.cpp', |
1039 'websockets/WebSocketExtensionParserTest.cpp', | 1042 'websockets/WebSocketExtensionParserTest.cpp', |
1040 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1043 'websockets/WebSocketPerMessageDeflateTest.cpp', |
1041 ], | 1044 ], |
1042 }, | 1045 }, |
1043 } | 1046 } |
OLD | NEW |