| 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', | |
| 115 '<(DEPTH)/resources/verizon3g-downlink.rx', | 113 '<(DEPTH)/resources/verizon3g-downlink.rx', |
| 116 '<(DEPTH)/resources/verizon3g-uplink.rx', | 114 '<(DEPTH)/resources/verizon3g-uplink.rx', |
| 117 '<(DEPTH)/resources/verizon4g-downlink.rx', | 115 '<(DEPTH)/resources/verizon4g-downlink.rx', |
| 118 '<(DEPTH)/resources/verizon4g-uplink.rx', | 116 '<(DEPTH)/resources/verizon4g-uplink.rx', |
| 119 ], | 117 ], |
| 120 }, | 118 }, |
| 121 }], | 119 }], |
| 122 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { | 120 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { |
| 123 'variables': { | 121 'variables': { |
| 124 'command': [ | 122 'command': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 144 '<(DEPTH)/DEPS', | 142 '<(DEPTH)/DEPS', |
| 145 '<(DEPTH)/testing/test_env.py', | 143 '<(DEPTH)/testing/test_env.py', |
| 146 '<(DEPTH)/testing/xvfb.py', | 144 '<(DEPTH)/testing/xvfb.py', |
| 147 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 145 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
| 148 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 146 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 149 ], | 147 ], |
| 150 }, | 148 }, |
| 151 }], | 149 }], |
| 152 ], | 150 ], |
| 153 } | 151 } |
| OLD | NEW |