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

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

Issue 2281583003: services/ui: Split GpuServiceInternal into gpu vs. ws pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.08.24_mus-ws-gpu-refactor
Patch Set: tot merge Created 4 years, 4 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 9aa188a9bf8307ef7b157bd2bea7eb9d8e4844a8..89b27f2469049a256ccf66e85fddea50bf0cff6b 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -41,6 +41,8 @@ static_library("lib") {
"gpu_service_proxy.h",
"modal_window_controller.cc",
"modal_window_controller.h",
+ "mus_gpu_memory_buffer_manager.cc",
+ "mus_gpu_memory_buffer_manager.h",
"operation.cc",
"operation.h",
"platform_display.cc",
@@ -104,9 +106,10 @@ static_library("lib") {
]
deps = [
- # TODO(sad): Temporary, until the GPU process is split out of ws.
- "//services/ui/gpu",
- "//services/ui/gpu/display_compositor",
+ "//gpu/command_buffer/client",
+ "//gpu/ipc/client",
+ "//gpu/ipc/common",
+ "//services/ui/gpu", # TODO(sad): Temporary until GPU process split.
"//services/ui/gpu/interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698