Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 8f9896b54cde15ba62750257c21b0a3fe57ec56d..bc11394c49c611517446fc22cd23338a1a858942 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -311,6 +311,10 @@ static_library("test_support") { |
| configs += [ "//build/config/linux:x11" ] |
| deps += [ "//ui/platform_window/x11" ] |
| } |
| + |
| + if (use_ozone) { |
| + deps += [ "//ui/ozone" ] |
|
rjkroege
2016/08/26 19:55:53
Would it be too hard to narrow the dependency?. Ca
kylechar
2016/08/29 15:38:14
Well, the DEPS only allows ui/ozone/public for #in
|
| + } |
| } |
| source_set("run_all_unittests") { |