$OpenBSD: patch-chrome_browser_browser_resources_grd,v 1.9 2014/01/18 11:42:03 robert Exp $
--- chrome/browser/browser_resources.grd.orig.port	Mon Jan 13 22:00:18 2014
+++ chrome/browser/browser_resources.grd	Thu Jan 16 12:26:42 2014
@@ -205,7 +205,7 @@
       <if expr="is_macosx">
         <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_mac.json" type="BINDATA" />
       </if>
-      <if expr="is_linux">
+      <if expr="is_linux or is_posix">
         <if expr="pp_ifdef('chromeos')">
           <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_chromeos.json" type="BINDATA" />
         </if>
@@ -352,7 +352,7 @@
       <if expr="pp_ifdef('chromeos')">
         <include name="IDR_NETWORK_CONFIGURATION_MANIFEST" file="resources\chromeos\network_configuration\manifest.json" type="BINDATA" />
       </if>
-      <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')">
+      <if expr="((is_linux or is_posix) and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')">
         <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flattenhtml="true" type="BINDATA" />
         <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_modal_confirm_dialog.html" flattenhtml="true" type="BINDATA" />
       </if>
