| 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"', { |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '<(DEPTH)/resources/short_mixed_mono_48.dat', | 103 '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 104 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', | 104 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', |
| 105 '<(DEPTH)/resources/short_mixed_mono_48.pcm', | 105 '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
| 106 '<(DEPTH)/resources/short_mixed_stereo_48.dat', | 106 '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
| 107 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', | 107 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
| 108 '<(DEPTH)/resources/sprint-downlink.rx', | 108 '<(DEPTH)/resources/sprint-downlink.rx', |
| 109 '<(DEPTH)/resources/sprint-uplink.rx', | 109 '<(DEPTH)/resources/sprint-uplink.rx', |
| 110 '<(DEPTH)/resources/synthetic-trace.rx', | 110 '<(DEPTH)/resources/synthetic-trace.rx', |
| 111 '<(DEPTH)/resources/tmobile-downlink.rx', | 111 '<(DEPTH)/resources/tmobile-downlink.rx', |
| 112 '<(DEPTH)/resources/tmobile-uplink.rx', | 112 '<(DEPTH)/resources/tmobile-uplink.rx', |
| 113 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', |
| 114 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', |
| 113 '<(DEPTH)/resources/verizon3g-downlink.rx', | 115 '<(DEPTH)/resources/verizon3g-downlink.rx', |
| 114 '<(DEPTH)/resources/verizon3g-uplink.rx', | 116 '<(DEPTH)/resources/verizon3g-uplink.rx', |
| 115 '<(DEPTH)/resources/verizon4g-downlink.rx', | 117 '<(DEPTH)/resources/verizon4g-downlink.rx', |
| 116 '<(DEPTH)/resources/verizon4g-uplink.rx', | 118 '<(DEPTH)/resources/verizon4g-uplink.rx', |
| 117 ], | 119 ], |
| 118 }, | 120 }, |
| 119 }], | 121 }], |
| 120 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { | 122 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { |
| 121 'variables': { | 123 'variables': { |
| 122 'command': [ | 124 'command': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 142 '<(DEPTH)/DEPS', | 144 '<(DEPTH)/DEPS', |
| 143 '<(DEPTH)/testing/test_env.py', | 145 '<(DEPTH)/testing/test_env.py', |
| 144 '<(DEPTH)/testing/xvfb.py', | 146 '<(DEPTH)/testing/xvfb.py', |
| 145 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 147 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
| 146 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 148 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 147 ], | 149 ], |
| 148 }, | 150 }, |
| 149 }], | 151 }], |
| 150 ], | 152 ], |
| 151 } | 153 } |
| OLD | NEW |