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

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

Issue 2890913002: Add CompositorFrameSinkClientBinding To Be Used By FrameGenerator (Closed)
Patch Set: Address comments 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/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 670b153e6ad05dd8e076ecb8518bc6308e18d138..0cc3d669e3e4f6000573318154c2891ba8639208 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -21,6 +21,8 @@ static_library("lib") {
"access_policy_delegate.h",
"accessibility_manager.cc",
"accessibility_manager.h",
+ "compositor_frame_sink_client_binding.cc",
+ "compositor_frame_sink_client_binding.h",
"cursor_location_manager.cc",
"cursor_location_manager.h",
"cursor_state.cc",
@@ -31,8 +33,6 @@ static_library("lib") {
"display.h",
"display_binding.cc",
"display_binding.h",
- "display_client_compositor_frame_sink.cc",
- "display_client_compositor_frame_sink.h",
"display_manager.cc",
"display_manager.h",
"drag_controller.cc",
@@ -290,6 +290,7 @@ service_test("mus_ws_unittests") {
"//services/ui/gpu:gpu",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
+ "//testing/gmock",
"//testing/gtest",
"//third_party/mesa:osmesa",
"//ui/aura",

Powered by Google App Engine
This is Rietveld 408576698