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

Unified Diff: content/test/BUILD.gn

Issue 2058743003: PlzNavigate: adds Linux runs of content_browsertests to the CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates the filter file with latest failures. 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 | « no previous file | testing/buildbot/chromium.linux.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 6fa4380bf642ad5a0ab90ae7d11c6afdedcf66ee..c22c15fde590ed1cb0162f4fef75dea614f1473f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -420,6 +420,9 @@ test("content_browsertests") {
data += [ "$root_out_dir/content_browsertests.exe.pdb" ]
}
}
+ if (is_linux) {
+ data += [ "//testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter" ]
clamy 2016/06/27 12:45:12 This is different from what is done for site-isola
carlosk 2016/06/27 13:27:35 See comment #8 where dpranke@ suggests to not do t
clamy 2016/06/27 13:29:29 Acknowledged.
+ }
}
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698