| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "webgl/WebGLCompressedTextureETC1.idl", | 339 "webgl/WebGLCompressedTextureETC1.idl", |
| 340 "webgl/WebGLCompressedTexturePVRTC.idl", | 340 "webgl/WebGLCompressedTexturePVRTC.idl", |
| 341 "webgl/WebGLCompressedTextureS3TC.idl", | 341 "webgl/WebGLCompressedTextureS3TC.idl", |
| 342 "webgl/WebGLCompressedTextureS3TCsRGB.idl", | 342 "webgl/WebGLCompressedTextureS3TCsRGB.idl", |
| 343 "webgl/WebGLContextEvent.idl", | 343 "webgl/WebGLContextEvent.idl", |
| 344 "webgl/WebGLDebugRendererInfo.idl", | 344 "webgl/WebGLDebugRendererInfo.idl", |
| 345 "webgl/WebGLDebugShaders.idl", | 345 "webgl/WebGLDebugShaders.idl", |
| 346 "webgl/WebGLDepthTexture.idl", | 346 "webgl/WebGLDepthTexture.idl", |
| 347 "webgl/WebGLDrawBuffers.idl", | 347 "webgl/WebGLDrawBuffers.idl", |
| 348 "webgl/WebGLFramebuffer.idl", | 348 "webgl/WebGLFramebuffer.idl", |
| 349 "webgl/WebGLGetBufferSubDataAsync.idl", |
| 349 "webgl/WebGLLoseContext.idl", | 350 "webgl/WebGLLoseContext.idl", |
| 350 "webgl/WebGLProgram.idl", | 351 "webgl/WebGLProgram.idl", |
| 351 "webgl/WebGLQuery.idl", | 352 "webgl/WebGLQuery.idl", |
| 352 "webgl/WebGLRenderbuffer.idl", | 353 "webgl/WebGLRenderbuffer.idl", |
| 353 "webgl/WebGLRenderingContext.idl", | 354 "webgl/WebGLRenderingContext.idl", |
| 354 "webgl/WebGLSampler.idl", | 355 "webgl/WebGLSampler.idl", |
| 355 "webgl/WebGLShader.idl", | 356 "webgl/WebGLShader.idl", |
| 356 "webgl/WebGLShaderPrecisionFormat.idl", | 357 "webgl/WebGLShaderPrecisionFormat.idl", |
| 357 "webgl/WebGLSync.idl", | 358 "webgl/WebGLSync.idl", |
| 358 "webgl/WebGLTexture.idl", | 359 "webgl/WebGLTexture.idl", |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 946 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 946 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 947 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 947 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 948 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 948 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 949 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 949 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 950 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 950 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 951 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 951 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 952 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 952 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 953 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 953 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 954 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 954 ] | 955 ] |
| OLD | NEW |