| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "webdatabase/SQLResultSetRowList.idl", | 304 "webdatabase/SQLResultSetRowList.idl", |
| 305 "webdatabase/SQLStatementCallback.idl", | 305 "webdatabase/SQLStatementCallback.idl", |
| 306 "webdatabase/SQLStatementErrorCallback.idl", | 306 "webdatabase/SQLStatementErrorCallback.idl", |
| 307 "webdatabase/SQLTransaction.idl", | 307 "webdatabase/SQLTransaction.idl", |
| 308 "webdatabase/SQLTransactionCallback.idl", | 308 "webdatabase/SQLTransactionCallback.idl", |
| 309 "webdatabase/SQLTransactionErrorCallback.idl", | 309 "webdatabase/SQLTransactionErrorCallback.idl", |
| 310 "webgl/ANGLEInstancedArrays.idl", | 310 "webgl/ANGLEInstancedArrays.idl", |
| 311 "webgl/EXTBlendMinMax.idl", | 311 "webgl/EXTBlendMinMax.idl", |
| 312 "webgl/EXTColorBufferFloat.idl", | 312 "webgl/EXTColorBufferFloat.idl", |
| 313 "webgl/EXTDisjointTimerQuery.idl", | 313 "webgl/EXTDisjointTimerQuery.idl", |
| 314 "webgl/EXTDisjointTimerQueryWebGL2.idl", |
| 314 "webgl/EXTFragDepth.idl", | 315 "webgl/EXTFragDepth.idl", |
| 315 "webgl/EXTShaderTextureLOD.idl", | 316 "webgl/EXTShaderTextureLOD.idl", |
| 316 "webgl/EXTTextureFilterAnisotropic.idl", | 317 "webgl/EXTTextureFilterAnisotropic.idl", |
| 317 "webgl/EXTsRGB.idl", | 318 "webgl/EXTsRGB.idl", |
| 318 "webgl/OESElementIndexUint.idl", | 319 "webgl/OESElementIndexUint.idl", |
| 319 "webgl/OESStandardDerivatives.idl", | 320 "webgl/OESStandardDerivatives.idl", |
| 320 "webgl/OESTextureFloat.idl", | 321 "webgl/OESTextureFloat.idl", |
| 321 "webgl/OESTextureFloatLinear.idl", | 322 "webgl/OESTextureFloatLinear.idl", |
| 322 "webgl/OESTextureHalfFloat.idl", | 323 "webgl/OESTextureHalfFloat.idl", |
| 323 "webgl/OESTextureHalfFloatLinear.idl", | 324 "webgl/OESTextureHalfFloatLinear.idl", |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 889 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 889 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 890 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 890 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 891 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 891 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 892 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 892 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 893 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 893 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 894 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 894 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 895 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 895 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 896 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 896 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 897 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 897 ] | 898 ] |
| OLD | NEW |