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
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
--- chrome/common/BUILD.gn.orig 2020-07-07 21:58:14 UTC
|
|
+++ chrome/common/BUILD.gn
|
|
@@ -273,6 +273,11 @@ static_library("common") {
|
|
public_deps += [ "//ppapi/shared_impl" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "component_flash_hint_file_linux.cc" ]
|
|
+ deps -= [ "//components/crash/core/app" ]
|
|
+ }
|
|
+
|
|
if (enable_extensions) {
|
|
sources += [
|
|
"cast_messages.cc",
|