| 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 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 'webusb/USBInterface.cpp', | 1975 'webusb/USBInterface.cpp', |
| 1976 'webusb/USBInterface.h', | 1976 'webusb/USBInterface.h', |
| 1977 'webusb/USBIsochronousInTransferPacket.h', | 1977 'webusb/USBIsochronousInTransferPacket.h', |
| 1978 'webusb/USBIsochronousInTransferResult.h', | 1978 'webusb/USBIsochronousInTransferResult.h', |
| 1979 'webusb/USBIsochronousOutTransferPacket.h', | 1979 'webusb/USBIsochronousOutTransferPacket.h', |
| 1980 'webusb/USBIsochronousOutTransferResult.h', | 1980 'webusb/USBIsochronousOutTransferResult.h', |
| 1981 'webusb/USBOutTransferResult.h', | 1981 'webusb/USBOutTransferResult.h', |
| 1982 'worklet/ThreadedWorkletGlobalScopeProxy.h', | 1982 'worklet/ThreadedWorkletGlobalScopeProxy.h', |
| 1983 'worklet/Worklet.cpp', | 1983 'worklet/Worklet.cpp', |
| 1984 'worklet/Worklet.h', | 1984 'worklet/Worklet.h', |
| 1985 'worklet/WorkletScriptLoader.cpp', |
| 1986 'worklet/WorkletScriptLoader.h', |
| 1985 ], | 1987 ], |
| 1986 # 'partial interface' or target (right side of) 'implements' | 1988 # 'partial interface' or target (right side of) 'implements' |
| 1987 'modules_testing_dependency_idl_files' : [ | 1989 'modules_testing_dependency_idl_files' : [ |
| 1988 'accessibility/testing/InternalsAccessibility.idl', | 1990 'accessibility/testing/InternalsAccessibility.idl', |
| 1989 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 1991 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 1990 'peerconnection/testing/InternalsRTCCertificate.idl', | 1992 'peerconnection/testing/InternalsRTCCertificate.idl', |
| 1991 'serviceworkers/testing/InternalsServiceWorker.idl', | 1993 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 1992 'speech/testing/InternalsSpeechSynthesis.idl', | 1994 'speech/testing/InternalsSpeechSynthesis.idl', |
| 1993 'vibration/testing/InternalsVibration.idl', | 1995 'vibration/testing/InternalsVibration.idl', |
| 1994 'webaudio/testing/InternalsWebAudio.idl', | 1996 'webaudio/testing/InternalsWebAudio.idl', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2068 'webaudio/ConvolverNodeTest.cpp', | 2070 'webaudio/ConvolverNodeTest.cpp', |
| 2069 'webaudio/DynamicsCompressorNodeTest.cpp', | 2071 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2070 'webaudio/ScriptProcessorNodeTest.cpp', | 2072 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2071 'webaudio/StereoPannerNodeTest.cpp', | 2073 'webaudio/StereoPannerNodeTest.cpp', |
| 2072 'webdatabase/QuotaTrackerTest.cpp', | 2074 'webdatabase/QuotaTrackerTest.cpp', |
| 2073 'websockets/DOMWebSocketTest.cpp', | 2075 'websockets/DOMWebSocketTest.cpp', |
| 2074 'websockets/DocumentWebSocketChannelTest.cpp', | 2076 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2075 ], | 2077 ], |
| 2076 }, | 2078 }, |
| 2077 } | 2079 } |
| OLD | NEW |