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

Unified Diff: content/test/BUILD.gn

Issue 2488963003: Revert of Convert Site Isolation Win bot to --isolate-extensions [2nd attempt]. (Closed)
Patch Set: Created 4 years, 1 month 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 efddf25ad94cafefbe98f42970d3d18e3e668800..a858fd985893b26a7e3107c72168de0a9a5285e7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -726,7 +726,6 @@
data_deps = [
"//content/shell:pak",
- "//testing/buildbot/filters:content_browsertests",
"//third_party/mesa:osmesa",
]
@@ -763,6 +762,7 @@
}
if (is_win || is_linux || is_android) {
+ data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.filter" ]
}
if (is_win) {
@@ -785,6 +785,7 @@
if (is_linux) {
sources += [ "../zygote/zygote_browsertest.cc" ]
+ data += [ "//testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter" ]
}
if (is_android) {
« 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