| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "webgl/OESTextureFloat.idl", | 310 "webgl/OESTextureFloat.idl", |
| 311 "webgl/OESTextureFloatLinear.idl", | 311 "webgl/OESTextureFloatLinear.idl", |
| 312 "webgl/OESTextureHalfFloat.idl", | 312 "webgl/OESTextureHalfFloat.idl", |
| 313 "webgl/OESTextureHalfFloatLinear.idl", | 313 "webgl/OESTextureHalfFloatLinear.idl", |
| 314 "webgl/OESVertexArrayObject.idl", | 314 "webgl/OESVertexArrayObject.idl", |
| 315 "webgl/WebGL2RenderingContext.idl", | 315 "webgl/WebGL2RenderingContext.idl", |
| 316 "webgl/WebGLActiveInfo.idl", | 316 "webgl/WebGLActiveInfo.idl", |
| 317 "webgl/WebGLBuffer.idl", | 317 "webgl/WebGLBuffer.idl", |
| 318 "webgl/WebGLCompressedTextureASTC.idl", | 318 "webgl/WebGLCompressedTextureASTC.idl", |
| 319 "webgl/WebGLCompressedTextureATC.idl", | 319 "webgl/WebGLCompressedTextureATC.idl", |
| 320 "webgl/WebGLCompressedTextureES30.idl", |
| 320 "webgl/WebGLCompressedTextureETC1.idl", | 321 "webgl/WebGLCompressedTextureETC1.idl", |
| 321 "webgl/WebGLCompressedTexturePVRTC.idl", | 322 "webgl/WebGLCompressedTexturePVRTC.idl", |
| 322 "webgl/WebGLCompressedTextureS3TC.idl", | 323 "webgl/WebGLCompressedTextureS3TC.idl", |
| 323 "webgl/WebGLCompressedTextureS3TCsRGB.idl", | 324 "webgl/WebGLCompressedTextureS3TCsRGB.idl", |
| 324 "webgl/WebGLContextEvent.idl", | 325 "webgl/WebGLContextEvent.idl", |
| 325 "webgl/WebGLDebugRendererInfo.idl", | 326 "webgl/WebGLDebugRendererInfo.idl", |
| 326 "webgl/WebGLDebugShaders.idl", | 327 "webgl/WebGLDebugShaders.idl", |
| 327 "webgl/WebGLDepthTexture.idl", | 328 "webgl/WebGLDepthTexture.idl", |
| 328 "webgl/WebGLDrawBuffers.idl", | 329 "webgl/WebGLDrawBuffers.idl", |
| 329 "webgl/WebGLFramebuffer.idl", | 330 "webgl/WebGLFramebuffer.idl", |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 859 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 859 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 861 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 861 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 863 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 863 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 864 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 864 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 865 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 865 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 867 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 867 ] | 868 ] |
| OLD | NEW |