diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-06 19:29:36 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-06 19:29:36 +0000 |
commit | 8d28aa8db0c717bef863b7a7630f48cf3870ffb1 (patch) | |
tree | ae8b6c930932585d45e586480457898519baa1ce /www/chromium/files/patch-chrome_common_features.gni | |
parent | Upgrade to 0.11.0 (diff) |
www/chromium: update to 56.0.2924.87
- Use system FFmpeg instead of embedded code copy [1]
- Disable PULSEAUDIO option [2]
- Sort _DEPENDS variables
- Regenerate patches with make makepatch
PR: 215271 [1], 216327 [2]
Reported by: jbeich [1]
Approved by: rene
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-chrome_common_features.gni')
-rw-r--r-- | www/chromium/files/patch-chrome_common_features.gni | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_features.gni b/www/chromium/files/patch-chrome_common_features.gni index b6db716cf8ed..7919f707d6c4 100644 --- a/www/chromium/files/patch-chrome_common_features.gni +++ b/www/chromium/files/patch-chrome_common_features.gni @@ -1,11 +1,11 @@ ---- chrome/common/features.gni.orig 2016-10-06 04:02:14.000000000 +0300 -+++ chrome/common/features.gni 2016-10-13 06:19:10.348914000 +0300 -@@ -21,7 +21,7 @@ - enable_background = !is_ios && !is_android && !is_chromecast +--- chrome/common/features.gni.orig 2017-01-26 00:49:10 UTC ++++ chrome/common/features.gni +@@ -43,7 +43,7 @@ declare_args() { + enable_hotwording = is_chrome_branded && 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) - # Google Now is disabled to prepare for its removal. - # http://crbug.com/539674 + # Set to true to bundle all the mash related mojo services into chrome. + # Specify --mash to chrome to have chrome start the mash environment. |