| Index: services/ui/gpu/BUILD.gn
|
| diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
|
| index e5f1c2f68b30ff4842d06307be88d48d6ee8008f..c7b669f5c00b30cee5214545247303f0bd77ccac 100644
|
| --- a/services/ui/gpu/BUILD.gn
|
| +++ b/services/ui/gpu/BUILD.gn
|
| @@ -21,6 +21,7 @@ source_set("gpu") {
|
|
|
| deps = [
|
| "//cc",
|
| + "//components/viz/common",
|
| "//components/viz/service",
|
| "//gpu/ipc:command_buffer",
|
| "//gpu/ipc/common",
|
| @@ -29,7 +30,6 @@ source_set("gpu") {
|
| "//media/gpu/ipc/service",
|
| "//mojo/public/cpp/system",
|
| "//services/service_manager/public/cpp",
|
| - "//services/ui/common:server_gpu",
|
| "//services/ui/gpu/interfaces",
|
| "//services/ui/public/interfaces",
|
| "//ui/gfx:memory_buffer",
|
|
|