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

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

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change 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 | « services/ui/gpu/display_compositor/display_impl.cc ('k') | 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 c545f0651497366d879d09c6cbe34bbab003a322..deefac2fafeebd81869cb2ca142f61e4718fe8cd 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -6,6 +6,8 @@ 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",
@@ -13,8 +15,6 @@ source_set("surfaces") {
"surfaces_context_provider.cc",
"surfaces_context_provider.h",
"surfaces_context_provider_delegate.h",
- "surfaces_state.cc",
- "surfaces_state.h",
]
deps = [
« no previous file with comments | « services/ui/gpu/display_compositor/display_impl.cc ('k') | services/ui/surfaces/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698