summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_browser_BUILD.gn
blob: 2d6f3e75bb67f2714b0c690cc98816b1f8be6246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/browser/BUILD.gn.orig	2016-10-06 04:02:19.000000000 +0300
+++ extensions/browser/BUILD.gn	2016-10-13 07:31:49.246712000 +0300
@@ -85,7 +85,7 @@
               "//extensions")
       sources += nonchromeos_sources
 
-      if (is_linux) {
+      if (is_linux || is_bsd) {
         if (use_dbus) {
           deps += [ "//dbus" ]
         }