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

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

Issue 2569863005: Move getBufferSubDataAsync to an extension (Closed)
Patch Set: fixup Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698