| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'webusb/USBConnectionEvent.idl', | 318 'webusb/USBConnectionEvent.idl', |
| 319 'webusb/USBDevice.idl', | 319 'webusb/USBDevice.idl', |
| 320 'webusb/USBInTransferResult.idl', | 320 'webusb/USBInTransferResult.idl', |
| 321 'webusb/USBInterface.idl', | 321 'webusb/USBInterface.idl', |
| 322 'webusb/USBIsochronousInTransferPacket.idl', | 322 'webusb/USBIsochronousInTransferPacket.idl', |
| 323 'webusb/USBIsochronousInTransferResult.idl', | 323 'webusb/USBIsochronousInTransferResult.idl', |
| 324 'webusb/USBIsochronousOutTransferPacket.idl', | 324 'webusb/USBIsochronousOutTransferPacket.idl', |
| 325 'webusb/USBIsochronousOutTransferResult.idl', | 325 'webusb/USBIsochronousOutTransferResult.idl', |
| 326 'webusb/USBOutTransferResult.idl', | 326 'webusb/USBOutTransferResult.idl', |
| 327 'worklet/Worklet.idl', | 327 'worklet/Worklet.idl', |
| 328 'worklet/WorkletConsole.idl', | |
| 329 'worklet/WorkletGlobalScope.idl', | 328 'worklet/WorkletGlobalScope.idl', |
| 330 ], | 329 ], |
| 331 # 'partial interface' or target (right side of) 'implements' | 330 # 'partial interface' or target (right side of) 'implements' |
| 332 'modules_dependency_idl_files': [ | 331 'modules_dependency_idl_files': [ |
| 333 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', | 332 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', |
| 334 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 333 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
| 335 'background_sync/ServiceWorkerRegistrationSync.idl', | 334 'background_sync/ServiceWorkerRegistrationSync.idl', |
| 336 'battery/NavigatorBattery.idl', | 335 'battery/NavigatorBattery.idl', |
| 337 'beacon/NavigatorBeacon.idl', | 336 'beacon/NavigatorBeacon.idl', |
| 338 'bluetooth/NavigatorBluetooth.idl', | 337 'bluetooth/NavigatorBluetooth.idl', |
| (...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1910 'webusb/USBInTransferResult.h', | 1909 'webusb/USBInTransferResult.h', |
| 1911 'webusb/USBInterface.cpp', | 1910 'webusb/USBInterface.cpp', |
| 1912 'webusb/USBInterface.h', | 1911 'webusb/USBInterface.h', |
| 1913 'webusb/USBIsochronousInTransferPacket.h', | 1912 'webusb/USBIsochronousInTransferPacket.h', |
| 1914 'webusb/USBIsochronousInTransferResult.h', | 1913 'webusb/USBIsochronousInTransferResult.h', |
| 1915 'webusb/USBIsochronousOutTransferPacket.h', | 1914 'webusb/USBIsochronousOutTransferPacket.h', |
| 1916 'webusb/USBIsochronousOutTransferResult.h', | 1915 'webusb/USBIsochronousOutTransferResult.h', |
| 1917 'webusb/USBOutTransferResult.h', | 1916 'webusb/USBOutTransferResult.h', |
| 1918 'worklet/Worklet.cpp', | 1917 'worklet/Worklet.cpp', |
| 1919 'worklet/Worklet.h', | 1918 'worklet/Worklet.h', |
| 1920 'worklet/WorkletConsole.cpp', | |
| 1921 'worklet/WorkletConsole.h', | |
| 1922 'worklet/WorkletGlobalScope.cpp', | 1919 'worklet/WorkletGlobalScope.cpp', |
| 1923 'worklet/WorkletGlobalScope.h', | 1920 'worklet/WorkletGlobalScope.h', |
| 1924 ], | 1921 ], |
| 1925 # 'partial interface' or target (right side of) 'implements' | 1922 # 'partial interface' or target (right side of) 'implements' |
| 1926 'modules_testing_dependency_idl_files' : [ | 1923 'modules_testing_dependency_idl_files' : [ |
| 1927 'accessibility/testing/InternalsAccessibility.idl', | 1924 'accessibility/testing/InternalsAccessibility.idl', |
| 1928 'geolocation/testing/InternalsGeolocation.idl', | 1925 'geolocation/testing/InternalsGeolocation.idl', |
| 1929 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1926 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1930 'serviceworkers/testing/InternalsServiceWorker.idl', | 1927 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1931 'speech/testing/InternalsSpeechSynthesis.idl', | 1928 'speech/testing/InternalsSpeechSynthesis.idl', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2000 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1997 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2001 'webaudio/ConvolverNodeTest.cpp', | 1998 'webaudio/ConvolverNodeTest.cpp', |
| 2002 'webaudio/DynamicsCompressorNodeTest.cpp', | 1999 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2003 'webaudio/ScriptProcessorNodeTest.cpp', | 2000 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2004 'webaudio/StereoPannerNodeTest.cpp', | 2001 'webaudio/StereoPannerNodeTest.cpp', |
| 2005 'websockets/DOMWebSocketTest.cpp', | 2002 'websockets/DOMWebSocketTest.cpp', |
| 2006 'websockets/DocumentWebSocketChannelTest.cpp', | 2003 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2007 ], | 2004 ], |
| 2008 }, | 2005 }, |
| 2009 } | 2006 } |
| OLD | NEW |