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

Unified Diff: services/ui/surfaces/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 | « cc/ipc/display_compositor.mojom ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index 383b479c6a99de4deffa5e0665c929f147b6fad4..8ecc353f1d8b926c10ea940a63a6bd4607e809e3 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -10,7 +10,6 @@ source_set("surfaces") {
"direct_output_surface.h",
"display_compositor.cc",
"display_compositor.h",
- "display_compositor_client.h",
"display_compositor_frame_sink.cc",
"display_compositor_frame_sink.h",
"surfaces_context_provider.cc",
@@ -21,6 +20,7 @@ source_set("surfaces") {
deps = [
"//base",
"//cc",
+ "//cc/ipc:internal_interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/display_compositor",
« no previous file with comments | « cc/ipc/display_compositor.mojom ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698