chromium/third_party/blink/renderer/modules/wake_lock/BUILD.gn

# 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",
  ]
}