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

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

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: Rebased 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/demo/bitmap_uploader.cc ('k') | services/ui/public/cpp/compositor_frame_sink.h » ('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 2b1b0a403f9ca092361d4df575bcd9deef10b9a6..b9fda1ea84e3bd3332f5520cbe4abd5f181b8b58 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 = [
- "compositor_frame_sink.h",
"context_provider.h",
"gpu_service.h",
"input_event_handler.h",
@@ -18,11 +17,10 @@ source_set("cpp") {
"scoped_window_ptr.h",
"surface_id_handler.h",
"window.h",
+ "window_compositor_frame_sink.h",
"window_manager_delegate.h",
"window_observer.h",
"window_property.h",
- "window_surface.h",
- "window_surface_client.h",
"window_tracker.h",
"window_tree_client.h",
"window_tree_client_delegate.h",
@@ -97,7 +95,6 @@ source_set("internal") {
]
sources = [
- "compositor_frame_sink.cc",
"context_provider.cc",
"gles2_context.cc",
"gles2_context.h",
@@ -115,10 +112,10 @@ source_set("internal") {
"raster_thread_helper.cc",
"scoped_window_ptr.cc",
"window.cc",
+ "window_compositor_frame_sink.cc",
"window_manager_delegate.cc",
"window_observer.cc",
"window_private.cc",
- "window_surface.cc",
"window_tree_client.cc",
"window_tree_client_delegate.cc",
"window_tree_host_factory.cc",
« no previous file with comments | « services/ui/demo/bitmap_uploader.cc ('k') | services/ui/public/cpp/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698