Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2437233002: Implement EXT_disjoint_timer_query_webgl2 (Closed)
Patch Set: fix logic again Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698