diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-02-20 18:51:06 +0000 |
commit | 2312775f8ebc90aa20f4e45bd252816e24314844 (patch) | |
tree | 34414a0b8d8a904cd0eb4023b41603862897f7c9 /www/chromium/files/patch-media_audio_BUILD.gn | |
parent | Update to 0.9704. (diff) |
www/chromium: update to 63.0.3239.132
Submitted by: cpm
Obtained from: https://github.com/cpu82/freebsd-chromium
MFH: 2018Q1
Security: https://vuxml.freebsd.org/freebsd/e264e74e-ffe0-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/1d951e85-ffdb-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/82894193-ffd4-11e7-8b91-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/f8e72cd4-c66a-11e7-bb17-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/3cd46257-bbc5-11e7-a3bc-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/a692bffe-b6ad-11e7-a1c2-e8e0b747a45a.html
Notes
Notes:
svn path=/head/; revision=462416
Diffstat (limited to 'www/chromium/files/patch-media_audio_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-media_audio_BUILD.gn | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/www/chromium/files/patch-media_audio_BUILD.gn b/www/chromium/files/patch-media_audio_BUILD.gn index f73f3e3061f9..4e0db7c6409d 100644 --- a/www/chromium/files/patch-media_audio_BUILD.gn +++ b/www/chromium/files/patch-media_audio_BUILD.gn @@ -1,11 +1,11 @@ ---- media/audio/BUILD.gn.orig 2017-06-05 19:03:08 UTC -+++ media/audio/BUILD.gn -@@ -216,9 +216,19 @@ source_set("audio") { +--- media/audio/BUILD.gn.orig 2018-01-04 21:05:54.000000000 +0100 ++++ media/audio/BUILD.gn 2018-01-27 12:34:55.048961000 +0100 +@@ -237,9 +237,19 @@ deps += [ "//media/base/android:media_jni_headers" ] } - if (is_linux) { -+ if (is_linux || (is_bsd && !use_sndio)) { ++ if (is_linux && !use_sndio) { sources += [ "linux/audio_manager_linux.cc" ] } + if (use_sndio) { @@ -21,16 +21,11 @@ if (use_alsa) { libs += [ "asound" ] -@@ -265,9 +265,11 @@ source_set("audio") { +@@ -285,7 +295,6 @@ + if (link_pulseaudio) { configs += [ ":libpulse" ] } else { - # TODO(ajwong): Technically, this dl should go in the action. - libs += [ "dl" ] deps += [ ":pulse_generate_stubs" ] sources += get_target_outputs(":pulse_generate_stubs") -+ } -+ if (is_linux) { -+ libs += [ "dl" ] } - } - |