pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 1 | # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 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 |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | { |
| 9 | 'conditions': [ |
kjellander@webrtc.org | 52bb521 | 2014-11-13 08:35:05 | [diff] [blame] | 10 | ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { |
pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 11 | 'variables': { |
kjellander@webrtc.org | 78c222b | 2014-10-31 18:08:09 | [diff] [blame] | 12 | 'files': [ |
kjellander | 6820889 | 2016-06-17 06:29:30 | [diff] [blame] | 13 | '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
kjellander | 50c4821 | 2016-06-17 07:39:41 | [diff] [blame] | 14 | '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
stefan | b179767 | 2016-08-11 14:00:57 | [diff] [blame] | 15 | '<(DEPTH)/resources/ConferenceMotion_1280_720_50.yuv', |
kjellander@webrtc.org | 52bb521 | 2014-11-13 08:35:05 | [diff] [blame] | 16 | '<(DEPTH)/resources/foreman_cif.yuv', |
| 17 | '<(DEPTH)/resources/paris_qcif.yuv', |
| 18 | '<(DEPTH)/resources/voice_engine/audio_long16.pcm', |
sprang@webrtc.org | 131bea8 | 2015-02-18 12:46:06 | [diff] [blame] | 19 | '<(DEPTH)/resources/difficult_photo_1850_1110.yuv', |
| 20 | '<(DEPTH)/resources/photo_1850_1110.yuv', |
| 21 | '<(DEPTH)/resources/presentation_1850_1110.yuv', |
| 22 | '<(DEPTH)/resources/web_screenshot_1850_1110.yuv', |
Stefan Holmer | f75f0cf | 2015-05-04 12:26:20 | [diff] [blame] | 23 | '<(DEPTH)/resources/google-wifi-3mbps.rx', |
| 24 | '<(DEPTH)/resources/verizon4g-downlink.rx', |
pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 25 | ], |
| 26 | }, |
| 27 | }], |
| 28 | ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 29 | 'variables': { |
| 30 | 'command': [ |
pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 31 | '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)', |
| 32 | ], |
kjellander@webrtc.org | 78c222b | 2014-10-31 18:08:09 | [diff] [blame] | 33 | 'files': [ |
kjellander@webrtc.org | a1bfc50 | 2014-06-13 09:02:15 | [diff] [blame] | 34 | '<(DEPTH)/DEPS', |
pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 35 | '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)', |
| 36 | ], |
pbos@webrtc.org | 1d09690 | 2013-12-13 12:48:05 | [diff] [blame] | 37 | }, |
| 38 | }], |
| 39 | ], |
| 40 | } |