Commit 083daae1 authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Split apart Blink's module_idl_files.gni (patch 3 of n)

Split out webgpu.

Bug: 1048907
Change-Id: I8313c7cb6757d040deb3cd77d7825c6158ab8492
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040615
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739081}
parent f1919908
...@@ -292,37 +292,6 @@ modules_idl_files = ...@@ -292,37 +292,6 @@ modules_idl_files =
"webdatabase/sql_transaction.idl", "webdatabase/sql_transaction.idl",
"webdatabase/sql_transaction_callback.idl", "webdatabase/sql_transaction_callback.idl",
"webdatabase/sql_transaction_error_callback.idl", "webdatabase/sql_transaction_error_callback.idl",
"webgpu/gpu.idl",
"webgpu/gpu_adapter.idl",
"webgpu/gpu_bind_group.idl",
"webgpu/gpu_bind_group_layout.idl",
"webgpu/gpu_buffer.idl",
"webgpu/gpu_buffer_usage.idl",
"webgpu/gpu_canvas_context.idl",
"webgpu/gpu_color_write.idl",
"webgpu/gpu_command_buffer.idl",
"webgpu/gpu_command_encoder.idl",
"webgpu/gpu_compute_pass_encoder.idl",
"webgpu/gpu_compute_pipeline.idl",
"webgpu/gpu_device.idl",
"webgpu/gpu_device_lost_info.idl",
"webgpu/gpu_fence.idl",
"webgpu/gpu_out_of_memory_error.idl",
"webgpu/gpu_pipeline_layout.idl",
"webgpu/gpu_queue.idl",
"webgpu/gpu_render_bundle.idl",
"webgpu/gpu_render_bundle_encoder.idl",
"webgpu/gpu_render_pass_encoder.idl",
"webgpu/gpu_render_pipeline.idl",
"webgpu/gpu_sampler.idl",
"webgpu/gpu_shader_module.idl",
"webgpu/gpu_shader_stage.idl",
"webgpu/gpu_swap_chain.idl",
"webgpu/gpu_texture.idl",
"webgpu/gpu_texture_usage.idl",
"webgpu/gpu_texture_view.idl",
"webgpu/gpu_uncaptured_error_event.idl",
"webgpu/gpu_validation_error.idl",
"webmidi/midi_access.idl", "webmidi/midi_access.idl",
"webmidi/midi_connection_event.idl", "webmidi/midi_connection_event.idl",
"webmidi/midi_input.idl", "webmidi/midi_input.idl",
...@@ -525,51 +494,6 @@ modules_dictionary_idl_files = ...@@ -525,51 +494,6 @@ modules_dictionary_idl_files =
"storage/storage_event_init.idl", "storage/storage_event_init.idl",
"webcodecs/video_decoder_init_parameters.idl", "webcodecs/video_decoder_init_parameters.idl",
"webcodecs/video_track_writer_parameters.idl", "webcodecs/video_track_writer_parameters.idl",
"webgpu/gpu_bind_group_binding.idl",
"webgpu/gpu_bind_group_descriptor.idl",
"webgpu/gpu_bind_group_layout_binding.idl",
"webgpu/gpu_bind_group_layout_descriptor.idl",
"webgpu/gpu_blend_descriptor.idl",
"webgpu/gpu_buffer_binding.idl",
"webgpu/gpu_command_buffer_descriptor.idl",
"webgpu/gpu_buffer_copy_view.idl",
"webgpu/gpu_buffer_descriptor.idl",
"webgpu/gpu_color_dict.idl",
"webgpu/gpu_color_state_descriptor.idl",
"webgpu/gpu_command_encoder_descriptor.idl",
"webgpu/gpu_compute_pipeline_descriptor.idl",
"webgpu/gpu_compute_pass_descriptor.idl",
"webgpu/gpu_depth_stencil_state_descriptor.idl",
"webgpu/gpu_device_descriptor.idl",
"webgpu/gpu_extent_3d_dict.idl",
"webgpu/gpu_fence_descriptor.idl",
"webgpu/gpu_image_bitmap_copy_view.idl",
"webgpu/gpu_limits.idl",
"webgpu/gpu_object_descriptor_base.idl",
"webgpu/gpu_origin_2d_dict.idl",
"webgpu/gpu_origin_3d_dict.idl",
"webgpu/gpu_pipeline_descriptor_base.idl",
"webgpu/gpu_pipeline_layout_descriptor.idl",
"webgpu/gpu_programmable_stage_descriptor.idl",
"webgpu/gpu_rasterization_state_descriptor.idl",
"webgpu/gpu_render_bundle_descriptor.idl",
"webgpu/gpu_render_bundle_encoder_descriptor.idl",
"webgpu/gpu_render_pass_color_attachment_descriptor.idl",
"webgpu/gpu_render_pass_depth_stencil_attachment_descriptor.idl",
"webgpu/gpu_render_pass_descriptor.idl",
"webgpu/gpu_render_pipeline_descriptor.idl",
"webgpu/gpu_request_adapter_options.idl",
"webgpu/gpu_sampler_descriptor.idl",
"webgpu/gpu_shader_module_descriptor.idl",
"webgpu/gpu_stencil_state_face_descriptor.idl",
"webgpu/gpu_swap_chain_descriptor.idl",
"webgpu/gpu_texture_copy_view.idl",
"webgpu/gpu_texture_descriptor.idl",
"webgpu/gpu_texture_view_descriptor.idl",
"webgpu/gpu_uncaptured_error_event_init.idl",
"webgpu/gpu_vertex_attribute_descriptor.idl",
"webgpu/gpu_vertex_buffer_layout_descriptor.idl",
"webgpu/gpu_vertex_state_descriptor.idl",
"webmidi/midi_connection_event_init.idl", "webmidi/midi_connection_event_init.idl",
"webmidi/midi_message_event_init.idl", "webmidi/midi_message_event_init.idl",
"webmidi/midi_options.idl", "webmidi/midi_options.idl",
...@@ -676,10 +600,6 @@ modules_dependency_idl_files = ...@@ -676,10 +600,6 @@ modules_dependency_idl_files =
"webdatabase/window_web_database.idl", "webdatabase/window_web_database.idl",
"webgl/webgl2_rendering_context_base.idl", "webgl/webgl2_rendering_context_base.idl",
"webgl/webgl_rendering_context_base.idl", "webgl/webgl_rendering_context_base.idl",
"webgpu/gpu_programmable_pass_encoder.idl",
"webgpu/gpu_render_encoder_base.idl",
"webgpu/navigator_gpu.idl",
"webgpu/worker_navigator_gpu.idl",
"webmidi/navigator_web_midi.idl", "webmidi/navigator_web_midi.idl",
"webshare/navigator_share.idl", "webshare/navigator_share.idl",
"webusb/navigator_usb.idl", "webusb/navigator_usb.idl",
...@@ -705,6 +625,7 @@ _idl_imports = [ ...@@ -705,6 +625,7 @@ _idl_imports = [
"//third_party/blink/renderer/modules/video_raf/idls.gni", "//third_party/blink/renderer/modules/video_raf/idls.gni",
"//third_party/blink/renderer/modules/webaudio/idls.gni", "//third_party/blink/renderer/modules/webaudio/idls.gni",
"//third_party/blink/renderer/modules/webgl/idls.gni", "//third_party/blink/renderer/modules/webgl/idls.gni",
"//third_party/blink/renderer/modules/webgpu/idls.gni",
"//third_party/blink/renderer/modules/xr/idls.gni", "//third_party/blink/renderer/modules/xr/idls.gni",
] ]
if (!is_android) { if (!is_android) {
......
# 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_compute_pass_encoder.idl",
"gpu_compute_pipeline.idl",
"gpu_device.idl",
"gpu_device_lost_info.idl",
"gpu_fence.idl",
"gpu_out_of_memory_error.idl",
"gpu_pipeline_layout.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_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_binding.idl",
"gpu_bind_group_descriptor.idl",
"gpu_bind_group_layout_binding.idl",
"gpu_bind_group_layout_descriptor.idl",
"gpu_blend_descriptor.idl",
"gpu_buffer_binding.idl",
"gpu_command_buffer_descriptor.idl",
"gpu_buffer_copy_view.idl",
"gpu_buffer_descriptor.idl",
"gpu_color_dict.idl",
"gpu_color_state_descriptor.idl",
"gpu_command_encoder_descriptor.idl",
"gpu_compute_pipeline_descriptor.idl",
"gpu_compute_pass_descriptor.idl",
"gpu_depth_stencil_state_descriptor.idl",
"gpu_device_descriptor.idl",
"gpu_extent_3d_dict.idl",
"gpu_fence_descriptor.idl",
"gpu_image_bitmap_copy_view.idl",
"gpu_limits.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_programmable_stage_descriptor.idl",
"gpu_rasterization_state_descriptor.idl",
"gpu_render_bundle_descriptor.idl",
"gpu_render_bundle_encoder_descriptor.idl",
"gpu_render_pass_color_attachment_descriptor.idl",
"gpu_render_pass_depth_stencil_attachment_descriptor.idl",
"gpu_render_pass_descriptor.idl",
"gpu_render_pipeline_descriptor.idl",
"gpu_request_adapter_options.idl",
"gpu_sampler_descriptor.idl",
"gpu_shader_module_descriptor.idl",
"gpu_stencil_state_face_descriptor.idl",
"gpu_swap_chain_descriptor.idl",
"gpu_texture_copy_view.idl",
"gpu_texture_descriptor.idl",
"gpu_texture_view_descriptor.idl",
"gpu_uncaptured_error_event_init.idl",
"gpu_vertex_attribute_descriptor.idl",
"gpu_vertex_buffer_layout_descriptor.idl",
"gpu_vertex_state_descriptor.idl",
]
modules_dependency_idl_files = [
"gpu_programmable_pass_encoder.idl",
"gpu_render_encoder_base.idl",
"navigator_gpu.idl",
"worker_navigator_gpu.idl",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment