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

Unified Diff: cc/ipc/BUILD.gn

Issue 2449173003: Mus: Introduce DisplayCompositorClient mojo interface (Closed)
Patch Set: Explicitly add ui/gfx/geometry/mojo dependency Created 4 years, 1 month 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 | « no previous file | cc/ipc/display_compositor.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 53b3fec7e6dd908721f8e35e3e356cd2d78bd702..3e9b21aa9a623a705ceafe13cf7a145dca3cf0ad 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -57,7 +57,7 @@ mojom("interfaces") {
"transferable_resource.mojom",
]
- deps = [
+ public_deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
"//skia/public/interfaces",
@@ -67,6 +67,18 @@ mojom("interfaces") {
]
}
+# Interfaces between two privileged services.
+mojom("internal_interfaces") {
+ sources = [
+ "display_compositor.mojom",
+ ]
+
+ public_deps = [
+ ":interfaces",
+ "//ui/gfx/geometry/mojo",
+ ]
+}
+
mojom("test_interfaces") {
testonly = true
sources = [
« no previous file with comments | « no previous file | cc/ipc/display_compositor.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698