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

Unified Diff: content/test/BUILD.gn

Issue 2337383002: Fix swarming for content_browsertests and browser_tests on site isolation bots. (Closed)
Patch Set: Created 4 years, 3 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/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c36e8d06642b4c947c33bc01259211573111211a..e5ca431e68ea15b31fd5d53e5133600bb128126f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -676,6 +676,10 @@ test("content_browsertests") {
if (is_linux) {
data += [ "//testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter" ]
}
+
+ if (is_win || is_linux) {
+ data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.filter" ]
+ }
}
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698