blob: 6ec5e7c6420c2d6d6e2ef8e015dd28d6f0756c1c [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{
10 'conditions': [
kjellander@webrtc.orge1413732013-08-27 12:10:09 +000011 ['OS=="android"', {
12 # When doing Android builds, the WebRTC code is put in third_party/webrtc
13 # of a Chromium checkout, this is one level above the standalone build.
14 'variables': {
15 'isolate_dependency_untracked': [
kjellander@webrtc.orge1413732013-08-27 12:10:09 +000016 '../../../../data/',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000017 '../../../../resources/',
kjellander@webrtc.orge1413732013-08-27 12:10:09 +000018 ],
19 },
20 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000021 ['OS=="linux" or OS=="mac" or OS=="win"', {
22 'variables': {
23 'command': [
24 '../../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000025 '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
26 ],
27 'isolate_dependency_tracked': [
28 '../../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000029 '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
30 ],
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000031 'isolate_dependency_untracked': [
kjellander@webrtc.orgf9bdbe32013-12-11 13:37:12 +000032 '../../../tools/swarming_client/',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000033 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000034 },
35 }],
36 ],
37}