summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/idle/idls.gni
blob: 90fa2fdad6bdc7af212fd2810811078766bca052 (plain)
1
2
3
4
5
6
7
8
9
10
# 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 = [
  "idle_detector.idl",
  "idle_state.idl",
]

modules_dictionary_idl_files = [ "idle_options.idl" ]