Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 3e5e5894efc92fc80bb782228f0e13cc92dc08cd..94297185edddf0cd50551bad4aa7bcb9604a0926 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -604,10 +604,6 @@ group("gn_all") { |
| if (is_win && is_component_build) { |
| deps -= [ "//media/mojo/services:media_service_unittests" ] |
| } |
| - |
| - if (use_ozone && is_chromeos) { |
| - deps += [ "//services/ui/display:display_service_unittests" ] |
| - } |
| } |
| if (is_linux && !is_chromeos && !is_chromecast) { |