kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame^] | 1 | # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
kjellander@webrtc.org | e693818 | 2013-10-04 19:31:27 +0000 | [diff] [blame] | 2 | # |
kjellander | e532aec | 2016-04-17 20:08:20 -0700 | [diff] [blame^] | 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. |
jlmiller@webrtc.org | 5f93d0a | 2015-01-20 21:36:13 +0000 | [diff] [blame] | 8 | |
kjellander@webrtc.org | e693818 | 2013-10-04 19:31:27 +0000 | [diff] [blame] | 9 | { |
| 10 | 'conditions': [ |
| 11 | ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 12 | 'variables': { |
| 13 | 'command': [ |
perkj | 8a2c31d | 2016-01-19 06:20:00 -0800 | [diff] [blame] | 14 | '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)', |
kjellander@webrtc.org | e693818 | 2013-10-04 19:31:27 +0000 | [diff] [blame] | 15 | ], |
kjellander@webrtc.org | 78c222b | 2014-10-31 18:08:09 +0000 | [diff] [blame] | 16 | 'files': [ |
perkj | 8a2c31d | 2016-01-19 06:20:00 -0800 | [diff] [blame] | 17 | '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)', |
kjellander@webrtc.org | e693818 | 2013-10-04 19:31:27 +0000 | [diff] [blame] | 18 | ], |
kjellander@webrtc.org | e693818 | 2013-10-04 19:31:27 +0000 | [diff] [blame] | 19 | }, |
| 20 | }], |
| 21 | ], |
| 22 | } |