diff options
Diffstat (limited to 'www/chromium/files/patch-content_test_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_test_BUILD.gn | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_test_BUILD.gn b/www/chromium/files/patch-content_test_BUILD.gn index d89e6cbdb890..5ff957e1cd4b 100644 --- a/www/chromium/files/patch-content_test_BUILD.gn +++ b/www/chromium/files/patch-content_test_BUILD.gn @@ -1,9 +1,9 @@ ---- content/test/BUILD.gn.orig 2020-09-08 19:14:05 UTC +--- content/test/BUILD.gn.orig 2020-11-13 06:36:43 UTC +++ content/test/BUILD.gn -@@ -1387,10 +1387,12 @@ test("content_browsertests") { +@@ -1402,10 +1402,12 @@ test("content_browsertests") { } - if (is_linux) { + if (is_linux || is_chromeos) { - sources += [ - "../browser/utility_process_sandbox_browsertest.cc", - "../browser/zygote_host/zygote_browsertest.cc", @@ -17,3 +17,12 @@ deps += [ "//services/service_manager/tests:interfaces", "//ui/gfx:test_support", +@@ -1625,7 +1627,7 @@ static_library("run_all_unittests") { + ":test_support", + "//base/test:test_support", + ] +- if (is_linux || is_chromeos) { ++ if ((is_linux || is_chromeos) && !is_bsd) { + deps += [ "//content/common:set_process_title_linux" ] + } + } |