| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'webmidi/MIDIOutputMap.idl', | 290 'webmidi/MIDIOutputMap.idl', |
| 291 'webmidi/MIDIPort.idl', | 291 'webmidi/MIDIPort.idl', |
| 292 'websockets/CloseEvent.idl', | 292 'websockets/CloseEvent.idl', |
| 293 'websockets/WebSocket.idl', | 293 'websockets/WebSocket.idl', |
| 294 'webusb/USB.idl', | 294 'webusb/USB.idl', |
| 295 'webusb/USBAlternateInterface.idl', | 295 'webusb/USBAlternateInterface.idl', |
| 296 'webusb/USBEndpoint.idl', | 296 'webusb/USBEndpoint.idl', |
| 297 'webusb/USBConfiguration.idl', | 297 'webusb/USBConfiguration.idl', |
| 298 'webusb/USBConnectionEvent.idl', | 298 'webusb/USBConnectionEvent.idl', |
| 299 'webusb/USBDevice.idl', | 299 'webusb/USBDevice.idl', |
| 300 'webusb/USBInTransferResult.idl', |
| 300 'webusb/USBInterface.idl', | 301 'webusb/USBInterface.idl', |
| 302 'webusb/USBTransferStatus.idl', |
| 303 'webusb/USBOutTransferResult.idl', |
| 301 ], | 304 ], |
| 302 # 'partial interface' or target (right side of) 'implements' | 305 # 'partial interface' or target (right side of) 'implements' |
| 303 'modules_dependency_idl_files': [ | 306 'modules_dependency_idl_files': [ |
| 304 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', | 307 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', |
| 305 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 308 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
| 306 'background_sync/ServiceWorkerRegistrationSync.idl', | 309 'background_sync/ServiceWorkerRegistrationSync.idl', |
| 307 'battery/NavigatorBattery.idl', | 310 'battery/NavigatorBattery.idl', |
| 308 'beacon/NavigatorBeacon.idl', | 311 'beacon/NavigatorBeacon.idl', |
| 309 'bluetooth/NavigatorBluetooth.idl', | 312 'bluetooth/NavigatorBluetooth.idl', |
| 310 'cachestorage/WindowCacheStorage.idl', | 313 'cachestorage/WindowCacheStorage.idl', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'speech/SpeechRecognitionEventInit.idl', | 474 'speech/SpeechRecognitionEventInit.idl', |
| 472 'storage/StorageEventInit.idl', | 475 'storage/StorageEventInit.idl', |
| 473 'vr/VRFieldOfViewInit.idl', | 476 'vr/VRFieldOfViewInit.idl', |
| 474 'webgl/WebGLContextAttributes.idl', | 477 'webgl/WebGLContextAttributes.idl', |
| 475 'webgl/WebGLContextEventInit.idl', | 478 'webgl/WebGLContextEventInit.idl', |
| 476 'webmidi/MIDIConnectionEventInit.idl', | 479 'webmidi/MIDIConnectionEventInit.idl', |
| 477 'webmidi/MIDIMessageEventInit.idl', | 480 'webmidi/MIDIMessageEventInit.idl', |
| 478 'webmidi/MIDIOptions.idl', | 481 'webmidi/MIDIOptions.idl', |
| 479 'websockets/CloseEventInit.idl', | 482 'websockets/CloseEventInit.idl', |
| 480 'webusb/USBConnectionEventInit.idl', | 483 'webusb/USBConnectionEventInit.idl', |
| 484 'webusb/USBControlTransferParameters.idl', |
| 485 'webusb/USBDeviceFilter.idl', |
| 481 'webusb/USBDeviceRequestOptions.idl', | 486 'webusb/USBDeviceRequestOptions.idl', |
| 482 'webusb/USBDeviceFilter.idl', | |
| 483 ], | 487 ], |
| 484 'generated_modules_files': [ | 488 'generated_modules_files': [ |
| 485 # .cpp files from make_modules_generated actions. | 489 # .cpp files from make_modules_generated actions. |
| 486 '<(blink_modules_output_dir)/EventModules.cpp', | 490 '<(blink_modules_output_dir)/EventModules.cpp', |
| 487 '<(blink_modules_output_dir)/EventModulesHeaders.h', | 491 '<(blink_modules_output_dir)/EventModulesHeaders.h', |
| 488 '<(blink_modules_output_dir)/EventModulesNames.cpp', | 492 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
| 489 '<(blink_modules_output_dir)/EventModulesNames.h', | 493 '<(blink_modules_output_dir)/EventModulesNames.h', |
| 490 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', | 494 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
| 491 '<(blink_modules_output_dir)/EventTargetModulesNames.h', | 495 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
| 492 '<(blink_modules_output_dir)/IndexedDBNames.cpp', | 496 '<(blink_modules_output_dir)/IndexedDBNames.cpp', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', | 618 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', |
| 615 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', | 619 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', |
| 616 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', | 620 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', |
| 617 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', | 621 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', |
| 618 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', | 622 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', |
| 619 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', | 623 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', |
| 620 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp', | 624 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp', |
| 621 '<(blink_modules_output_dir)/websockets/CloseEventInit.h', | 625 '<(blink_modules_output_dir)/websockets/CloseEventInit.h', |
| 622 '<(blink_modules_output_dir)/webusb/USBConnectionEventInit.cpp', | 626 '<(blink_modules_output_dir)/webusb/USBConnectionEventInit.cpp', |
| 623 '<(blink_modules_output_dir)/webusb/USBConnectionEventInit.h', | 627 '<(blink_modules_output_dir)/webusb/USBConnectionEventInit.h', |
| 628 '<(blink_modules_output_dir)/webusb/USBControlTransferParameters.cpp', |
| 629 '<(blink_modules_output_dir)/webusb/USBControlTransferParameters.h', |
| 624 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.cpp', | 630 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.cpp', |
| 625 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.h', | 631 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.h', |
| 626 '<(blink_modules_output_dir)/webusb/USBDeviceRequestOptions.cpp', | 632 '<(blink_modules_output_dir)/webusb/USBDeviceRequestOptions.cpp', |
| 627 '<(blink_modules_output_dir)/webusb/USBDeviceRequestOptions.h', | 633 '<(blink_modules_output_dir)/webusb/USBDeviceRequestOptions.h', |
| 628 ], | 634 ], |
| 629 'modules_files': [ | 635 'modules_files': [ |
| 630 '<@(extra_blink_module_files)', | 636 '<@(extra_blink_module_files)', |
| 631 '<@(generated_modules_dictionary_files)', | 637 '<@(generated_modules_dictionary_files)', |
| 632 '<@(generated_modules_files)', | 638 '<@(generated_modules_files)', |
| 633 'InitModules.cpp', | 639 'InitModules.cpp', |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 'webusb/USBConnectionEvent.cpp', | 1730 'webusb/USBConnectionEvent.cpp', |
| 1725 'webusb/USBConnectionEvent.h', | 1731 'webusb/USBConnectionEvent.h', |
| 1726 'webusb/USBController.cpp', | 1732 'webusb/USBController.cpp', |
| 1727 'webusb/USBController.h', | 1733 'webusb/USBController.h', |
| 1728 'webusb/USBDevice.cpp', | 1734 'webusb/USBDevice.cpp', |
| 1729 'webusb/USBDevice.h', | 1735 'webusb/USBDevice.h', |
| 1730 'webusb/USBEndpoint.cpp', | 1736 'webusb/USBEndpoint.cpp', |
| 1731 'webusb/USBEndpoint.h', | 1737 'webusb/USBEndpoint.h', |
| 1732 'webusb/USBError.cpp', | 1738 'webusb/USBError.cpp', |
| 1733 'webusb/USBError.h', | 1739 'webusb/USBError.h', |
| 1740 'webusb/USBInTransferResult.h', |
| 1734 'webusb/USBInterface.cpp', | 1741 'webusb/USBInterface.cpp', |
| 1735 'webusb/USBInterface.h', | 1742 'webusb/USBInterface.h', |
| 1743 'webusb/USBOutTransferResult.h', |
| 1736 ], | 1744 ], |
| 1737 # 'partial interface' or target (right side of) 'implements' | 1745 # 'partial interface' or target (right side of) 'implements' |
| 1738 'modules_testing_dependency_idl_files' : [ | 1746 'modules_testing_dependency_idl_files' : [ |
| 1739 'accessibility/testing/InternalsAccessibility.idl', | 1747 'accessibility/testing/InternalsAccessibility.idl', |
| 1740 'geolocation/testing/InternalsGeolocation.idl', | 1748 'geolocation/testing/InternalsGeolocation.idl', |
| 1741 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1749 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1742 'serviceworkers/testing/InternalsServiceWorker.idl', | 1750 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1743 'speech/testing/InternalsSpeechSynthesis.idl', | 1751 'speech/testing/InternalsSpeechSynthesis.idl', |
| 1744 'vibration/testing/InternalsVibration.idl', | 1752 'vibration/testing/InternalsVibration.idl', |
| 1745 'webaudio/testing/InternalsWebAudio.idl', | 1753 'webaudio/testing/InternalsWebAudio.idl', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1795 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1803 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1796 'webaudio/ConvolverNodeTest.cpp', | 1804 'webaudio/ConvolverNodeTest.cpp', |
| 1797 'webaudio/DynamicsCompressorNodeTest.cpp', | 1805 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1798 'webaudio/ScriptProcessorNodeTest.cpp', | 1806 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1799 'webaudio/StereoPannerNodeTest.cpp', | 1807 'webaudio/StereoPannerNodeTest.cpp', |
| 1800 'websockets/DOMWebSocketTest.cpp', | 1808 'websockets/DOMWebSocketTest.cpp', |
| 1801 'websockets/DocumentWebSocketChannelTest.cpp', | 1809 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1802 ], | 1810 ], |
| 1803 }, | 1811 }, |
| 1804 } | 1812 } |
| OLD | NEW |