| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'webusb/USBConnectionEvent.idl', | 317 'webusb/USBConnectionEvent.idl', |
| 318 'webusb/USBDevice.idl', | 318 'webusb/USBDevice.idl', |
| 319 'webusb/USBInTransferResult.idl', | 319 'webusb/USBInTransferResult.idl', |
| 320 'webusb/USBInterface.idl', | 320 'webusb/USBInterface.idl', |
| 321 'webusb/USBIsochronousInTransferPacket.idl', | 321 'webusb/USBIsochronousInTransferPacket.idl', |
| 322 'webusb/USBIsochronousInTransferResult.idl', | 322 'webusb/USBIsochronousInTransferResult.idl', |
| 323 'webusb/USBIsochronousOutTransferPacket.idl', | 323 'webusb/USBIsochronousOutTransferPacket.idl', |
| 324 'webusb/USBIsochronousOutTransferResult.idl', | 324 'webusb/USBIsochronousOutTransferResult.idl', |
| 325 'webusb/USBOutTransferResult.idl', | 325 'webusb/USBOutTransferResult.idl', |
| 326 'worklet/Worklet.idl', | 326 'worklet/Worklet.idl', |
| 327 'worklet/WorkletConsole.idl', | |
| 328 'worklet/WorkletGlobalScope.idl', | 327 'worklet/WorkletGlobalScope.idl', |
| 329 ], | 328 ], |
| 330 # 'partial interface' or target (right side of) 'implements' | 329 # 'partial interface' or target (right side of) 'implements' |
| 331 'modules_dependency_idl_files': [ | 330 'modules_dependency_idl_files': [ |
| 332 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', | 331 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', |
| 333 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 332 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
| 334 'background_sync/ServiceWorkerRegistrationSync.idl', | 333 'background_sync/ServiceWorkerRegistrationSync.idl', |
| 335 'battery/NavigatorBattery.idl', | 334 'battery/NavigatorBattery.idl', |
| 336 'beacon/NavigatorBeacon.idl', | 335 'beacon/NavigatorBeacon.idl', |
| 337 'bluetooth/NavigatorBluetooth.idl', | 336 'bluetooth/NavigatorBluetooth.idl', |
| (...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1895 'webusb/USBInTransferResult.h', | 1894 'webusb/USBInTransferResult.h', |
| 1896 'webusb/USBInterface.cpp', | 1895 'webusb/USBInterface.cpp', |
| 1897 'webusb/USBInterface.h', | 1896 'webusb/USBInterface.h', |
| 1898 'webusb/USBIsochronousInTransferPacket.h', | 1897 'webusb/USBIsochronousInTransferPacket.h', |
| 1899 'webusb/USBIsochronousInTransferResult.h', | 1898 'webusb/USBIsochronousInTransferResult.h', |
| 1900 'webusb/USBIsochronousOutTransferPacket.h', | 1899 'webusb/USBIsochronousOutTransferPacket.h', |
| 1901 'webusb/USBIsochronousOutTransferResult.h', | 1900 'webusb/USBIsochronousOutTransferResult.h', |
| 1902 'webusb/USBOutTransferResult.h', | 1901 'webusb/USBOutTransferResult.h', |
| 1903 'worklet/Worklet.cpp', | 1902 'worklet/Worklet.cpp', |
| 1904 'worklet/Worklet.h', | 1903 'worklet/Worklet.h', |
| 1905 'worklet/WorkletConsole.cpp', | |
| 1906 'worklet/WorkletConsole.h', | |
| 1907 'worklet/WorkletGlobalScope.cpp', | 1904 'worklet/WorkletGlobalScope.cpp', |
| 1908 'worklet/WorkletGlobalScope.h', | 1905 'worklet/WorkletGlobalScope.h', |
| 1909 ], | 1906 ], |
| 1910 # 'partial interface' or target (right side of) 'implements' | 1907 # 'partial interface' or target (right side of) 'implements' |
| 1911 'modules_testing_dependency_idl_files' : [ | 1908 'modules_testing_dependency_idl_files' : [ |
| 1912 'accessibility/testing/InternalsAccessibility.idl', | 1909 'accessibility/testing/InternalsAccessibility.idl', |
| 1913 'geolocation/testing/InternalsGeolocation.idl', | 1910 'geolocation/testing/InternalsGeolocation.idl', |
| 1914 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1911 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1915 'serviceworkers/testing/InternalsServiceWorker.idl', | 1912 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1916 'speech/testing/InternalsSpeechSynthesis.idl', | 1913 'speech/testing/InternalsSpeechSynthesis.idl', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1985 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1982 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1986 'webaudio/ConvolverNodeTest.cpp', | 1983 'webaudio/ConvolverNodeTest.cpp', |
| 1987 'webaudio/DynamicsCompressorNodeTest.cpp', | 1984 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1988 'webaudio/ScriptProcessorNodeTest.cpp', | 1985 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1989 'webaudio/StereoPannerNodeTest.cpp', | 1986 'webaudio/StereoPannerNodeTest.cpp', |
| 1990 'websockets/DOMWebSocketTest.cpp', | 1987 'websockets/DOMWebSocketTest.cpp', |
| 1991 'websockets/DocumentWebSocketChannelTest.cpp', | 1988 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1992 ], | 1989 ], |
| 1993 }, | 1990 }, |
| 1994 } | 1991 } |
| OLD | NEW |