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 '<(DEPTH)/resources/audio_coding/neteq4_network_stats_android.dat', |
| 15 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats_android.dat', |
| 16 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_android.pcm', |
14 ], | 17 ], |
15 }, | 18 }, |
16 }], | 19 }], |
17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { | 20 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { |
18 'variables': { | 21 'variables': { |
19 'files': [ | 22 'files': [ |
20 '<(DEPTH)/data/audio_processing/output_data_float.pb', | 23 '<(DEPTH)/data/audio_processing/output_data_float.pb', |
21 '<(DEPTH)/data/audio_processing/output_data_mac.pb', | 24 '<(DEPTH)/data/audio_processing/output_data_mac.pb', |
22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', | 25 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', |
23 '<(DEPTH)/resources/att-downlink.rx', | 26 '<(DEPTH)/resources/att-downlink.rx', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 '<(DEPTH)/DEPS', | 155 '<(DEPTH)/DEPS', |
153 '<(DEPTH)/testing/test_env.py', | 156 '<(DEPTH)/testing/test_env.py', |
154 '<(DEPTH)/testing/xvfb.py', | 157 '<(DEPTH)/testing/xvfb.py', |
155 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 158 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
156 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 159 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
157 ], | 160 ], |
158 }, | 161 }, |
159 }], | 162 }], |
160 ], | 163 ], |
161 } | 164 } |
OLD | NEW |