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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'webaudio/GainNode.idl', | 177 'webaudio/GainNode.idl', |
178 'webaudio/MediaElementAudioSourceNode.idl', | 178 'webaudio/MediaElementAudioSourceNode.idl', |
179 'webaudio/MediaStreamAudioDestinationNode.idl', | 179 'webaudio/MediaStreamAudioDestinationNode.idl', |
180 'webaudio/MediaStreamAudioSourceNode.idl', | 180 'webaudio/MediaStreamAudioSourceNode.idl', |
181 'webaudio/OfflineAudioCompletionEvent.idl', | 181 'webaudio/OfflineAudioCompletionEvent.idl', |
182 'webaudio/OfflineAudioContext.idl', | 182 'webaudio/OfflineAudioContext.idl', |
183 'webaudio/OscillatorNode.idl', | 183 'webaudio/OscillatorNode.idl', |
184 'webaudio/PannerNode.idl', | 184 'webaudio/PannerNode.idl', |
185 'webaudio/PeriodicWave.idl', | 185 'webaudio/PeriodicWave.idl', |
186 'webaudio/ScriptProcessorNode.idl', | 186 'webaudio/ScriptProcessorNode.idl', |
| 187 'webaudio/StereoPannerNode.idl', |
187 'webaudio/WaveShaperNode.idl', | 188 'webaudio/WaveShaperNode.idl', |
188 'webdatabase/Database.idl', | 189 'webdatabase/Database.idl', |
189 'webdatabase/DatabaseCallback.idl', | 190 'webdatabase/DatabaseCallback.idl', |
190 'webdatabase/SQLError.idl', | 191 'webdatabase/SQLError.idl', |
191 'webdatabase/SQLResultSet.idl', | 192 'webdatabase/SQLResultSet.idl', |
192 'webdatabase/SQLResultSetRowList.idl', | 193 'webdatabase/SQLResultSetRowList.idl', |
193 'webdatabase/SQLStatementCallback.idl', | 194 'webdatabase/SQLStatementCallback.idl', |
194 'webdatabase/SQLStatementErrorCallback.idl', | 195 'webdatabase/SQLStatementErrorCallback.idl', |
195 'webdatabase/SQLTransaction.idl', | 196 'webdatabase/SQLTransaction.idl', |
196 'webdatabase/SQLTransactionCallback.idl', | 197 'webdatabase/SQLTransactionCallback.idl', |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'webaudio/OscillatorNode.cpp', | 969 'webaudio/OscillatorNode.cpp', |
969 'webaudio/OscillatorNode.h', | 970 'webaudio/OscillatorNode.h', |
970 'webaudio/PannerNode.cpp', | 971 'webaudio/PannerNode.cpp', |
971 'webaudio/PannerNode.h', | 972 'webaudio/PannerNode.h', |
972 'webaudio/PeriodicWave.cpp', | 973 'webaudio/PeriodicWave.cpp', |
973 'webaudio/PeriodicWave.h', | 974 'webaudio/PeriodicWave.h', |
974 'webaudio/RealtimeAnalyser.cpp', | 975 'webaudio/RealtimeAnalyser.cpp', |
975 'webaudio/RealtimeAnalyser.h', | 976 'webaudio/RealtimeAnalyser.h', |
976 'webaudio/ScriptProcessorNode.cpp', | 977 'webaudio/ScriptProcessorNode.cpp', |
977 'webaudio/ScriptProcessorNode.h', | 978 'webaudio/ScriptProcessorNode.h', |
| 979 'webaudio/StereoPannerNode.cpp', |
| 980 'webaudio/StereoPannerNode.h', |
978 'webaudio/WaveShaperDSPKernel.cpp', | 981 'webaudio/WaveShaperDSPKernel.cpp', |
979 'webaudio/WaveShaperDSPKernel.h', | 982 'webaudio/WaveShaperDSPKernel.h', |
980 'webaudio/WaveShaperNode.cpp', | 983 'webaudio/WaveShaperNode.cpp', |
981 'webaudio/WaveShaperNode.h', | 984 'webaudio/WaveShaperNode.h', |
982 'webaudio/WaveShaperProcessor.cpp', | 985 'webaudio/WaveShaperProcessor.cpp', |
983 'webaudio/WaveShaperProcessor.h', | 986 'webaudio/WaveShaperProcessor.h', |
984 'webdatabase/ChangeVersionData.h', | 987 'webdatabase/ChangeVersionData.h', |
985 'webdatabase/ChangeVersionWrapper.cpp', | 988 'webdatabase/ChangeVersionWrapper.cpp', |
986 'webdatabase/ChangeVersionWrapper.h', | 989 'webdatabase/ChangeVersionWrapper.h', |
987 'webdatabase/DOMWindowWebDatabase.cpp', | 990 'webdatabase/DOMWindowWebDatabase.cpp', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 'serviceworkers/CacheTest.cpp', | 1119 'serviceworkers/CacheTest.cpp', |
1117 'serviceworkers/FetchResponseDataTest.cpp', | 1120 'serviceworkers/FetchResponseDataTest.cpp', |
1118 'serviceworkers/RequestTest.cpp', | 1121 'serviceworkers/RequestTest.cpp', |
1119 'serviceworkers/ResponseTest.cpp', | 1122 'serviceworkers/ResponseTest.cpp', |
1120 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1123 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1121 'websockets/DOMWebSocketTest.cpp', | 1124 'websockets/DOMWebSocketTest.cpp', |
1122 'websockets/DocumentWebSocketChannelTest.cpp', | 1125 'websockets/DocumentWebSocketChannelTest.cpp', |
1123 ], | 1126 ], |
1124 }, | 1127 }, |
1125 } | 1128 } |
OLD | NEW |