|
214 | 214 | 'webmidi/MIDISuccessCallback.idl',
|
215 | 215 | 'websockets/CloseEvent.idl',
|
216 | 216 | 'websockets/WebSocket.idl',
|
| 217 | + 'webcl/WebCL.idl', |
| 218 | + 'webcl/WebCLBuffer.idl', |
| 219 | + 'webcl/WebCLCallback.idl', |
| 220 | + 'webcl/WebCLCommandQueue.idl', |
| 221 | + 'webcl/WebCLContext.idl', |
| 222 | + 'webcl/WebCLDevice.idl', |
| 223 | + 'webcl/WebCLException.idl', |
| 224 | + 'webcl/WebCLEvent.idl', |
| 225 | + 'webcl/WebCLImage.idl', |
| 226 | + 'webcl/WebCLKernel.idl', |
| 227 | + 'webcl/WebCLKernelArgInfo.idl', |
| 228 | + 'webcl/WebCLMemoryObject.idl', |
| 229 | + 'webcl/WebCLPlatform.idl', |
| 230 | + 'webcl/WebCLProgram.idl', |
| 231 | + 'webcl/WebCLSampler.idl', |
| 232 | + 'webcl/WebCLUserEvent.idl' |
217 | 233 | ],
|
218 | 234 | # 'partial interface' or target (right side of) 'implements'
|
219 | 235 | 'modules_dependency_idl_files': [
|
|
269 | 285 | 'speech/WindowSpeechSynthesis.idl',
|
270 | 286 | 'vibration/NavigatorVibration.idl',
|
271 | 287 | 'webaudio/WindowWebAudio.idl',
|
| 288 | + 'webcl/WindowWebCL.idl', |
272 | 289 | 'webdatabase/WindowWebDatabase.idl',
|
273 | 290 | 'webmidi/NavigatorWebMIDI.idl',
|
274 | 291 | ],
|
|
331 | 348 | 'serviceworkers/RegistrationOptions.idl',
|
332 | 349 | 'speech/SpeechRecognitionErrorInit.idl',
|
333 | 350 | 'speech/SpeechRecognitionEventInit.idl',
|
| 351 | + 'webcl/WebCLImageDescriptor.idl', |
334 | 352 | 'webmidi/MIDIConnectionEventInit.idl',
|
335 | 353 | 'webmidi/MIDIMessageEventInit.idl',
|
336 | 354 | 'webmidi/MIDIOptions.idl',
|
|
410 | 428 | '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp',
|
411 | 429 | '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
|
412 | 430 | '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
|
| 431 | + '<(blink_modules_output_dir)/webcl/WebCLImageDescriptor.cpp', |
| 432 | + '<(blink_modules_output_dir)/webcl/WebCLImageDescriptor.h', |
413 | 433 | '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp',
|
414 | 434 | '<(blink_modules_output_dir)/websockets/CloseEventInit.h',
|
415 | 435 | ],
|
|
1081 | 1101 | 'webaudio/WaveShaperNode.h',
|
1082 | 1102 | 'webaudio/WaveShaperProcessor.cpp',
|
1083 | 1103 | 'webaudio/WaveShaperProcessor.h',
|
| 1104 | + 'webcl/DOMWindowWebCL.cpp', |
| 1105 | + 'webcl/DOMWindowWebCL.h', |
| 1106 | + 'webcl/WebCL.cpp', |
| 1107 | + 'webcl/WebCL.h', |
| 1108 | + 'webcl/WebCLBuffer.cpp', |
| 1109 | + 'webcl/WebCLBuffer.h', |
| 1110 | + 'webcl/WebCLCallback.h', |
| 1111 | + 'webcl/WebCLCommandQueue.cpp', |
| 1112 | + 'webcl/WebCLCommandQueue.h', |
| 1113 | + 'webcl/WebCLConfig.h', |
| 1114 | + 'webcl/WebCLContext.cpp', |
| 1115 | + 'webcl/WebCLContext.h', |
| 1116 | + 'webcl/WebCLDevice.cpp', |
| 1117 | + 'webcl/WebCLDevice.h', |
| 1118 | + 'webcl/WebCLException.cpp', |
| 1119 | + 'webcl/WebCLException.h', |
| 1120 | + 'webcl/WebCLExtension.cpp', |
| 1121 | + 'webcl/WebCLExtension.h', |
| 1122 | + 'webcl/WebCLEvent.cpp', |
| 1123 | + 'webcl/WebCLEvent.h', |
| 1124 | + 'webcl/WebCLHTMLUtil.cpp', |
| 1125 | + 'webcl/WebCLHTMLUtil.h', |
| 1126 | + 'webcl/WebCLImage.cpp', |
| 1127 | + 'webcl/WebCLImage.h', |
| 1128 | + 'webcl/WebCLInputChecker.cpp', |
| 1129 | + 'webcl/WebCLInputChecker.h', |
| 1130 | + 'webcl/WebCLKernel.cpp', |
| 1131 | + 'webcl/WebCLKernel.h', |
| 1132 | + 'webcl/WebCLKernelArgInfo.h', |
| 1133 | + 'webcl/WebCLKernelArgInfoProvider.cpp', |
| 1134 | + 'webcl/WebCLKernelArgInfoProvider.h', |
| 1135 | + 'webcl/WebCLMemoryUtil.cpp', |
| 1136 | + 'webcl/WebCLMemoryUtil.h', |
| 1137 | + 'webcl/WebCLMemoryObject.cpp', |
| 1138 | + 'webcl/WebCLMemoryObject.h', |
| 1139 | + 'webcl/WebCLObject.cpp', |
| 1140 | + 'webcl/WebCLObject.h', |
| 1141 | + 'webcl/WebCLOpenCL.cpp', |
| 1142 | + 'webcl/WebCLOpenCL.h', |
| 1143 | + 'webcl/WebCLPlatform.cpp', |
| 1144 | + 'webcl/WebCLPlatform.h', |
| 1145 | + 'webcl/WebCLProgram.cpp', |
| 1146 | + 'webcl/WebCLProgram.h', |
| 1147 | + 'webcl/WebCLSampler.cpp', |
| 1148 | + 'webcl/WebCLSampler.h', |
| 1149 | + 'webcl/WebCLUserEvent.cpp', |
| 1150 | + 'webcl/WebCLUserEvent.h', |
1084 | 1151 | 'webdatabase/ChangeVersionData.h',
|
1085 | 1152 | 'webdatabase/ChangeVersionWrapper.cpp',
|
1086 | 1153 | 'webdatabase/ChangeVersionWrapper.h',
|
|
0 commit comments