blob: 8bc5b18eefed0dcb89faf35b5826acdc3c17dc26 [file] [log] [blame]
# Copyright 2014 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.
source_set("wake_lock") {
sources = [
"wake_lock.cc",
"wake_lock.h",
"wake_lock_context.cc",
"wake_lock_context.h",
"wake_lock_for_testing.cc",
"wake_lock_for_testing.h",
"wake_lock_provider.cc",
"wake_lock_provider.h",
]
public_deps = [
"//base",
"//device/wake_lock/public/interfaces",
"//mojo/public/cpp/bindings",
"//ui/gfx",
]
deps = [
"//device/power_save_blocker",
]
}