Chromium Code Reviews| Index: ui/display/BUILD.gn |
| diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn |
| index 6ecdbc6d9658f9744156cfef9734701a2e877800..5c921199e653d8137ee6dd867015a09bbe74b39c 100644 |
| --- a/ui/display/BUILD.gn |
| +++ b/ui/display/BUILD.gn |
| @@ -220,10 +220,6 @@ test("display_unittests") { |
| "//ui/gfx/geometry", |
| ] |
| - if (use_aura) { |
| - sources -= [ "screen_unittest.cc" ] |
| - } |
| - |
| if (is_android) { |
| # Do not run display_change_notifier_unittest.cc on Android because it |
| # does not compile display_observer.cc |