| # Copyright 2020 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. |
| |
| # DO NOT MANUALLY EDIT! |
| # Generated by //scripts/sdk/gn/generate.py. |
| |
| |
| import("../../build/fidl_library.gni") |
| |
| fidl_library("fuchsia.ui.input3") { |
| library_name = "input3" |
| namespace = "fuchsia.ui" |
| public_deps = [ |
| "../fuchsia.input", |
| "../fuchsia.ui.views", |
| ] |
| sources = [ |
| "events.fidl", |
| "keyboard.fidl", |
| "modifiers.fidl", |
| "pointer.fidl", |
| ] |
| } |
| |
| group("all"){ |
| deps = [ |
| ":fuchsia.ui.input3", |
| ] |
| } |