blob: ec8166402bad7f87b447176be0f8a8338fbbaee3 [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.org33654222013-08-22 07:57:00 +000011 ['OS=="linux" or OS=="mac" or OS=="win"', {
12 'variables': {
13 'command': [
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000014 '<(DEPTH)/testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000015 '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
16 ],
kjellander@webrtc.org78c222b2014-10-31 18:08:09 +000017 'files': [
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000018 '<(DEPTH)/testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000019 '<(PRODUCT_DIR)/system_wrappers_unittests<(EXECUTABLE_SUFFIX)',
20 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000021 },
22 }],
23 ],
24}