OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//third_party/WebKit/Source/bindings/bindings.gni") | 5 import("//third_party/WebKit/Source/bindings/bindings.gni") |
6 | 6 |
7 # The paths in this file are absolute since this file is imported and the | 7 # The paths in this file are absolute since this file is imported and the |
8 # file lists must be valid from multple "current directories". | 8 # file lists must be valid from multple "current directories". |
9 | 9 |
10 bindings_modules_output_dir = "$bindings_output_dir/modules" | 10 bindings_modules_output_dir = "$bindings_output_dir/modules" |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "webgl/OESTextureHalfFloatLinear.idl", | 312 "webgl/OESTextureHalfFloatLinear.idl", |
313 "webgl/OESVertexArrayObject.idl", | 313 "webgl/OESVertexArrayObject.idl", |
314 "webgl/WebGL2RenderingContext.idl", | 314 "webgl/WebGL2RenderingContext.idl", |
315 "webgl/WebGLActiveInfo.idl", | 315 "webgl/WebGLActiveInfo.idl", |
316 "webgl/WebGLBuffer.idl", | 316 "webgl/WebGLBuffer.idl", |
317 "webgl/WebGLCompressedTextureASTC.idl", | 317 "webgl/WebGLCompressedTextureASTC.idl", |
318 "webgl/WebGLCompressedTextureATC.idl", | 318 "webgl/WebGLCompressedTextureATC.idl", |
319 "webgl/WebGLCompressedTextureETC1.idl", | 319 "webgl/WebGLCompressedTextureETC1.idl", |
320 "webgl/WebGLCompressedTexturePVRTC.idl", | 320 "webgl/WebGLCompressedTexturePVRTC.idl", |
321 "webgl/WebGLCompressedTextureS3TC.idl", | 321 "webgl/WebGLCompressedTextureS3TC.idl", |
| 322 "webgl/WebGLCompressedTextureS3TCsRGB.idl", |
322 "webgl/WebGLContextEvent.idl", | 323 "webgl/WebGLContextEvent.idl", |
323 "webgl/WebGLDebugRendererInfo.idl", | 324 "webgl/WebGLDebugRendererInfo.idl", |
324 "webgl/WebGLDebugShaders.idl", | 325 "webgl/WebGLDebugShaders.idl", |
325 "webgl/WebGLDepthTexture.idl", | 326 "webgl/WebGLDepthTexture.idl", |
326 "webgl/WebGLDrawBuffers.idl", | 327 "webgl/WebGLDrawBuffers.idl", |
327 "webgl/WebGLFramebuffer.idl", | 328 "webgl/WebGLFramebuffer.idl", |
328 "webgl/WebGLLoseContext.idl", | 329 "webgl/WebGLLoseContext.idl", |
329 "webgl/WebGLProgram.idl", | 330 "webgl/WebGLProgram.idl", |
330 "webgl/WebGLQuery.idl", | 331 "webgl/WebGLQuery.idl", |
331 "webgl/WebGLRenderbuffer.idl", | 332 "webgl/WebGLRenderbuffer.idl", |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 803 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
803 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 805 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
805 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 807 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
807 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 808 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
808 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 809 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
809 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 811 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
811 ] | 812 ] |
OLD | NEW |