blob: ad03ccf5f2f3aa28e4aba379a18d2f3bc8bf2baf [file] [log] [blame]
kjellandere532aec2016-04-17 20:08:20 -07001# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
kjellander@webrtc.orge6938182013-10-04 19:31:27 +00002#
kjellandere532aec2016-04-17 20:08:20 -07003# 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.org5f93d0a2015-01-20 21:36:13 +00008
kjellander@webrtc.orge6938182013-10-04 19:31:27 +00009{
10 'conditions': [
11 ['OS=="linux" or OS=="mac" or OS=="win"', {
12 'variables': {
13 'command': [
perkj8a2c31d2016-01-19 06:20:00 -080014 '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)',
kjellander@webrtc.orge6938182013-10-04 19:31:27 +000015 ],
kjellander@webrtc.org78c222b2014-10-31 18:08:09 +000016 'files': [
perkj8a2c31d2016-01-19 06:20:00 -080017 '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)',
kjellander@webrtc.orge6938182013-10-04 19:31:27 +000018 ],
kjellander@webrtc.orge6938182013-10-04 19:31:27 +000019 },
20 }],
21 ],
22}