summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgpu/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgpu/idls.gni109
1 files changed, 0 insertions, 109 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgpu/idls.gni b/chromium/third_party/blink/renderer/modules/webgpu/idls.gni
deleted file mode 100644
index dbb3c55710f..00000000000
--- a/chromium/third_party/blink/renderer/modules/webgpu/idls.gni
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2020 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-modules_idl_files = [
- "gpu.idl",
- "gpu_adapter.idl",
- "gpu_bind_group.idl",
- "gpu_bind_group_layout.idl",
- "gpu_buffer.idl",
- "gpu_buffer_usage.idl",
- "gpu_canvas_context.idl",
- "gpu_color_write.idl",
- "gpu_command_buffer.idl",
- "gpu_command_encoder.idl",
- "gpu_compilation_info.idl",
- "gpu_compilation_message.idl",
- "gpu_compute_pass_encoder.idl",
- "gpu_compute_pipeline.idl",
- "gpu_device.idl",
- "gpu_device_lost_info.idl",
- "gpu_map_mode.idl",
- "gpu_out_of_memory_error.idl",
- "gpu_pipeline_layout.idl",
- "gpu_query_set.idl",
- "gpu_queue.idl",
- "gpu_render_bundle.idl",
- "gpu_render_bundle_encoder.idl",
- "gpu_render_pass_encoder.idl",
- "gpu_render_pipeline.idl",
- "gpu_sampler.idl",
- "gpu_shader_module.idl",
- "gpu_shader_stage.idl",
- "gpu_supported_features.idl",
- "gpu_swap_chain.idl",
- "gpu_texture.idl",
- "gpu_texture_usage.idl",
- "gpu_texture_view.idl",
- "gpu_uncaptured_error_event.idl",
- "gpu_validation_error.idl",
-]
-
-modules_dictionary_idl_files = [
- "gpu_bind_group_descriptor.idl",
- "gpu_bind_group_entry.idl",
- "gpu_bind_group_layout_descriptor.idl",
- "gpu_bind_group_layout_entry.idl",
- "gpu_blend_component.idl",
- "gpu_blend_state.idl",
- "gpu_buffer_binding.idl",
- "gpu_buffer_binding_layout.idl",
- "gpu_buffer_descriptor.idl",
- "gpu_color_dict.idl",
- "gpu_color_state_descriptor.idl",
- "gpu_color_target_state.idl",
- "gpu_command_buffer_descriptor.idl",
- "gpu_command_encoder_descriptor.idl",
- "gpu_compute_pass_descriptor.idl",
- "gpu_compute_pipeline_descriptor.idl",
- "gpu_depth_stencil_state_descriptor.idl",
- "gpu_depth_stencil_state.idl",
- "gpu_device_descriptor.idl",
- "gpu_extent_3d_dict.idl",
- "gpu_fragment_state.idl",
- "gpu_image_copy_buffer.idl",
- "gpu_image_copy_image_bitmap.idl",
- "gpu_image_copy_texture.idl",
- "gpu_image_data_layout.idl",
- "gpu_limits.idl",
- "gpu_multisample_state.idl",
- "gpu_object_descriptor_base.idl",
- "gpu_origin_2d_dict.idl",
- "gpu_origin_3d_dict.idl",
- "gpu_pipeline_descriptor_base.idl",
- "gpu_pipeline_layout_descriptor.idl",
- "gpu_primitive_state.idl",
- "gpu_programmable_stage.idl",
- "gpu_query_set_descriptor.idl",
- "gpu_rasterization_state_descriptor.idl",
- "gpu_render_bundle_descriptor.idl",
- "gpu_render_bundle_encoder_descriptor.idl",
- "gpu_render_pass_color_attachment.idl",
- "gpu_render_pass_depth_stencil_attachment.idl",
- "gpu_render_pass_descriptor.idl",
- "gpu_render_pipeline_descriptor.idl",
- "gpu_request_adapter_options.idl",
- "gpu_sampler_binding_layout.idl",
- "gpu_sampler_descriptor.idl",
- "gpu_shader_module_descriptor.idl",
- "gpu_stencil_face_state.idl",
- "gpu_storage_texture_binding_layout.idl",
- "gpu_swap_chain_descriptor.idl",
- "gpu_texture_binding_layout.idl",
- "gpu_texture_descriptor.idl",
- "gpu_texture_view_descriptor.idl",
- "gpu_uncaptured_error_event_init.idl",
- "gpu_vertex_attribute.idl",
- "gpu_vertex_buffer_layout.idl",
- "gpu_vertex_state.idl",
-]
-
-modules_dependency_idl_files = [
- "gpu_object_base.idl",
- "gpu_pipeline_base.idl",
- "gpu_programmable_pass_encoder.idl",
- "gpu_render_encoder_base.idl",
- "navigator_gpu.idl",
- "worker_navigator_gpu.idl",
-]