blob: 578123fd4a19d45e0db74a498c8fcae6ebc43918 [file] [log] [blame] [edit]
# Copyright 2018 The Fuchsia 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("presentation_mode") {
sources = [
"detector.cc",
"detector.h",
]
deps = [
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fxl",
"//garnet/public/lib/ui/input",
"//garnet/public/lib/ui/input/cpp",
]
public_deps = [
"//garnet/public/lib/ui/input/fidl",
"//garnet/public/lib/ui/presentation/fidl",
]
}