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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2732283002: Rename WindowCompositorFrameSink To ClientCompositorFrameSink (Closed)
Patch Set: addressed nit Created 3 years, 9 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 | « content/renderer/mus/renderer_window_tree_client.cc ('k') | services/ui/public/cpp/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 0d050272952b24a8b3735042e5982df530a12190..73da12c8dd301a68fa7bd3f6c95b7502d4ed3c1a 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -8,9 +8,9 @@ import("//build/config/ui.gni")
# implementation (and private haders) are in 'internal'.
source_set("cpp") {
sources = [
+ "client_compositor_frame_sink.h",
"property_type_converters.h",
"raster_thread_helper.h",
- "window_compositor_frame_sink.h",
]
public_deps = [
@@ -54,9 +54,9 @@ source_set("internal") {
]
sources = [
+ "client_compositor_frame_sink.cc",
"property_type_converters.cc",
"raster_thread_helper.cc",
- "window_compositor_frame_sink.cc",
]
deps = [
« no previous file with comments | « content/renderer/mus/renderer_window_tree_client.cc ('k') | services/ui/public/cpp/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698