Chromium Code Reviews| Index: services/ui/gpu/BUILD.gn |
| diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn |
| index 18a7837f0c1f2a4d0a3bbab339794ce529783d35..862f4c9c49f4ad3d864f0ca000250591640c70b9 100644 |
| --- a/services/ui/gpu/BUILD.gn |
| +++ b/services/ui/gpu/BUILD.gn |
| @@ -22,6 +22,7 @@ source_set("gpu") { |
| deps = [ |
| "//cc", |
| "//components/viz", |
| + "//components/viz/host/gpu", |
|
sadrul
2017/06/14 21:10:04
This seems unfortunate. Should the code go into vi
Fady Samuel
2017/06/14 21:35:23
Sure.
|
| "//gpu/ipc:command_buffer", |
| "//gpu/ipc/common", |
| "//gpu/ipc/service", |
| @@ -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", |