OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'conditions': [ | 9 'conditions': [ |
10 ['OS=="android"', { | 10 ['OS=="android"', { |
11 'variables': { | 11 'variables': { |
12 'files': [ | 12 'files': [ |
13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb', | 13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb', |
14 ], | 14 ], |
15 }, | 15 }, |
16 }], | 16 }], |
17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { | 17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { |
18 'variables': { | 18 'variables': { |
19 'files': [ | 19 'files': [ |
20 '<(DEPTH)/data/audio_processing/output_data_float.pb', | 20 '<(DEPTH)/data/audio_processing/output_data_float.pb', |
21 '<(DEPTH)/data/audio_processing/output_data_mac.pb', | 21 '<(DEPTH)/data/audio_processing/output_data_mac.pb', |
22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', | 22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', |
23 '<(DEPTH)/resources/att-downlink.rx', | 23 '<(DEPTH)/resources/att-downlink.rx', |
24 '<(DEPTH)/resources/att-uplink.rx', | 24 '<(DEPTH)/resources/att-uplink.rx', |
25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', | 25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', |
26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', | 26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', |
27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm', | 27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm', |
28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm', | 28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm', |
29 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm', | 29 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm', |
30 '<(DEPTH)/resources/audio_coding/neteq_network_stats.dat', | |
31 '<(DEPTH)/resources/audio_coding/neteq_rtcp_stats.dat', | |
32 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', | 30 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', |
33 '<(DEPTH)/resources/audio_coding/neteq_universal_ref.pcm', | |
34 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', | 31 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
35 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm', | 32 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm', |
36 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', | 33 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
37 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', | 34 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', |
38 '<(DEPTH)/resources/audio_device/audio_short16.pcm', | 35 '<(DEPTH)/resources/audio_device/audio_short16.pcm', |
39 '<(DEPTH)/resources/audio_device/audio_short44.pcm', | 36 '<(DEPTH)/resources/audio_device/audio_short44.pcm', |
40 '<(DEPTH)/resources/audio_device/audio_short48.pcm', | 37 '<(DEPTH)/resources/audio_device/audio_short48.pcm', |
41 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', | 38 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', |
42 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', | 39 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', |
43 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', | 40 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 '<(DEPTH)/DEPS', | 152 '<(DEPTH)/DEPS', |
156 '<(DEPTH)/testing/test_env.py', | 153 '<(DEPTH)/testing/test_env.py', |
157 '<(DEPTH)/testing/xvfb.py', | 154 '<(DEPTH)/testing/xvfb.py', |
158 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 155 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
159 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 156 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
160 ], | 157 ], |
161 }, | 158 }, |
162 }], | 159 }], |
163 ], | 160 ], |
164 } | 161 } |
OLD | NEW |