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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index e83d5817c78debdb87e7c83016d6569d50a1ba5d..89638d7e08b79b27bed14a220f8fa8b53fb2e8bc 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -42,8 +42,11 @@ cc_component("surfaces") {
"display.cc",
"display.h",
"display_client.h",
+ "display_compositor_lock_manager.cc",
+ "display_compositor_lock_manager.h",
"display_scheduler.cc",
"display_scheduler.h",
+ "pending_frame_observer.h",
"referenced_surface_tracker.cc",
"referenced_surface_tracker.h",
"sequence_surface_reference_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698