Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: mojo/services/gfx/images/interfaces/BUILD.gn

Issue 1595773002: Added ImagePipe (Closed) Base URL: https://github.com/domokit/mojo.git@submit-2
Patch Set: minor changes to make it build with GCC on fnl Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698