| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index 0e4de010267082cf7ecb40d93f43cc2c37c64c19..8aef9f107b72bbd4aba1521de5918cbb4cfc101f 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -121,6 +121,7 @@ static_library("lib") {
|
| ]
|
|
|
| deps = [
|
| + "//components/viz/common",
|
| "//gpu/command_buffer/client",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/ipc/client",
|
| @@ -140,7 +141,6 @@ static_library("lib") {
|
| "//services/service_manager/public/cpp",
|
| "//services/service_manager/public/interfaces",
|
| "//services/ui/common:mus_common",
|
| - "//services/ui/common:server_gpu",
|
| "//services/ui/display",
|
| "//services/ui/public/interfaces",
|
| "//ui/base",
|
|
|