summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_BUILD.gn
blob: 9ef7bc529c4f6de23b73c598f6560b4aa1b78d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- chrome/common/BUILD.gn.orig	2016-08-03 22:02:14.000000000 +0300
+++ chrome/common/BUILD.gn	2016-09-27 19:17:20.410265000 +0300
@@ -156,6 +156,13 @@
     ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "component_flash_hint_file_linux.cc",
+      "component_flash_hint_file_linux.h",
+    ]
+  }
+
   if (enable_extensions) {
     sources += rebase_path(gypi_values.chrome_common_extensions_sources,
                            ".",