blob: 6fc9c322d3486059b67d241e540444d3b1f04a5f [file] [log] [blame]
# Copyright 2016 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("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",
]
}