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

Unified Diff: content/test/BUILD.gn

Issue 2431793002: Add --site-per-process flavor of //content tests to Site Isolation Android bot. (Closed)
Patch Set: content/test/BUILD.gn - including the filter file on android builds. Created 4 years, 2 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 | « no previous file | 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 685d15570d43280fb066f18941be17538d311f3e..e22558f3286d85f4533f541aaec99082b3ba6fa5 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -669,7 +669,7 @@ test("content_browsertests") {
data += [ "//testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter" ]
}
- if (is_win || is_linux) {
+ if (is_win || is_linux || is_android) {
data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.filter" ]
}
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698