Chromium Code Reviews| Index: services/BUILD.gn |
| diff --git a/services/BUILD.gn b/services/BUILD.gn |
| index 11cfefb4737fa11937ff30e15b73e0546de0d3ec..41db112488a74b0151c363b95585bc0c319285f7 100644 |
| --- a/services/BUILD.gn |
| +++ b/services/BUILD.gn |
| @@ -82,6 +82,10 @@ group("tests") { |
| "//services/prediction:apptests", |
| ] |
| + if (!is_android) { |
| + deps += [ "//services/authentication:apptests" ] |
| + } |
| + |
| if (is_linux && !is_fnl) { |
| deps += [ "//services/python:python_apptests" ] |
| } |