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

Unified Diff: components/mus/public/interfaces/gpu/BUILD.gn

Issue 1989693002: Introduce DisplayCompositor Mojo API for Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix client_id Created 4 years, 7 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: components/mus/public/interfaces/gpu/BUILD.gn
diff --git a/services/navigation/public/interfaces/BUILD.gn b/components/mus/public/interfaces/gpu/BUILD.gn
similarity index 71%
copy from services/navigation/public/interfaces/BUILD.gn
copy to components/mus/public/interfaces/gpu/BUILD.gn
index 50797892aba7b1d704037d2154be0a9d8fb2f2b9..6ac8f1c23d30ef81e9792cb11adc25e32767d4f6 100644
--- a/services/navigation/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/gpu/BUILD.gn
@@ -6,12 +6,12 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "view.mojom",
+ "display_compositor.mojom",
+ "display_compositor_host.mojom",
]
- deps = [
+ public_deps = [
"//components/mus/public/interfaces",
- "//ui/gfx/geometry/mojo:interfaces",
- "//url/mojo:url_mojom_gurl",
+ "//gpu/ipc/common:interfaces",
]
}
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/mus/public/interfaces/gpu/display_compositor.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698