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

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

Issue 2741343003: Update liftetime management of GpuClient (Closed)
Patch Set: fix x11 re-definition Created 3 years, 9 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 | « no previous file | services/ui/ws/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 988cab598056f775431a7a3ffc5248966f32478b..53cac7d71e21cb7b45b1916af1ee268688251817 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -49,6 +49,8 @@ static_library("lib") {
"focus_controller_observer.h",
"frame_generator.cc",
"frame_generator.h",
+ "gpu_client.cc",
+ "gpu_client.h",
"gpu_host.cc",
"gpu_host.h",
"gpu_host_delegate.h",
@@ -238,6 +240,7 @@ service_test("mus_ws_unittests") {
"event_matcher_unittest.cc",
"focus_controller_unittest.cc",
"frame_generator_unittest.cc",
+ "gpu_host_unittest.cc",
"server_window_drawn_tracker_unittest.cc",
"test_server_window_delegate.cc",
"test_server_window_delegate.h",
@@ -276,6 +279,7 @@ service_test("mus_ws_unittests") {
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/common:task_runner_test_base",
+ "//services/ui/gpu:gpu",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
"//testing/gtest",
« no previous file with comments | « no previous file | services/ui/ws/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698