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