summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-chrome_common_features.gni
blob: 7b4251a9c33cc1ef5eb16b376a2617b5945ada28 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/features.gni.orig	2017-06-05 19:03:03 UTC
+++ chrome/common/features.gni
@@ -47,7 +47,7 @@ declare_args() {
       is_android || is_mac || (is_desktop_linux && use_glib && use_gio)
 
   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)
 
   # Set to true to bundle all the mash related mojo services into chrome.
   # Specify --mash to chrome to have chrome start the mash environment.
OpenPOWER on IntegriCloud