Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index b8fbba60c4b085a987d4d25be1919886374b6929..29576617a77ded4e7f960be13bc5f1d07fdd2cea 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1943,10 +1943,6 @@ 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" ] |
} |
@@ -1981,9 +1977,14 @@ test("browser_tests") { |
] |
} |
+ if (is_linux) { |
+ data += [ "//testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter" ] |
+ } |
+ |
if (is_win || is_linux) { |
sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ] |
data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ] |
+ data += [ "//testing/buildbot/filters/site-per-process.browser_tests.filter" ] |
} |
if (is_win) { |
# TODO(halyavin) NaCl on Windows can't open debug stub socket in |