mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Submitted by: cpm Obtained from: https://github.com/cpu82/freebsd-chromium MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
20 lines
1.5 KiB
Text
20 lines
1.5 KiB
Text
--- chrome/browser/browser_resources.grd.orig 2017-12-15 02:04:08.000000000 +0100
|
|
+++ chrome/browser/browser_resources.grd 2017-12-24 00:39:53.904855000 +0100
|
|
@@ -370,7 +370,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_posix">
|
|
<include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugins_linux.json" type="BINDATA" />
|
|
</if>
|
|
<if expr="is_android">
|
|
@@ -620,7 +620,7 @@
|
|
<include name="IDR_WELCOME_WIN10_PIN_SMALL_WEBP" file="resources\welcome\win10\pin-small.webp" type="BINDATA" />
|
|
</if>
|
|
<include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir="false" type="BINDATA" />
|
|
- <if expr="is_android or is_linux">
|
|
+ <if expr="is_android or is_posix">
|
|
<include name="IDR_SANDBOX_INTERNALS_HTML" file="resources\sandbox_internals\sandbox_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
|
|
<include name="IDR_SANDBOX_INTERNALS_JS" file="resources\sandbox_internals\sandbox_internals.js" type="BINDATA" compress="gzip" />
|
|
</if>
|