blob: 8c6d5c830f0f40b43a12828e0c66b7cc48c08f1e [file] [log] [blame]
# Copyright 2016 The Chromium Authors
# 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("wake_lock") {
sources = [
"wake_lock.cc",
"wake_lock.h",
"wake_lock_manager.cc",
"wake_lock_manager.h",
"wake_lock_sentinel.cc",
"wake_lock_sentinel.h",
"wake_lock_type.cc",
"wake_lock_type.h",
]
deps = [
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
"//third_party/blink/renderer/modules/permissions",
"//third_party/blink/renderer/platform",
]
}