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

Unified Diff: mojo/services/ui/views/interfaces/BUILD.gn

Issue 1410693003: mozart: Introduce new view manager interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | mojo/services/ui/views/interfaces/layouts.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/ui/views/interfaces/BUILD.gn
diff --git a/mojo/services/native_support/interfaces/BUILD.gn b/mojo/services/ui/views/interfaces/BUILD.gn
similarity index 59%
copy from mojo/services/native_support/interfaces/BUILD.gn
copy to mojo/services/ui/views/interfaces/BUILD.gn
index a6a04a830591d0bbbbab5148ba0e4c27143c0405..07ac010644e92120d3d486664d73a47f184cfb44 100644
--- a/mojo/services/native_support/interfaces/BUILD.gn
+++ b/mojo/services/ui/views/interfaces/BUILD.gn
@@ -7,12 +7,15 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "process.mojom",
+ "layouts.mojom",
+ "view_manager.mojom",
+ "view_provider.mojom",
+ "view_trees.mojom",
+ "views.mojom",
]
- import_dirs = [ get_path_info("../../", "abspath") ]
-
- public_deps = [
- "../../files/interfaces",
+ deps = [
+ "../../../geometry/interfaces",
+ "../../../surfaces/interfaces:surface_id",
]
}
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | mojo/services/ui/views/interfaces/layouts.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698