webrtc/common_audio
Mirko Bonadei 86d053c2db Use source_sets in component builds and static_library in release builds.
Static libraries don't guarantee that an exported symbol gets linked
into a shared library (and in order to support Chromium's component
build mode, WebRTC needs to be linked as a shared library).

Source sets always pass all the object files to the linker.

On the flip side, source_sets link more object files in release builds
and to avoid this, this CL introduces a the GN template "rtc_library" that
expands to static_library during release builds and to source_set during
component builds.

See: https://gn.googlesource.com/gn/+/master/docs/reference.md#func_source_set

Bug: webrtc:9419
Change-Id: I4667e820c2b3fcec417becbd2034acc13e4f04fe
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157168
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#29525}
2019-10-17 21:17:18 +00:00
..
include Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
mocks Replace rtc::Optional with absl::optional 2018-06-21 09:32:56 +00:00
resampler Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
signal_processing Fix a bug/typo in WebRtcSpl_FilterAR which updates the wrong state vector 2019-08-15 16:46:22 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
vad Avoid reading outside of memory in WebRtcVad_FindMinimum 2019-10-17 10:59:49 +00:00
audio_converter.cc ClangTidy fixes for common_audio/ 2019-03-15 00:43:12 +00:00
audio_converter.h Format almost everything. 2019-07-08 13:45:15 +00:00
audio_converter_unittest.cc Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00
audio_util.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
audio_util_unittest.cc Reland of Correct conversion between float and fixed formats 2019-08-19 12:15:07 +00:00
BUILD.gn Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
channel_buffer.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
channel_buffer.h Format almost everything. 2019-07-08 13:45:15 +00:00
channel_buffer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
DEPS Removing openmax_dl 2018-05-07 12:12:04 +00:00
fir_filter.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_c.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_c.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_factory.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
fir_filter_factory.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_neon.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_neon.h Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
fir_filter_sse.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_sse.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
real_fourier.cc Removing warning suppression flags in common_audio/. 2018-07-04 11:13:09 +00:00
real_fourier.h Format almost everything. 2019-07-08 13:45:15 +00:00
real_fourier_ooura.cc Move fft4g to proper third_party directory 2018-07-25 15:44:53 +00:00
real_fourier_ooura.h Format almost everything. 2019-07-08 13:45:15 +00:00
real_fourier_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
ring_buffer.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ring_buffer.h Moving LappedTransform, Blocker and AudioRingBuffer. 2018-08-31 15:27:50 +00:00
ring_buffer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
smoothing_filter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
smoothing_filter.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
smoothing_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sparse_fir_filter.cc ClangTidy fixes for common_audio/ 2019-03-15 00:43:12 +00:00
sparse_fir_filter.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
sparse_fir_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
wav_file.cc Delete class PlatformFile. 2019-08-06 09:07:50 +00:00
wav_file.h Delete class PlatformFile. 2019-08-06 09:07:50 +00:00
wav_file_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
wav_header.cc Delete method ReadableWav::Eof, which was used incorrectly. 2019-06-28 07:29:10 +00:00
wav_header.h Delete method ReadableWav::Eof, which was used incorrectly. 2019-06-28 07:29:10 +00:00
wav_header_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
window_generator.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
window_generator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
window_generator_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00