OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'variables': { | 10 'variables': { |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 ], | 74 ], |
75 'dependencies': [ | 75 'dependencies': [ |
76 '<@(audio_coding_dependencies)', | 76 '<@(audio_coding_dependencies)', |
77 '<(webrtc_root)/common.gyp:webrtc_common', | 77 '<(webrtc_root)/common.gyp:webrtc_common', |
78 '<(webrtc_root)/webrtc.gyp:rtc_event_log', | 78 '<(webrtc_root)/webrtc.gyp:rtc_event_log', |
79 'neteq', | 79 'neteq', |
80 'rent_a_codec', | 80 'rent_a_codec', |
81 ], | 81 ], |
82 'include_dirs': [ | 82 'include_dirs': [ |
83 'include', | 83 'include', |
84 '../../interface', | 84 '../../include', |
85 '<(webrtc_root)', | 85 '<(webrtc_root)', |
86 ], | 86 ], |
87 'direct_dependent_settings': { | 87 'direct_dependent_settings': { |
88 'include_dirs': [ | 88 'include_dirs': [ |
89 'include', | 89 'include', |
90 '../../interface', | 90 '../../include', |
91 '<(webrtc_root)', | 91 '<(webrtc_root)', |
92 ], | 92 ], |
93 }, | 93 }, |
94 'sources': [ | 94 'sources': [ |
95 'acm2/acm_common_defs.h', | 95 'acm2/acm_common_defs.h', |
96 'acm2/acm_receiver.cc', | 96 'acm2/acm_receiver.cc', |
97 'acm2/acm_receiver.h', | 97 'acm2/acm_receiver.h', |
98 'acm2/acm_resampler.cc', | 98 'acm2/acm_resampler.cc', |
99 'acm2/acm_resampler.h', | 99 'acm2/acm_resampler.h', |
100 'acm2/audio_coding_module.cc', | 100 'acm2/audio_coding_module.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'sources': [ | 184 'sources': [ |
185 'test/insert_packet_with_timing.cc', | 185 'test/insert_packet_with_timing.cc', |
186 'test/Channel.cc', | 186 'test/Channel.cc', |
187 'test/PCMFile.cc', | 187 'test/PCMFile.cc', |
188 ], | 188 ], |
189 }, # delay_test | 189 }, # delay_test |
190 ], | 190 ], |
191 }], | 191 }], |
192 ], | 192 ], |
193 } | 193 } |
OLD | NEW |