blob: 81f4f7c040f3d974cbc6e3d26146a171b59ea122 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
assert(is_chromeos_ash)
source_set("hid") {
sources = [
"hid_impl.cc",
"hid_impl.h",
]
deps = [
"//chrome/browser/profiles:profile",
"//content/public/browser",
"//services/device/hid",
"//services/device/public/mojom",
"//third_party/blink/public/mojom:mojom_platform",
]
}