| Index: mojo/services/ui/input/interfaces/BUILD.gn
|
| diff --git a/mojo/services/terminal/interfaces/BUILD.gn b/mojo/services/ui/input/interfaces/BUILD.gn
|
| similarity index 64%
|
| copy from mojo/services/terminal/interfaces/BUILD.gn
|
| copy to mojo/services/ui/input/interfaces/BUILD.gn
|
| index 22e15adcdb3c9c482b909882bdceee417f0c3c1b..d122c9630e6c42d120139ec20434435454722073 100644
|
| --- a/mojo/services/terminal/interfaces/BUILD.gn
|
| +++ b/mojo/services/ui/input/interfaces/BUILD.gn
|
| @@ -7,13 +7,13 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "terminal.mojom",
|
| - "terminal_client.mojom",
|
| + "input_connection.mojom",
|
| + "input_dispatcher.mojom",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../", "abspath") ]
|
| + import_dirs = [ get_path_info("../../../", "abspath") ]
|
|
|
| - public_deps = [
|
| - "../../files/interfaces",
|
| + deps = [
|
| + "../../../input_events/interfaces",
|
| ]
|
| }
|
|
|