Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index abc18b5ae3659c0171c4151b7b01d80fc385e76f..9969ffd9ed18a10cbdbf2393ca2e47ab5294d7bc 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -2309,7 +2309,7 @@ if (!is_android) { |
} |
} |
-if (is_win || (is_linux && !is_chromeos)) { |
+if (!is_android && !is_ios && !is_chromecast) { |
test("performance_browser_tests") { |
sources = |
rebase_path(chrome_tests_gypi_values.performance_browser_tests_sources, |