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

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

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/public/interfaces/window_tree.mojom ('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..d568c38d7a11bc9c3a14a3835eb9cfbc82ecce83 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -6,15 +6,16 @@ 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",
"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/public/interfaces/window_tree.mojom ('k') | services/ui/surfaces/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698