summaryrefslogtreecommitdiffstats
path: root/third_party/opus/BUILD.gn
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-12-03 15:27:24 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-03 23:27:41 +0000
commit34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb (patch)
treedc6a3e4de8e3093074390b933e9d4cb0e79070f5 /third_party/opus/BUILD.gn
parente00b5de3d64b4ea58797b13f42039956a5b3ddec (diff)
downloadchromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.zip
chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.gz
chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.bz2
gn format // (the rest, except mojo)
Excluded mojo because I think that needs to happen on the other side. At gn --version = 306668 for which roll is in CQ. R=brettw@chromium.org TBR=scherkus@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/774353003 Cr-Commit-Position: refs/heads/master@{#306708}
Diffstat (limited to 'third_party/opus/BUILD.gn')
-rw-r--r--third_party/opus/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
index 696234d..5ef411f 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",