| Index: services/ui/gpu/BUILD.gn
|
| diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
|
| index 86c4fdccd8e58a5c678243e69529845f1d377ba6..fc2316e6a3b40b0e92a37cb38ccfe3e4b7ba984c 100644
|
| --- a/services/ui/gpu/BUILD.gn
|
| +++ b/services/ui/gpu/BUILD.gn
|
| @@ -19,6 +19,8 @@ source_set("gpu") {
|
| defines = [ "NOTIMPLEMENTED_POLICY=5" ]
|
|
|
| deps = [
|
| + "//cc",
|
| + "//gpu/ipc:command_buffer",
|
| "//gpu/ipc/common",
|
| "//gpu/ipc/service",
|
| "//ipc",
|
| @@ -28,6 +30,7 @@ source_set("gpu") {
|
| "//services/ui/common:mus_common",
|
| "//services/ui/gpu/interfaces",
|
| "//services/ui/public/interfaces",
|
| + "//services/ui/surfaces",
|
| "//ui/gfx:memory_buffer",
|
| "//ui/gl/init",
|
| ]
|
|
|