15 lines
1.2 KiB
Plaintext
15 lines
1.2 KiB
Plaintext
$OpenBSD: patch-chrome_browser_browser_resources_grd,v 1.23 2020/04/12 10:52:45 robert Exp $
|
|
|
|
Index: chrome/browser/browser_resources.grd
|
|
--- chrome/browser/browser_resources.grd.orig
|
|
+++ chrome/browser/browser_resources.grd
|
|
@@ -54,7 +54,7 @@
|
|
<include name="IDR_DISCARDS_MOJO_PUBLIC_BASE_PROCESS_ID_MOJOM_LITE_JS" file="${root_gen_dir}\mojo\public\mojom\base\process_id.mojom-lite.js" compress="gzip" use_base_dir="false" type="BINDATA" />
|
|
<include name="IDR_DISCARDS_SORTED_TABLE_BEHAVIOR_JS" file="resources\discards\sorted_table_behavior.js" compress="gzip" type="BINDATA" />
|
|
</if>
|
|
- <if expr="is_win or is_macosx or (is_linux and not chromeos)">
|
|
+ <if expr="is_win or is_macosx or (is_posix and not chromeos)">
|
|
<include name="IDR_BROWSER_SWITCH_APP_JS" file="${root_gen_dir}\chrome\browser\resources\browser_switch\app.js" compress="gzip" use_base_dir="false" type="BINDATA" />
|
|
<include name="IDR_BROWSER_SWITCH_PROXY_JS" file="resources\browser_switch\browser_switch_proxy.js" compress="gzip" type="BINDATA" />
|
|
<include name="IDR_BROWSER_SWITCH_HTML" file="resources\browser_switch\browser_switch.html" compress="gzip" allowexternalscript="true" type="BINDATA" />
|