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

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

Issue 2907683004: Move ClientCompositorFrameSink to components/viz (Closed)
Patch Set: c Created 3 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: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 9875d3dbe6aff5bd6bca760b1b15cb6418c24aa7..dde36c30ca8607b15efd70db6438890d32ca7234 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -8,7 +8,6 @@ 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",
]
@@ -54,8 +53,6 @@ source_set("internal") {
]
sources = [
- "client_compositor_frame_sink.cc",
- "client_compositor_frame_sink.h",
"property_type_converters.cc",
"raster_thread_helper.cc",
]
« no previous file with comments | « content/renderer/mus/renderer_window_tree_client.cc ('k') | services/ui/public/cpp/client_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698