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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'tools/packet_source.h', | 199 'tools/packet_source.h', |
200 'tools/resample_input_audio_file.cc', | 200 'tools/resample_input_audio_file.cc', |
201 'tools/resample_input_audio_file.h', | 201 'tools/resample_input_audio_file.h', |
202 'tools/rtp_file_source.cc', | 202 'tools/rtp_file_source.cc', |
203 'tools/rtp_file_source.h', | 203 'tools/rtp_file_source.h', |
204 'tools/rtp_generator.cc', | 204 'tools/rtp_generator.cc', |
205 'tools/rtp_generator.h', | 205 'tools/rtp_generator.h', |
206 ], | 206 ], |
207 }, # neteq_unittest_tools | 207 }, # neteq_unittest_tools |
208 ], # targets | 208 ], # targets |
209 'conditions': [ | |
210 ['OS=="android"', { | |
211 'targets': [ | |
212 { | |
213 'target_name': 'audio_decoder_unittests_apk_target', | |
214 'type': 'none', | |
215 'dependencies': [ | |
216 '<(apk_tests_path):audio_decoder_unittests_apk', | |
217 ], | |
218 }, | |
219 ], | |
220 }], | |
221 ], | |
222 }], # include_tests | 209 }], # include_tests |
223 ], # conditions | 210 ], # conditions |
224 } | 211 } |
OLD | NEW |