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

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

Issue 2890913002: Add CompositorFrameSinkClientBinding To Be Used By FrameGenerator (Closed)
Patch Set: virtual destructor 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..c0085e9288a6999ee428d919c58819b3c0a3b627 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",
@@ -290,6 +292,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",
« no previous file with comments | « no previous file | services/ui/ws/compositor_frame_sink_client_binding.h » ('j') | services/ui/ws/frame_generator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698