kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [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 | { |
| 10 | 'conditions': [ |
kjellander@webrtc.org | e141373 | 2013-08-27 12:10:09 +0000 | [diff] [blame] | 11 | ['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.org | e141373 | 2013-08-27 12:10:09 +0000 | [diff] [blame] | 16 | '../../../../data/', |
kjellander@webrtc.org | 3f9288f | 2013-10-04 18:20:38 +0000 | [diff] [blame] | 17 | '../../../../resources/', |
kjellander@webrtc.org | e141373 | 2013-08-27 12:10:09 +0000 | [diff] [blame] | 18 | ], |
| 19 | }, |
| 20 | }], |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 21 | ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 22 | 'variables': { |
| 23 | 'command': [ |
| 24 | '../../../testing/test_env.py', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 25 | '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)', |
| 26 | ], |
| 27 | 'isolate_dependency_tracked': [ |
| 28 | '../../../testing/test_env.py', |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 29 | '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)', |
| 30 | ], |
kjellander@webrtc.org | 3f9288f | 2013-10-04 18:20:38 +0000 | [diff] [blame] | 31 | 'isolate_dependency_untracked': [ |
kjellander@webrtc.org | f9bdbe3 | 2013-12-11 13:37:12 +0000 | [diff] [blame] | 32 | '../../../tools/swarming_client/', |
kjellander@webrtc.org | 3f9288f | 2013-10-04 18:20:38 +0000 | [diff] [blame] | 33 | ], |
kjellander@webrtc.org | 3365422 | 2013-08-22 07:57:00 +0000 | [diff] [blame] | 34 | }, |
| 35 | }], |
| 36 | ], |
| 37 | } |