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