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