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

Unified Diff: chrome/test/BUILD.gn

Issue 2335333003: Fix swarming for content_browsertests and browser_tests on PlzNavigate FYI bot. (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 | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | testing/buildbot/chromium.fyi.json » ('J')
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 33de5dba7914226552f5258240e60f72e13e97ab..43d3937fb81462a720e227984a1ae04e27f05e17 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1942,6 +1942,10 @@ test("browser_tests") {
data_deps += [ "//chrome:packed_extra_resources" ]
}
+ if (is_linux) {
+ data += [ "//testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter" ]
+ }
+
if (!enable_one_click_signin) {
sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_browsertest.cc" ]
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | testing/buildbot/chromium.fyi.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698