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

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
« no previous file with comments | « services/ui/service.cc ('k') | 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 9aa188a9bf8307ef7b157bd2bea7eb9d8e4844a8..0ab4f4a292d22a92c1f46872ab2b0782cce8a4d3 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -39,8 +39,11 @@ static_library("lib") {
"frame_generator.h",
"gpu_service_proxy.cc",
"gpu_service_proxy.h",
+ "gpu_service_proxy_delegate.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 +107,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",
]
@@ -223,6 +227,7 @@ test("mus_ws_unittests") {
"//base/test:test_config",
"//base/test:test_support",
"//cc:cc",
+ "//gpu/ipc/client",
"//mojo/public/cpp/bindings:bindings",
"//services/shell/public/cpp:service_test_support",
"//services/shell/public/cpp:sources",
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698