summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/clipboard/idls.gni
blob: 433867112b5e92c2829bacf8057c41cf7cb416e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 = [
  "clipboard.idl",
  "clipboard_item.idl",
]

modules_dictionary_idl_files = [ "clipboard_item_options.idl" ]

modules_dependency_idl_files = [ "navigator_clipboard.idl" ]