Chromium Code Reviews| Index: ui/compositor/BUILD.gn |
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn |
| index a3c781b10f113adf6bc6e5b1bad17d1000615838..69322653f8292c0bdd66418cd431ec1fd825a700 100644 |
| --- a/ui/compositor/BUILD.gn |
| +++ b/ui/compositor/BUILD.gn |
| @@ -165,6 +165,8 @@ static_library("test_support") { |
| if (use_ozone) { |
| sources += [ "test/test_compositor_host_ozone.cc" ] |
| + |
| + deps += [ "//ui/ozone" ] |
| } else if (use_x11) { |
| sources += [ "test/test_compositor_host_x11.cc" ] |
| } |