summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/native_io/idls.gni
blob: 5f9a67aa304635a919bf636462ee95336d0444aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 = [
  "native_io_file.idl",
  "native_io_file_manager.idl",
  "native_io_file_sync.idl",
]

modules_dependency_idl_files = [
  "window_native_io.idl",
  "worker_global_scope_native_io.idl",
]