blob: ebe4714f7ee65ade226651746e3e7c12145c8d7d [file] [log] [blame]
kjellander@webrtc.org3540c822013-08-22 07:57:001# 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 'conditions': [
kjellander@webrtc.org1135e2c2014-11-13 08:35:0510 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
kjellander@webrtc.org8c6633c2013-08-27 12:10:0911 'variables': {
kjellander@webrtc.org796056b2014-10-31 18:08:0912 'files': [
kjellander@webrtc.org1135e2c2014-11-13 08:35:0513 '<(DEPTH)/resources/foreman_cif.yuv',
kjellander@webrtc.org8c6633c2013-08-27 12:10:0914 ],
15 },
16 }],
kjellander@webrtc.org3540c822013-08-22 07:57:0017 ['OS=="linux" or OS=="mac" or OS=="win"', {
18 'variables': {
19 'command': [
kjellander@webrtc.org00dffd72014-06-13 09:02:1520 '<(DEPTH)/testing/test_env.py',
kjellander@webrtc.org3540c822013-08-22 07:57:0021 '<(PRODUCT_DIR)/tools_unittests<(EXECUTABLE_SUFFIX)',
22 ],
kjellander@webrtc.org796056b2014-10-31 18:08:0923 'files': [
kjellander@webrtc.org00dffd72014-06-13 09:02:1524 '<(DEPTH)/DEPS',
kjellander@webrtc.org00dffd72014-06-13 09:02:1525 '<(DEPTH)/testing/test_env.py',
kjellander@webrtc.org3540c822013-08-22 07:57:0026 '<(PRODUCT_DIR)/tools_unittests<(EXECUTABLE_SUFFIX)',
27 ],
kjellander@webrtc.org3540c822013-08-22 07:57:0028 },
29 }],
30 ],
31}