blob: 4ff16735a329048ec9ac06bcf90de6c7f3f34e81 [file] [log] [blame]
pbos@webrtc.org1d096902013-12-13 12:48:05 +00001# 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': [
10 ['OS=="android"', {
11 # When doing Android builds, the WebRTC code is put in third_party/webrtc
12 # of a Chromium checkout, this is one level above the standalone build.
13 'variables': {
14 'isolate_dependency_untracked': [
15 '../../data/',
16 '../../resources/',
17 ],
18 },
19 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': {
22 'command': [
pbos@webrtc.org1d096902013-12-13 12:48:05 +000023 '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
24 ],
25 'isolate_dependency_tracked': [
26 '../DEPS',
27 '../resources/foreman_cif.yuv',
28 '../resources/paris_qcif.yuv',
29 '../resources/voice_engine/audio_long16.pcm',
pbos@webrtc.org1d096902013-12-13 12:48:05 +000030 '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
31 ],
32 'isolate_dependency_untracked': [
33 '../tools/swarming_client/',
34 ],
35 },
36 }],
37 ],
38}