Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4784)

Unified Diff: chrome/test/BUILD.gn

Issue 2035083003: mac/gn: Build performance_browser_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698