webrtc/rtc_tools
Mirko Bonadei e5f4c6b8d2 Reland "Refactor rtc_base build targets."
This is a reland of 69241a93fb

Fix: The problem was related to NO_MAIN_THREAD_WRAPPING, which
affects https://source.chromium.org/chromium/chromium/src/+/master:third_party/webrtc/rtc_base/thread.cc;l=257-263;drc=7acc2d9fe3a6e3c4d8881d2bdfc9b8968a724cd5.
The original CL didn't attach the definition of the macro
NO_MAIN_THREAD_WRAPPING when building for Chromium (which doesn't have
to be related to //rtc_base anymore but to //rtc_base:threading).

Original change's description:
> Refactor rtc_base build targets.
>
> The "//rtc_base:rtc_base" build target has historically been one of the
> biggest targets in the WebRTC build. Big targets are the main source of
> circular dependencies and non-API types leakage.
>
> This CL is a step forward into splitting "//rtc_base:rtc_base" into
> smaller targets (as originally started in 2018).
>
> The only non-automated changes are (like re-wiring the build system):
> * The creation of //rtc_base/async_resolver.{h,cc} which allows to
>   break a circular dependency (is has been extracted from
>   //rtc_base/net_helpers.{h,cc}).
> * The creation of //rtc_base/internal/default_socket_server.{h,cc} to
>   break another circular dependency.
>
> Bug: webrtc:9987
> Change-Id: I0c8f5e7efe2c8fd8e6bffa0d6dd2dd494cf3df02
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196903
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Harald Alvestrand <hta@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32941}

Bug: webrtc:9987
Change-Id: I7cdf49d2aac8357f1f50f90010bf2c2f62fa19f6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/202021
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33001}
2021-01-15 17:00:05 +00:00
..
audioproc_f Move audioproc_f to rtc_tools. 2019-12-10 12:08:56 +00:00
converter Use non-deprecated EncodedImageCallback::OnEncodedImage in rtc_tools 2020-08-12 09:17:15 +00:00
frame_analyzer Write protos as binary. 2020-03-12 09:43:57 +00:00
loopback_test Remove inactive OWNERS. 2020-02-19 13:37:36 +00:00
network_tester Reland "Refactor rtc_base build targets." 2021-01-15 17:00:05 +00:00
psnr_ssim_analyzer Add usage message to psnr_ssim_analyzer. 2019-07-19 09:11:40 +00:00
py_event_log_analyzer Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
rtc_event_log_visualizer Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
rtp_generator Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
testing Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
unpack_aecdump Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00
author_line_count.sh author_line_count.sh: Move user arguments last 2019-04-01 08:03:05 +00:00
BUILD.gn Reland "Refactor rtc_base build targets." 2021-01-15 17:00:05 +00:00
class_usage.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
compare_videos.py Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
DEPS Add YUV to IVF video converter util 2020-02-19 14:44:21 +00:00
header_usage.sh header_usage.sh: Keep leading directory for grep. 2017-10-19 13:46:51 +00:00
metrics_plotter.py Reformat python files checked by pylint (part 1/2). 2020-10-30 10:13:11 +00:00
OWNERS Purge phoglund from most OWNERS files. 2020-03-09 14:08:30 +00:00
sanitizers_unittest.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
video_file_reader.cc Fix -Wunused-result warnings 2019-02-13 09:24:08 +00:00
video_file_reader.h Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_reader_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_writer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_file_writer.h Fix VideoFileWriterTest flakiness by using unique file path. 2019-03-21 11:21:15 +00:00
video_file_writer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_replay.cc Use a task queue for call interaction in video_replay tool 2020-12-14 15:25:43 +00:00