blob: e8f4e482aaf5d11c48ad4ed91b71b0c2aa0d85a9 [file] [log] [blame]
kjellander@webrtc.org33654222013-08-22 07:57:00 +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': [
kjellander@webrtc.orge1413732013-08-27 12:10:09 +000010 ['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 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000020 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': {
22 'command': [
23 '../../../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000024 '<(PRODUCT_DIR)/neteq_unittests<(EXECUTABLE_SUFFIX)',
25 ],
26 'isolate_dependency_touched': [
27 '../../../../DEPS',
28 ],
29 'isolate_dependency_tracked': [
30 '../../../../resources/audio_coding/neteq_network_stats.dat',
31 '../../../../resources/audio_coding/neteq_rtcp_stats.dat',
32 '../../../../resources/audio_coding/neteq_universal.rtp',
33 '../../../../resources/audio_coding/neteq_universal_ref.pcm',
34 '../../../../resources/audio_coding/testfile32kHz.pcm',
35 '../../../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000036 '<(PRODUCT_DIR)/neteq_unittests<(EXECUTABLE_SUFFIX)',
37 ],
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000038 'isolate_dependency_untracked': [
kjellander@webrtc.orgf9bdbe32013-12-11 13:37:12 +000039 '../../../../tools/swarming_client/',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000040 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000041 },
42 }],
43 ],
44}