webrtc/audio
Mirko Bonadei ccbe95fd8a Reformat GN files.
`gn format` recently [1] changed its formatting behavior
for deps, source, and a few other elements when they
are assigned (with =) single-element lists to be consistent
with the formatting of updates (with +=) with single-element.

Now that we've rolled in a GN binary with the change,
reformat all files so that people don't get presubmit
warnings due to this.

CL generated with:
$ git ls-files | grep BUILD.gn | xargs gn format
$ gn format build_overrides/build.gni
$ gn format build_overrides/gtest.gni
$ gn format modules/audio_coding/audio_coding.gni
$ gn format webrtc.gni
$ gn format .gn

Plus a few manual changes to add exceptions for
"public_deps" (after changing these lines the presubmit
started to complain).

[1] - https://gn-review.googlesource.com/c/gn/+/6860

Bug: webrtc:11302
Change-Id: Iac29d23c1618ebef925c972e2891cd9f4e8cd613
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166882
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30334}
2020-01-21 12:13:11 +00:00
..
test Delete media transport integration. 2019-11-26 19:19:36 +00:00
utility Reformat GN files. 2020-01-21 12:13:11 +00:00
audio_level.cc Format almost everything. 2019-07-08 13:45:15 +00:00
audio_level.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
audio_receive_stream.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
audio_receive_stream.h Enable injection of a custom NetEqFactory into PeerConnectionFactory. 2019-11-01 11:30:36 +00:00
audio_receive_stream_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
audio_send_stream.cc Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
audio_send_stream.h Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
audio_send_stream_tests.cc Migrate several call tests from legacy RtpHeaderParser to RtpPacket parsing. 2020-01-07 13:02:52 +00:00
audio_send_stream_unittest.cc Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
audio_state.cc Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api 2020-01-13 18:31:30 +00:00
audio_state.h Avoid running NullAudioPoller without receiving streams 2019-10-17 10:58:44 +00:00
audio_state_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
audio_transport_impl.cc Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api 2020-01-13 18:31:30 +00:00
audio_transport_impl.h Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api 2020-01-13 18:31:30 +00:00
BUILD.gn Reformat GN files. 2020-01-21 12:13:11 +00:00
channel_receive.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
channel_receive.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
channel_send.cc Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
channel_send.h Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
conversion.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
mock_voe_channel_proxy.h Cleanup: Using RtpRtcp directly from AudioSendStream 2020-01-15 19:01:50 +00:00
null_audio_poller.cc Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
null_audio_poller.h Cleanup: Removes redundant includes on message_queue.h 2020-01-08 14:12:08 +00:00
OWNERS Add saza@ and peah@ to OWNERS of some audio files 2020-01-13 12:31:21 +00:00
remix_resample.cc Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" 2019-07-24 16:47:13 +00:00
remix_resample.h Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
remix_resample_unittest.cc Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00