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_BUILD.gn | |
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
Notes
Notes:
svn path=/head/; revision=433510
Diffstat (limited to 'www/chromium/files/patch-chrome_common_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_common_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_BUILD.gn b/www/chromium/files/patch-chrome_common_BUILD.gn index 9ef7bc529c4f..050e4cc58e07 100644 --- a/www/chromium/files/patch-chrome_common_BUILD.gn +++ b/www/chromium/files/patch-chrome_common_BUILD.gn @@ -1,7 +1,7 @@ ---- chrome/common/BUILD.gn.orig 2016-08-03 22:02:14.000000000 +0300 -+++ chrome/common/BUILD.gn 2016-09-27 19:17:20.410265000 +0300 -@@ -156,6 +156,13 @@ - ] +--- chrome/common/BUILD.gn.orig 2017-01-26 00:49:09 UTC ++++ chrome/common/BUILD.gn +@@ -243,6 +243,13 @@ static_library("common") { + public_deps += [ "//ppapi/shared_impl" ] } + if (is_bsd) { @@ -12,5 +12,5 @@ + } + if (enable_extensions) { - sources += rebase_path(gypi_values.chrome_common_extensions_sources, - ".", + sources += [ + "cast_messages.cc", |