Index: mojo/services/gfx/images/interfaces/BUILD.gn |
diff --git a/mojo/services/terminal/interfaces/BUILD.gn b/mojo/services/gfx/images/interfaces/BUILD.gn |
similarity index 70% |
copy from mojo/services/terminal/interfaces/BUILD.gn |
copy to mojo/services/gfx/images/interfaces/BUILD.gn |
index 22e15adcdb3c9c482b909882bdceee417f0c3c1b..53ee1d37079b53ebc3a43dea444fb137beb65cab 100644 |
--- a/mojo/services/terminal/interfaces/BUILD.gn |
+++ b/mojo/services/gfx/images/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", |
+ "image.mojom", |
+ "image_pipe.mojom", |
] |
- import_dirs = [ get_path_info("../../", "abspath") ] |
+ import_dirs = [ get_path_info("../../../", "abspath") ] |
public_deps = [ |
- "../../files/interfaces", |
+ "../../../geometry/interfaces", |
] |
} |