diff options
Diffstat (limited to 'devel/electron4/files/patch-chrome_common_features.gni')
-rw-r--r-- | devel/electron4/files/patch-chrome_common_features.gni | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-chrome_common_features.gni b/devel/electron4/files/patch-chrome_common_features.gni new file mode 100644 index 000000000000..08918fc2e8bd --- /dev/null +++ b/devel/electron4/files/patch-chrome_common_features.gni @@ -0,0 +1,14 @@ +--- chrome/common/features.gni.orig 2019-03-15 06:37:09 UTC ++++ chrome/common/features.gni +@@ -46,9 +46,9 @@ declare_args() { + (is_desktop_linux && use_dbus) || is_chromeos + + enable_one_click_signin = +- is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast) ++ is_win || is_mac || is_bsd || (is_linux && !is_chromeos && !is_chromecast) + +- enable_service_discovery = enable_mdns || is_mac ++ enable_service_discovery = enable_mdns || is_mac || is_bsd + + # Enables use of the session service, which is enabled by default. + # Android stores them separately on the Java side. |