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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'speech/SpeechRecognitionError.idl', | 269 'speech/SpeechRecognitionError.idl', |
270 'speech/SpeechRecognitionEvent.idl', | 270 'speech/SpeechRecognitionEvent.idl', |
271 'speech/SpeechSynthesisEvent.idl', | 271 'speech/SpeechSynthesisEvent.idl', |
272 'webaudio/AudioProcessingEvent.idl', | 272 'webaudio/AudioProcessingEvent.idl', |
273 'webaudio/OfflineAudioCompletionEvent.idl', | 273 'webaudio/OfflineAudioCompletionEvent.idl', |
274 'webmidi/MIDIConnectionEvent.idl', | 274 'webmidi/MIDIConnectionEvent.idl', |
275 'webmidi/MIDIMessageEvent.idl', | 275 'webmidi/MIDIMessageEvent.idl', |
276 'websockets/CloseEvent.idl', | 276 'websockets/CloseEvent.idl', |
277 ], | 277 ], |
278 'modules_dictionary_idl_files': [ | 278 'modules_dictionary_idl_files': [ |
| 279 'notifications/NotificationOptions.idl', |
279 'webmidi/MIDIOptions.idl', | 280 'webmidi/MIDIOptions.idl', |
280 ], | 281 ], |
281 'generated_modules_files': [ | 282 'generated_modules_files': [ |
282 # .cpp files from make_modules_generated actions. | 283 # .cpp files from make_modules_generated actions. |
283 '<(blink_modules_output_dir)/EventModules.cpp', | 284 '<(blink_modules_output_dir)/EventModules.cpp', |
284 '<(blink_modules_output_dir)/EventModulesHeaders.h', | 285 '<(blink_modules_output_dir)/EventModulesHeaders.h', |
285 '<(blink_modules_output_dir)/EventModulesNames.cpp', | 286 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
286 '<(blink_modules_output_dir)/EventModulesNames.h', | 287 '<(blink_modules_output_dir)/EventModulesNames.h', |
287 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', | 288 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
288 '<(blink_modules_output_dir)/EventTargetModulesNames.h', | 289 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
289 '<(blink_modules_output_dir)/IndexedDBNames.cpp', | 290 '<(blink_modules_output_dir)/IndexedDBNames.cpp', |
290 '<(blink_modules_output_dir)/IndexedDBNames.h', | 291 '<(blink_modules_output_dir)/IndexedDBNames.h', |
291 ], | 292 ], |
292 'generated_modules_dictionary_files': [ | 293 'generated_modules_dictionary_files': [ |
| 294 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', |
| 295 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', |
293 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', | 296 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', |
294 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', | 297 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', |
295 ], | 298 ], |
296 'modules_files': [ | 299 'modules_files': [ |
297 '<@(extra_blink_module_files)', | 300 '<@(extra_blink_module_files)', |
298 '<@(generated_modules_dictionary_files)', | 301 '<@(generated_modules_dictionary_files)', |
299 '<@(generated_modules_files)', | 302 '<@(generated_modules_files)', |
300 'InitModules.cpp', | 303 'InitModules.cpp', |
301 'InitModules.h', | 304 'InitModules.h', |
302 'battery/BatteryDispatcher.cpp', | 305 'battery/BatteryDispatcher.cpp', |
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1018 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1021 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1019 'websockets/DOMWebSocketTest.cpp', | 1022 'websockets/DOMWebSocketTest.cpp', |
1020 'websockets/NewWebSocketChannelImplTest.cpp', | 1023 'websockets/NewWebSocketChannelImplTest.cpp', |
1021 'websockets/WebSocketDeflaterTest.cpp', | 1024 'websockets/WebSocketDeflaterTest.cpp', |
1022 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1025 'websockets/WebSocketExtensionDispatcherTest.cpp', |
1023 'websockets/WebSocketExtensionParserTest.cpp', | 1026 'websockets/WebSocketExtensionParserTest.cpp', |
1024 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1027 'websockets/WebSocketPerMessageDeflateTest.cpp', |
1025 ], | 1028 ], |
1026 }, | 1029 }, |
1027 } | 1030 } |
OLD | NEW |