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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 1882963003: Add isolate files for Android tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months 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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698