| Index: services/ui/common/BUILD.gn
|
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
|
| index 25c60c2c2b0d334dab526622a59a17395b863b96..94a8925e7cc995aaab07ead1c5c03f1294f65546 100644
|
| --- a/services/ui/common/BUILD.gn
|
| +++ b/services/ui/common/BUILD.gn
|
| @@ -36,27 +36,6 @@ source_set("mus_common") {
|
| ]
|
| }
|
|
|
| -# GPU related code used by the server-side components (e.g. window server
|
| -# process, frame sink manager in the gpu process).
|
| -source_set("server_gpu") {
|
| - sources = [
|
| - "server_gpu_memory_buffer_manager.cc",
|
| - "server_gpu_memory_buffer_manager.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//gpu/ipc/client",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//gpu/command_buffer/client",
|
| - "//gpu/ipc/common",
|
| - "//gpu/ipc/host",
|
| - "//services/ui/gpu/interfaces",
|
| - "//ui/gfx",
|
| - ]
|
| -}
|
| -
|
| source_set("task_runner_test_base") {
|
| testonly = true
|
|
|
|
|