diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-12-01 04:06:37 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-12-01 04:06:37 +0000 |
commit | a0dbfe2fb016ec18b858d0857d8c3ce21662d29c (patch) | |
tree | 0454226a8e0acc85a44cfa5e09502134947dbdef /www/chromium/files/patch-content_test_BUILD.gn | |
parent | games/iqpuzzle: Update 1.2.0 -> 1.2.1 (diff) |
www/chromium: Update to version 87.0.4280.66
Submitted by: Matthias Wolf, cem, rene
Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
Notes
Notes:
svn path=/head/; revision=556709
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" ] + } + } |