blob: b522c6c9cb6cf6fa66abce729c833f4f99462cc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/browser_resources.grd.orig 2017-03-09 20:04:27 UTC
+++ chrome/browser/browser_resources.grd
@@ -384,7 +384,7 @@
<include name="IDR_ABOUT_VOICESEARCH_JS" file="resources\about_voicesearch.js" type="BINDATA" />
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_chromeos.json" type="BINDATA" />
</if>
- <if expr="desktop_linux or (is_android and enable_plugins)">
+ <if expr="desktop_linux or (is_android and enable_plugins) or is_bsd">
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_linux.json" type="BINDATA" />
</if>
<if expr="is_android">
|