summaryrefslogtreecommitdiffstats
path: root/third_party/speex/BUILD.gn
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-02-27 18:23:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-28 02:24:07 +0000
commit7c7296f4dcb7e32fa4440b333a40a37699f517b1 (patch)
tree279df2952a81b93354570bb78e92c3c4c5a24fa9 /third_party/speex/BUILD.gn
parente4f56cef9af4457ba0074e963748284d5da35165 (diff)
downloadchromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.zip
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.gz
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.bz2
Apply gn format with 'sources' sorting to src/
Application of https://codereview.chromium.org/962003002/. TBR=keybuk@chromium.org R=brettw@chromium.org BUG=456014 Review URL: https://codereview.chromium.org/960413003 Cr-Commit-Position: refs/heads/master@{#318574}
Diffstat (limited to 'third_party/speex/BUILD.gn')
-rw-r--r--third_party/speex/BUILD.gn22
1 files changed, 11 insertions, 11 deletions
diff --git a/third_party/speex/BUILD.gn b/third_party/speex/BUILD.gn
index 1b5dc9a..02a7942 100644
--- a/third_party/speex/BUILD.gn
+++ b/third_party/speex/BUILD.gn
@@ -8,6 +8,17 @@ config("speex_config") {
source_set("speex") {
sources = [
+ "include/speex/speex.h",
+ "include/speex/speex_bits.h",
+ "include/speex/speex_buffer.h",
+ "include/speex/speex_callbacks.h",
+ "include/speex/speex_echo.h",
+ "include/speex/speex_header.h",
+ "include/speex/speex_jitter.h",
+ "include/speex/speex_preprocess.h",
+ "include/speex/speex_resampler.h",
+ "include/speex/speex_stereo.h",
+ "include/speex/speex_types.h",
"libspeex/arch.h",
"libspeex/bits.c",
"libspeex/cb_search.c",
@@ -54,17 +65,6 @@ source_set("speex") {
"libspeex/vq.c",
"libspeex/vq.h",
"libspeex/window.c",
- "include/speex/speex.h",
- "include/speex/speex_bits.h",
- "include/speex/speex_buffer.h",
- "include/speex/speex_callbacks.h",
- "include/speex/speex_echo.h",
- "include/speex/speex_header.h",
- "include/speex/speex_jitter.h",
- "include/speex/speex_preprocess.h",
- "include/speex/speex_resampler.h",
- "include/speex/speex_stereo.h",
- "include/speex/speex_types.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]