webrtc/test/scenario
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
..
scenario_tests Format almost everything. 2019-07-08 13:45:15 +00:00
audio_stream.cc Fix for incorrect transport sequence number config for audio in scenario tests. 2019-08-06 16:26:22 +00:00
audio_stream.h Adds GetStats to scenario receive streams. 2019-04-09 11:44:20 +00:00
BUILD.gn Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
call_client.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00
call_client.h Replacing bandwidth adaptation trial with stable target in Opus encoder. 2019-09-24 16:35:02 +00:00
column_printer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
column_printer.h Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
hardware_codecs.cc Format almost everything. 2019-07-08 13:45:15 +00:00
hardware_codecs.h Adds scenario test framework. 2018-09-27 12:31:33 +00:00
network_node.cc Adds test for loss based controller under cross traffic induced loss. 2019-10-14 13:59:11 +00:00
network_node.h Move network emulation framework under test/network 2019-07-05 11:08:42 +00:00
OWNERS Adds scenario test framework. 2018-09-27 12:31:33 +00:00
performance_stats.cc Add Duration field to EventRateCounter 2019-10-09 09:25:26 +00:00
performance_stats.h Add Duration field to EventRateCounter 2019-10-09 09:25:26 +00:00
performance_stats_unittest.cc Add Duration field to EventRateCounter 2019-10-09 09:25:26 +00:00
scenario.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
scenario.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
scenario_config.cc Using NetworkEmulationManager in Scenario tests. 2019-04-16 06:24:26 +00:00
scenario_config.h Adds test for loss based controller under cross traffic induced loss. 2019-10-14 13:59:11 +00:00
scenario_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stats_collection.cc Split out RtpSource from libjingle_peerconnection_api 2019-09-02 14:04:47 +00:00
stats_collection.h Reland "Adds PeerConnection scenario test framework." 2019-08-06 16:12:12 +00:00
stats_collection_unittest.cc Increase allowed jitter buffer size in ScenarioAnalyzerTest.PsnrIsLowWhenNetworkIsBad. 2019-09-11 11:40:39 +00:00
video_frame_matcher.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00
video_frame_matcher.h Fix for tsan failue in real time scenario tests. 2019-08-29 09:35:46 +00:00
video_stream.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
video_stream.h Adds control of active layers in scenario tests. 2019-05-02 10:13:26 +00:00
video_stream_unittest.cc Fix for NACK retransmission in Scenario tests. 2019-06-26 15:23:57 +00:00