webrtc/api/audio_codecs/opus
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
..
audio_decoder_multi_channel_opus.cc Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
audio_decoder_multi_channel_opus.h Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
audio_decoder_multi_channel_opus_config.h Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
audio_decoder_opus.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
audio_decoder_opus.h AudioDecoderOpus: Add support for 16 kHz output sample rate 2019-05-29 12:42:38 +00:00
audio_encoder_multi_channel_opus.cc Encoder side of Multistream Opus. 2019-04-25 15:07:38 +00:00
audio_encoder_multi_channel_opus.h Encoder side of Multistream Opus. 2019-04-25 15:07:38 +00:00
audio_encoder_multi_channel_opus_config.cc Encoder side of Multistream Opus. 2019-04-25 15:07:38 +00:00
audio_encoder_multi_channel_opus_config.h Encoder side of Multistream Opus. 2019-04-25 15:07:38 +00:00
audio_encoder_opus.cc Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
audio_encoder_opus.h Audio codecs API: Remove some weasel words in the docs 2018-10-22 08:52:15 +00:00
audio_encoder_opus_config.cc AudioEncoderOpus: Add support for 16 kHz input sample rate 2019-05-27 13:01:04 +00:00
audio_encoder_opus_config.h AudioEncoderOpus: Add support for 16 kHz input sample rate 2019-05-27 13:01:04 +00:00
BUILD.gn Reformat GN files. 2020-01-21 12:13:11 +00:00