mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
2dd4dd29c0
Submitted by: Matthias Wolf via GitHub MFH: 2020Q3 Security: http://vuxml.freebsd.org/freebsd/9a447f78-d0f8-11ea-9837-e09467587c17.html Security: http://vuxml.freebsd.org/freebsd/870d59b0-c6c4-11ea-8015-e09467587c17.html
20 lines
619 B
Plaintext
20 lines
619 B
Plaintext
--- components/BUILD.gn.orig 2020-07-07 21:58:14 UTC
|
|
+++ components/BUILD.gn
|
|
@@ -290,9 +290,14 @@ test("components_unittests") {
|
|
]
|
|
|
|
if (!is_fuchsia) {
|
|
+ if (!is_bsd) {
|
|
+ deps += [
|
|
+ "//components/crash/content/browser:unit_tests",
|
|
+ "//components/crash/core/app:unit_tests",
|
|
+ ]
|
|
+ }
|
|
+
|
|
deps += [
|
|
- "//components/crash/content/browser:unit_tests",
|
|
- "//components/crash/core/app:unit_tests",
|
|
"//components/data_reduction_proxy/core/browser:unit_tests",
|
|
"//components/data_reduction_proxy/core/common:unit_tests",
|
|
]
|