| Index: mojo/services/terminal/public/interfaces/BUILD.gn
|
| diff --git a/mojo/services/service_registry/public/interfaces/BUILD.gn b/mojo/services/terminal/public/interfaces/BUILD.gn
|
| similarity index 71%
|
| copy from mojo/services/service_registry/public/interfaces/BUILD.gn
|
| copy to mojo/services/terminal/public/interfaces/BUILD.gn
|
| index 268e2dc4543184fe520a07208ba4a18619fd13cd..fe96c8ff0816bfb3bd4e682c7fdaad2351ab8b3e 100644
|
| --- a/mojo/services/service_registry/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/terminal/public/interfaces/BUILD.gn
|
| @@ -2,15 +2,17 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("../../../mojo_sdk_root.gni")
|
| +import("//build/module_args/mojo.gni")
|
| import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "service_registry.mojom",
|
| + "terminal_client.mojom",
|
| ]
|
|
|
| import_dirs = [ get_path_info("../../../", "abspath") ]
|
|
|
| - mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
|
| + public_deps = [
|
| + "../../../files/public/interfaces",
|
| + ]
|
| }
|
|
|