summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_features.gni
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-09-17 11:10:43 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-09-17 11:10:43 +0000
commit4181ea8c1c72a23fdd9f1253794cd99bc04b5bc1 (patch)
tree1bbf19adfa65f203d6dc4e226b48c372853bdb2d /www/chromium/files/patch-chrome_common_features.gni
parentsysutils/passwordsafe:Add Yubikey support (diff)
www/chromium: update to 61.0.3163.79
- Add arm64 support [1] - Fix segfault on i386 [2] - Switch to USES=compiler:c++14-lang for devel/chromium-gn because chromium needs __builtin_add_overflow and friends to build. Changelog: https://chromium.googlesource.com/chromium/src/+log/60.0.3112.113..61.0.3163.79?pretty=fuller&n=10000 PR: 220291 [1], 221266 [2] Submitted by: Andrew [1] Reported by: Patrick <doctorwhoguy@gmail.com> [2] MFH: 2017Q3
Diffstat (limited to 'www/chromium/files/patch-chrome_common_features.gni')
-rw-r--r--www/chromium/files/patch-chrome_common_features.gni19
1 files changed, 14 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome_common_features.gni b/www/chromium/files/patch-chrome_common_features.gni
index 7b4251a9c33c..cc70d4ab4afb 100644
--- a/www/chromium/files/patch-chrome_common_features.gni
+++ b/www/chromium/files/patch-chrome_common_features.gni
@@ -1,11 +1,20 @@
---- 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)
+--- chrome/common/features.gni.orig 2017-09-05 21:05:14.000000000 +0200
++++ chrome/common/features.gni 2017-09-07 15:11:34.649303000 +0200
+@@ -46,7 +46,7 @@
+ is_android || is_mac || (is_desktop_linux && use_dbus)
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.
+ # Indicates if Exo should use ozone gamepad. If this is false, exo will use
+ # /device/gamepad as backend.
+@@ -60,7 +60,7 @@
# Specify --mash to chrome to have chrome start the mash environment.
+ enable_package_mash_services = is_chromeos
+
+- 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.