summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_common_BUILD.gn
blob: 39edb2bf620e484d39302896b600a25e50744095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- chrome/common/BUILD.gn.orig	2017-12-15 02:04:11.000000000 +0100
+++ chrome/common/BUILD.gn	2017-12-30 02:27:17.872477000 +0100
@@ -287,6 +287,10 @@
     public_deps += [ "//ppapi/shared_impl" ]
   }
 
+  if (is_bsd) {
+    sources -= [ "component_flash_hint_file_linux.cc" ]
+  }
+
   if (enable_extensions) {
     sources += [
       "cast_messages.cc",