webrtc/logging/rtc_event_log
Jonas Olsson b2b2031457 Concatenate string literals at compile time.
This CL was generated by running:
git ls-files | grep ".cc" | xargs perl -i -ne 'BEGIN {undef $/}; s/("[\s\n]*<<[\s\n]*")/" "/g; print;'; git cl format

After that I manually edited modules/audio_processing/gain_controller2.cc to preserve its original
formatting.

This primary benefit of this change is a small reduction in binary size.

Bug: None
Change-Id: I689fa7ba9c717c314bb167e5d592c3c4e0871e29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/165961
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30251}
2020-01-14 14:47:48 +00:00
..
encoder Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
events Adds remote estimates to rtc event log. 2019-09-19 09:22:37 +00:00
mock Delete deprecated rtc_event_log header 2019-08-07 10:58:17 +00:00
output Promote RtcEventLogOutputFile to api/ 2019-05-08 12:29:42 +00:00
DEPS [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.h Stop using rtc_event.h forward header 2019-09-11 08:20:29 +00:00
fake_rtc_event_log_factory.cc Delete deprecated rtc_event_log header 2019-08-07 10:58:17 +00:00
fake_rtc_event_log_factory.h Delete deprecated rtc_event_log_factory_interface.h 2019-09-05 08:57:36 +00:00
ice_logger.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ice_logger.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
logged_events.cc Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
logged_events.h Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_log2.proto Adds remote estimates to rtc event log. 2019-09-19 09:22:37 +00:00
rtc_event_log2rtp_dump.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtc_event_log_impl.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtc_event_log_impl.h Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_event_log_parser.cc Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log_parser.h Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log_unittest.cc Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log_unittest_helper.cc Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log_unittest_helper.h Adds remote estimates to rtc event log. 2019-09-19 09:22:37 +00:00
rtc_event_processor.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rtc_event_processor_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.h Format almost everything. 2019-07-08 13:45:15 +00:00