| Index: third_party/opus/BUILD.gn
|
| diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
|
| index 696234d9e2ec79efc826e2ea6341fb8480dd1998..5ef411f741dfbeb90e85e91a71e43553b4b2534d 100644
|
| --- a/third_party/opus/BUILD.gn
|
| +++ b/third_party/opus/BUILD.gn
|
| @@ -22,7 +22,9 @@ config("opus_config") {
|
| if (use_opus_rtcd) {
|
| action("convert_rtcd_assembler") {
|
| script = "convert_rtcd_assembler.py"
|
| - outputs = [ "$target_gen_dir/celt_pitch_xcorr_arm_gnu.S" ]
|
| + outputs = [
|
| + "$target_gen_dir/celt_pitch_xcorr_arm_gnu.S",
|
| + ]
|
| args = [
|
| rebase_path("//third_party/opus/src/celt/arm/arm2gnu.pl", root_build_dir),
|
| rebase_path("//third_party/opus/src/celt/arm/celt_pitch_xcorr_arm.s",
|
|
|