blob: f3d7249f1c4c245ba0d0ca38fb18350c247d5e4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- chrome/common/BUILD.gn.orig 2020-05-13 18:40:25 UTC
+++ chrome/common/BUILD.gn
@@ -277,6 +277,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",
|