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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2435193003: Mus: surfaces::CompositorFrameSink => DisplayCompositorFrameSink (Closed)
Patch Set: Created 4 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 | « no previous file | services/ui/surfaces/compositor_frame_sink.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 1a2b750100cabc24ae8bf232ec7e06ff2b35855b..383b479c6a99de4deffa5e0665c929f147b6fad4 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -6,13 +6,13 @@ import("//build/config/ui.gni")
source_set("surfaces") {
sources = [
- "compositor_frame_sink.cc",
- "compositor_frame_sink.h",
"direct_output_surface.cc",
"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",
"surfaces_context_provider.h",
"surfaces_context_provider_delegate.h",
« no previous file with comments | « no previous file | services/ui/surfaces/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698