aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_chrome__paks.gni
blob: e67ac675f2af12121ee0931e32de3e95f3784804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/chrome_paks.gni.orig	2017-06-05 19:03:03 UTC
+++ chrome/chrome_paks.gni
@@ -157,7 +157,7 @@ template("chrome_extra_paks") {
         "//ui/file_manager:resources",
       ]
     }
-    if (is_linux || is_mac) {
+    if (is_linux || is_bsd || is_mac) {
       sources += [ "$root_gen_dir/headless/headless_lib_resources.pak" ]
       deps += [ "//headless:resources" ]
     }