Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index ba6a1bdcd64802c31fd3ab5fbdabdaccb09eb03e..520ef971f70a995563499a51a54a5efc0b173fb5 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -732,10 +732,7 @@ group("gn_only") { |
| } |
| if (!is_android && !is_ios && !is_chromeos) { |
| - deps += [ |
| - "//components/proximity_auth:proximity_auth_unittests", |
| - "//media/remoting:media_remoting_unittests", |
| - ] |
| + deps += [ "//components/proximity_auth:proximity_auth_unittests" ] |
| } |
| if (is_win || is_linux) { |