| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index 6afe1e6944d9c34644307055509018efaa64c6f9..1e84a407ac4d19e87886741cb4dc867488ff3808 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -30,6 +30,7 @@ component("display_compositor") {
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/command_buffer/common",
|
| "//skia",
|
| + "//ui/display/types",
|
| "//ui/gfx",
|
| ]
|
|
|
| @@ -85,6 +86,7 @@ source_set("unit_tests") {
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| + "//ui/display/types",
|
| "//ui/gl:test_support",
|
| ]
|
|
|
|
|