Commit f58dcb74 authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

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

The goal is to split up modules_idl_files.gni into smaller .gni files
that are owned by OWNERS of the corresponding module, so top-level
module OWNERS don't need to review every CL that adds a new IDL file.

This patch splits out the build files for all remaining IDLs that define
partial interfaces or are the target (right hand side) of `implements`.

Bug: 1048907
Change-Id: Iefba913ec478b8a6cd2f407fc9d427bc4100d2f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043098
Auto-Submit: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739290}
parent de1791c1
# 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_dependency_idl_files = [ "css_animation_worklet.idl" ]
# 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_dependency_idl_files = [ "window_installation.idl" ]
# 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_dependency_idl_files = [ "html_media_element_audio_output_device.idl" ]
# 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_dependency_idl_files = [
"service_worker_global_scope_background_fetch.idl",
"service_worker_registration_background_fetch.idl",
]
# 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_dependency_idl_files = [
"service_worker_global_scope_sync.idl",
"service_worker_registration_sync.idl",
]
# 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_dependency_idl_files = [
"navigator_badge.idl",
"worker_navigator_badge.idl",
]
# 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_dependency_idl_files = [ "navigator_battery.idl" ]
# 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_dependency_idl_files = [ "navigator_beacon.idl" ]
# 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_dependency_idl_files = [ "navigator_bluetooth.idl" ]
# 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_dependency_idl_files = [
"window_cache_storage.idl",
"worker_cache_storage.idl",
]
...@@ -13,7 +13,7 @@ modules_idl_files = [ ...@@ -13,7 +13,7 @@ modules_idl_files = [
"offscreencanvas2d/offscreen_canvas_rendering_context_2d.idl", "offscreencanvas2d/offscreen_canvas_rendering_context_2d.idl",
] ]
modules_dependency_idl_files = [] modules_dependency_idl_files = [ "canvas2d/canvas_path.idl" ]
if (support_webgl2_compute_context) { if (support_webgl2_compute_context) {
modules_dependency_idl_files += [ modules_dependency_idl_files += [
......
# 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_dependency_idl_files = [ "navigator_clipboard.idl" ]
# 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_dependency_idl_files = [ "navigator_contacts.idl" ]
# 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_dependency_idl_files = [
"service_worker_global_scope_content_index.idl",
"service_worker_registration_content_index.idl",
]
# 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_dependency_idl_files = [
"service_worker_global_scope_cookie_store.idl",
"service_worker_registration_cookies.idl",
"window_cookie_store.idl",
]
# 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_dependency_idl_files = [
"credential_user_data.idl",
"navigator_credentials.idl",
]
# 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_dependency_idl_files = [
"window_crypto.idl",
"worker_global_scope_crypto.idl",
]
# 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_dependency_idl_files = [ "css_paint_worklet.idl" ]
# 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_dependency_idl_files = [
"window_device_motion.idl",
"window_device_orientation.idl",
]
# 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_dependency_idl_files = [ "navigator_do_not_track.idl" ]
# 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_dependency_idl_files = [
"html_media_element_encrypted_media.idl",
"media_keys_get_status_for_policy.idl",
"navigator_request_media_key_system_access.idl",
]
# 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_dependency_idl_files = [
"data_transfer_item_file_system.idl",
"dedicated_worker_global_scope_file_system.idl",
"dev_tools_host_file_system.idl",
"html_input_element_file_system.idl",
"shared_worker_global_scope_file_system.idl",
"window_file_system.idl",
]
# 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_dependency_idl_files = [ "navigator_gamepad.idl" ]
# 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_dependency_idl_files = [ "navigator_geolocation.idl" ]
# 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_dependency_idl_files = [ "navigator_hid.idl" ]
# 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_dependency_idl_files = [
"window_indexed_database.idl",
"worker_global_scope_indexed_database.idl",
]
# 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_dependency_idl_files = [ "navigator_installed_app.idl" ]
# 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_dependency_idl_files = [ "navigator_keyboard.idl" ]
# 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_dependency_idl_files = [ "dom_window_launch_queue.idl" ]
# 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_dependency_idl_files = [
"navigator_locks.idl",
"worker_navigator_locks.idl",
]
# 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_dependency_idl_files = [
"navigator_media_capabilities.idl",
"worker_navigator_media_capabilities.idl",
]
# 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_dependency_idl_files = [
"html_canvas_element_capture.idl",
"html_media_element_capture.idl",
]
# 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_dependency_idl_files = [ "navigator_media_session.idl" ]
# 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_dependency_idl_files = [
"audio_track_source_buffer.idl",
"html_video_element_media_source.idl",
"url_media_source.idl",
"video_track_source_buffer.idl",
]
...@@ -511,121 +511,83 @@ modules_dictionary_idl_files = ...@@ -511,121 +511,83 @@ modules_dictionary_idl_files =
], ],
"abspath") "abspath")
# Do not add anything to these lists. See _idl_imports below instead
# for the preferred mechanism.
# 'partial interface' or target (right side of) 'implements' # 'partial interface' or target (right side of) 'implements'
modules_dependency_idl_files = modules_dependency_idl_files = []
get_path_info(
[
"animationworklet/css_animation_worklet.idl",
"app_banner/window_installation.idl",
"audio_output_devices/html_media_element_audio_output_device.idl",
"background_fetch/service_worker_global_scope_background_fetch.idl",
"background_fetch/service_worker_registration_background_fetch.idl",
"background_sync/service_worker_global_scope_sync.idl",
"background_sync/service_worker_registration_sync.idl",
"badging/navigator_badge.idl",
"badging/worker_navigator_badge.idl",
"battery/navigator_battery.idl",
"beacon/navigator_beacon.idl",
"bluetooth/navigator_bluetooth.idl",
"cache_storage/window_cache_storage.idl",
"cache_storage/worker_cache_storage.idl",
"canvas/canvas2d/canvas_path.idl",
"clipboard/navigator_clipboard.idl",
"contacts_picker/navigator_contacts.idl",
"content_index/service_worker_global_scope_content_index.idl",
"content_index/service_worker_registration_content_index.idl",
"cookie_store/service_worker_global_scope_cookie_store.idl",
"cookie_store/service_worker_registration_cookies.idl",
"cookie_store/window_cookie_store.idl",
"credentialmanager/credential_user_data.idl",
"credentialmanager/navigator_credentials.idl",
"crypto/window_crypto.idl",
"crypto/worker_global_scope_crypto.idl",
"csspaint/css_paint_worklet.idl",
"device_orientation/window_device_motion.idl",
"device_orientation/window_device_orientation.idl",
"donottrack/navigator_do_not_track.idl",
"encryptedmedia/html_media_element_encrypted_media.idl",
"encryptedmedia/media_keys_get_status_for_policy.idl",
"encryptedmedia/navigator_request_media_key_system_access.idl",
"filesystem/data_transfer_item_file_system.idl",
"filesystem/dedicated_worker_global_scope_file_system.idl",
"filesystem/dev_tools_host_file_system.idl",
"filesystem/html_input_element_file_system.idl",
"filesystem/shared_worker_global_scope_file_system.idl",
"filesystem/window_file_system.idl",
"launch/dom_window_launch_queue.idl",
"gamepad/navigator_gamepad.idl",
"geolocation/navigator_geolocation.idl",
"hid/navigator_hid.idl",
"indexeddb/window_indexed_database.idl",
"indexeddb/worker_global_scope_indexed_database.idl",
"installedapp/navigator_installed_app.idl",
"keyboard/navigator_keyboard.idl",
"locks/navigator_locks.idl",
"locks/worker_navigator_locks.idl",
"media_capabilities/navigator_media_capabilities.idl",
"media_capabilities/worker_navigator_media_capabilities.idl",
"mediacapturefromelement/html_canvas_element_capture.idl",
"mediacapturefromelement/html_media_element_capture.idl",
"mediasession/navigator_media_session.idl",
"mediasource/audio_track_source_buffer.idl",
"mediasource/html_video_element_media_source.idl",
"mediasource/url_media_source.idl",
"mediasource/video_track_source_buffer.idl",
"native_file_system/window_native_file_system.idl",
"navigatorcontentutils/navigator_content_utils.idl",
"notifications/service_worker_global_scope_notifications.idl",
"notifications/service_worker_registration_notifications.idl",
"payments/html_iframe_element_payments.idl",
"payments/payment_app_service_worker_global_scope.idl",
"payments/payment_app_service_worker_registration.idl",
"picture_in_picture/document_picture_in_picture.idl",
"picture_in_picture/html_element_picture_in_picture.idl",
"picture_in_picture/html_video_element_picture_in_picture.idl",
"picture_in_picture/shadow_root_picture_in_picture.idl",
"plugins/navigator_plugins.idl",
"presentation/navigator_presentation.idl",
"push_messaging/service_worker_global_scope_push.idl",
"push_messaging/service_worker_registration_push.idl",
"remoteplayback/html_media_element_remote_playback.idl",
"scheduler/window_scheduler.idl",
"screen_enumeration/screen_enumeration.idl",
"screen_orientation/screen_screen_orientation.idl",
"sms/navigator_sms.idl",
"srcobject/html_media_element_src_object.idl",
"storage/window_storage.idl",
"wake_lock/navigator_wake_lock.idl",
"wake_lock/worker_navigator_wake_lock.idl",
"webdatabase/window_web_database.idl",
"webgl/webgl2_rendering_context_base.idl",
"webgl/webgl_rendering_context_base.idl",
"webmidi/navigator_web_midi.idl",
"webshare/navigator_share.idl",
"webusb/navigator_usb.idl",
"webusb/worker_navigator_usb.idl",
],
"abspath")
# Do not add anything to this list. See _idl_imports below instead # Similar, but for tests.
# for the preferred mechanism.
modules_testing_dependency_idl_files = [] modules_testing_dependency_idl_files = []
_idl_imports = [ _idl_imports = [
"//third_party/blink/renderer/modules/accessibility/idls.gni", "//third_party/blink/renderer/modules/accessibility/idls.gni",
"//third_party/blink/renderer/modules/animationworklet/idls.gni",
"//third_party/blink/renderer/modules/app_banner/idls.gni",
"//third_party/blink/renderer/modules/audio_output_devices/idls.gni",
"//third_party/blink/renderer/modules/background_fetch/idls.gni",
"//third_party/blink/renderer/modules/background_sync/idls.gni",
"//third_party/blink/renderer/modules/badging/idls.gni",
"//third_party/blink/renderer/modules/battery/idls.gni",
"//third_party/blink/renderer/modules/beacon/idls.gni",
"//third_party/blink/renderer/modules/bluetooth/idls.gni",
"//third_party/blink/renderer/modules/cache_storage/idls.gni",
"//third_party/blink/renderer/modules/canvas/idls.gni", "//third_party/blink/renderer/modules/canvas/idls.gni",
"//third_party/blink/renderer/modules/clipboard/idls.gni",
"//third_party/blink/renderer/modules/contacts_picker/idls.gni",
"//third_party/blink/renderer/modules/content_index/idls.gni",
"//third_party/blink/renderer/modules/cookie_store/idls.gni",
"//third_party/blink/renderer/modules/credentialmanager/idls.gni",
"//third_party/blink/renderer/modules/crypto/idls.gni",
"//third_party/blink/renderer/modules/csspaint/idls.gni",
"//third_party/blink/renderer/modules/device_orientation/idls.gni",
"//third_party/blink/renderer/modules/donottrack/idls.gni",
"//third_party/blink/renderer/modules/encryptedmedia/idls.gni",
"//third_party/blink/renderer/modules/filesystem/idls.gni",
"//third_party/blink/renderer/modules/gamepad/idls.gni",
"//third_party/blink/renderer/modules/geolocation/idls.gni",
"//third_party/blink/renderer/modules/hid/idls.gni",
"//third_party/blink/renderer/modules/indexeddb/idls.gni",
"//third_party/blink/renderer/modules/installedapp/idls.gni",
"//third_party/blink/renderer/modules/keyboard/idls.gni",
"//third_party/blink/renderer/modules/launch/idls.gni",
"//third_party/blink/renderer/modules/locks/idls.gni",
"//third_party/blink/renderer/modules/media_capabilities/idls.gni",
"//third_party/blink/renderer/modules/mediacapturefromelement/idls.gni",
"//third_party/blink/renderer/modules/mediasession/idls.gni",
"//third_party/blink/renderer/modules/mediasource/idls.gni",
"//third_party/blink/renderer/modules/mediastream/idls.gni", "//third_party/blink/renderer/modules/mediastream/idls.gni",
"//third_party/blink/renderer/modules/native_file_system/idls.gni",
"//third_party/blink/renderer/modules/navigatorcontentutils/idls.gni",
"//third_party/blink/renderer/modules/netinfo/idls.gni", "//third_party/blink/renderer/modules/netinfo/idls.gni",
"//third_party/blink/renderer/modules/notifications/idls.gni",
"//third_party/blink/renderer/modules/payments/idls.gni",
"//third_party/blink/renderer/modules/peerconnection/idls.gni", "//third_party/blink/renderer/modules/peerconnection/idls.gni",
"//third_party/blink/renderer/modules/permissions/idls.gni", "//third_party/blink/renderer/modules/permissions/idls.gni",
"//third_party/blink/renderer/modules/picture_in_picture/idls.gni",
"//third_party/blink/renderer/modules/plugins/idls.gni",
"//third_party/blink/renderer/modules/presentation/idls.gni",
"//third_party/blink/renderer/modules/push_messaging/idls.gni",
"//third_party/blink/renderer/modules/quota/idls.gni", "//third_party/blink/renderer/modules/quota/idls.gni",
"//third_party/blink/renderer/modules/remoteplayback/idls.gni",
"//third_party/blink/renderer/modules/scheduler/idls.gni",
"//third_party/blink/renderer/modules/screen_enumeration/idls.gni",
"//third_party/blink/renderer/modules/screen_orientation/idls.gni",
"//third_party/blink/renderer/modules/service_worker/idls.gni", "//third_party/blink/renderer/modules/service_worker/idls.gni",
"//third_party/blink/renderer/modules/sms/idls.gni",
"//third_party/blink/renderer/modules/speech/idls.gni", "//third_party/blink/renderer/modules/speech/idls.gni",
"//third_party/blink/renderer/modules/srcobject/idls.gni",
"//third_party/blink/renderer/modules/storage/idls.gni",
"//third_party/blink/renderer/modules/vibration/idls.gni", "//third_party/blink/renderer/modules/vibration/idls.gni",
"//third_party/blink/renderer/modules/video_raf/idls.gni", "//third_party/blink/renderer/modules/video_raf/idls.gni",
"//third_party/blink/renderer/modules/wake_lock/idls.gni",
"//third_party/blink/renderer/modules/webaudio/idls.gni", "//third_party/blink/renderer/modules/webaudio/idls.gni",
"//third_party/blink/renderer/modules/webdatabase/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/webgpu/idls.gni",
"//third_party/blink/renderer/modules/webmidi/idls.gni",
"//third_party/blink/renderer/modules/webshare/idls.gni",
"//third_party/blink/renderer/modules/webusb/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_dependency_idl_files = [ "window_native_file_system.idl" ]
# 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_dependency_idl_files = [ "navigator_content_utils.idl" ]
# 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_dependency_idl_files = [
"service_worker_global_scope_notifications.idl",
"service_worker_registration_notifications.idl",
]
# 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_dependency_idl_files = [
"html_iframe_element_payments.idl",
"payment_app_service_worker_global_scope.idl",
"payment_app_service_worker_registration.idl",
]
# 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_dependency_idl_files = [
"document_picture_in_picture.idl",
"html_element_picture_in_picture.idl",
"html_video_element_picture_in_picture.idl",
"shadow_root_picture_in_picture.idl",
]
# 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_dependency_idl_files = [ "navigator_plugins.idl" ]
# 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_dependency_idl_files = [ "navigator_presentation.idl" ]
# 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_dependency_idl_files = [
"service_worker_global_scope_push.idl",
"service_worker_registration_push.idl",
]
# 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_dependency_idl_files = [ "html_media_element_remote_playback.idl" ]
# 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_dependency_idl_files = [ "window_scheduler.idl" ]
# 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_dependency_idl_files = [ "screen_enumeration.idl" ]
# 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_dependency_idl_files = [ "screen_screen_orientation.idl" ]
# 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_dependency_idl_files = [ "navigator_sms.idl" ]
# 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_dependency_idl_files = [ "html_media_element_src_object.idl" ]
# 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_dependency_idl_files = [ "window_storage.idl" ]
# 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_dependency_idl_files = [
"navigator_wake_lock.idl",
"worker_navigator_wake_lock.idl",
]
# 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_dependency_idl_files = [ "window_web_database.idl" ]
...@@ -70,7 +70,10 @@ modules_dictionary_idl_files = [ ...@@ -70,7 +70,10 @@ modules_dictionary_idl_files = [
"webgl_context_event_init.idl", "webgl_context_event_init.idl",
] ]
modules_dependency_idl_files = [] modules_dependency_idl_files = [
"webgl2_rendering_context_base.idl",
"webgl_rendering_context_base.idl",
]
if (support_webgl2_compute_context) { if (support_webgl2_compute_context) {
modules_idl_files += [ "webgl2_compute_rendering_context.idl" ] modules_idl_files += [ "webgl2_compute_rendering_context.idl" ]
......
# 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_dependency_idl_files = [ "navigator_web_midi.idl" ]
# 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_dependency_idl_files = [ "navigator_share.idl" ]
# 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_dependency_idl_files = [
"navigator_usb.idl",
"worker_navigator_usb.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