Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 #
3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
8
9 {
10 'targets': [
11 {
12 'target_name': 'ilbc',
13 'type': 'static_library',
14 'dependencies': [
15 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
16 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
17 'audio_encoder_interface',
18 ],
19 'sources': [
20 'abs_quant.c',
21 'abs_quant_loop.c',
22 'audio_decoder_ilbc.cc',
23 'audio_decoder_ilbc.h',
24 'audio_encoder_ilbc.cc',
25 'audio_encoder_ilbc.h',
26 'augmented_cb_corr.c',
27 'bw_expand.c',
28 'cb_construct.c',
29 'cb_mem_energy.c',
30 'cb_mem_energy_augmentation.c',
31 'cb_mem_energy_calc.c',
32 'cb_search.c',
33 'cb_search_core.c',
34 'cb_update_best_index.c',
35 'chebyshev.c',
36 'comp_corr.c',
37 'constants.c',
38 'create_augmented_vec.c',
39 'decode.c',
40 'decode_residual.c',
41 'decoder_interpolate_lsf.c',
42 'do_plc.c',
43 'encode.c',
44 'energy_inverse.c',
45 'enh_upsample.c',
46 'enhancer.c',
47 'enhancer_interface.c',
48 'filtered_cb_vecs.c',
49 'frame_classify.c',
50 'gain_dequant.c',
51 'gain_quant.c',
52 'get_cd_vec.c',
53 'get_lsp_poly.c',
54 'get_sync_seq.c',
55 'hp_input.c',
56 'hp_output.c',
57 'ilbc.c',
58 'ilbc.h',
59 'index_conv_dec.c',
60 'index_conv_enc.c',
61 'init_decode.c',
62 'init_encode.c',
63 'interpolate.c',
64 'interpolate_samples.c',
65 'lpc_encode.c',
66 'lsf_check.c',
67 'lsf_interpolate_to_poly_dec.c',
68 'lsf_interpolate_to_poly_enc.c',
69 'lsf_to_lsp.c',
70 'lsf_to_poly.c',
71 'lsp_to_lsf.c',
72 'my_corr.c',
73 'nearest_neighbor.c',
74 'pack_bits.c',
75 'poly_to_lsf.c',
76 'poly_to_lsp.c',
77 'refiner.c',
78 'simple_interpolate_lsf.c',
79 'simple_lpc_analysis.c',
80 'simple_lsf_dequant.c',
81 'simple_lsf_quant.c',
82 'smooth.c',
83 'smooth_out_data.c',
84 'sort_sq.c',
85 'split_vq.c',
86 'state_construct.c',
87 'state_search.c',
88 'swap_bytes.c',
89 'unpack_bits.c',
90 'vq3.c',
91 'vq4.c',
92 'window32_w32.c',
93 'xcorr_coef.c',
94 'abs_quant.h',
95 'abs_quant_loop.h',
96 'augmented_cb_corr.h',
97 'bw_expand.h',
98 'cb_construct.h',
99 'cb_mem_energy.h',
100 'cb_mem_energy_augmentation.h',
101 'cb_mem_energy_calc.h',
102 'cb_search.h',
103 'cb_search_core.h',
104 'cb_update_best_index.h',
105 'chebyshev.h',
106 'comp_corr.h',
107 'constants.h',
108 'create_augmented_vec.h',
109 'decode.h',
110 'decode_residual.h',
111 'decoder_interpolate_lsf.h',
112 'do_plc.h',
113 'encode.h',
114 'energy_inverse.h',
115 'enh_upsample.h',
116 'enhancer.h',
117 'enhancer_interface.h',
118 'filtered_cb_vecs.h',
119 'frame_classify.h',
120 'gain_dequant.h',
121 'gain_quant.h',
122 'get_cd_vec.h',
123 'get_lsp_poly.h',
124 'get_sync_seq.h',
125 'hp_input.h',
126 'hp_output.h',
127 'defines.h',
128 'index_conv_dec.h',
129 'index_conv_enc.h',
130 'init_decode.h',
131 'init_encode.h',
132 'interpolate.h',
133 'interpolate_samples.h',
134 'lpc_encode.h',
135 'lsf_check.h',
136 'lsf_interpolate_to_poly_dec.h',
137 'lsf_interpolate_to_poly_enc.h',
138 'lsf_to_lsp.h',
139 'lsf_to_poly.h',
140 'lsp_to_lsf.h',
141 'my_corr.h',
142 'nearest_neighbor.h',
143 'pack_bits.h',
144 'poly_to_lsf.h',
145 'poly_to_lsp.h',
146 'refiner.h',
147 'simple_interpolate_lsf.h',
148 'simple_lpc_analysis.h',
149 'simple_lsf_dequant.h',
150 'simple_lsf_quant.h',
151 'smooth.h',
152 'smooth_out_data.h',
153 'sort_sq.h',
154 'split_vq.h',
155 'state_construct.h',
156 'state_search.h',
157 'swap_bytes.h',
158 'unpack_bits.h',
159 'vq3.h',
160 'vq4.h',
161 'window32_w32.h',
162 'xcorr_coef.h',
163 ], # sources
164 }, # ilbc
165 ], # targets
166 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/OWNERS ('k') | webrtc/modules/audio_coding/codecs/interfaces.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698