Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index 679b321f9d1d0a616dcc2c32e38212dfb8f23dc2..0a9ab3e7aaf2ccf9c2ba9dab4670f1d0497dc357 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -2177,7 +2177,7 @@ test("unit_tests") { |
| } |
| } |
| -if (is_win || is_mac || (is_linux && !is_chromeos)) { |
| +if (is_win || is_mac || is_linux) { |
| # TODO(GYP): Figure out which of these work and are needed on other |
| # platforms. |
| test("chrome_app_unittests") { |