blob: 94fe0371c2974c036502c0eb8f9c331128697f5e [file] [log] [blame]
# Copyright 2018 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.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("idle") {
sources = [
"idle_manager.cc",
"idle_manager.h",
"idle_status.cc",
"idle_status.h",
"navigator_idle.cc",
"navigator_idle.h",
]
}