henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +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 | 'includes': [ '../build/common.gypi', ], |
| 10 | 'targets': [ |
| 11 | { |
henrike@webrtc.org | b2efb67 | 2014-09-10 17:28:19 +0000 | [diff] [blame] | 12 | 'target_name': 'rtc_base_tests_utils', |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 13 | 'type': 'static_library', |
| 14 | 'sources': [ |
| 15 | 'unittest_main.cc', |
| 16 | # Also use this as a convenient dumping ground for misc files that are |
| 17 | # included by multiple targets below. |
deadbeef | f5f03e8 | 2016-06-06 11:16:06 -0700 | [diff] [blame] | 18 | 'fakeclock.cc', |
| 19 | 'fakeclock.h', |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 20 | 'fakenetwork.h', |
| 21 | 'fakesslidentity.h', |
| 22 | 'faketaskrunner.h', |
| 23 | 'gunit.h', |
| 24 | 'testbase64.h', |
| 25 | 'testechoserver.h', |
kjellander@webrtc.org | 2bae321 | 2014-06-16 07:11:19 +0000 | [diff] [blame] | 26 | 'testutils.h', |
deadbeef | f5f03e8 | 2016-06-06 11:16:06 -0700 | [diff] [blame] | 27 | 'timedelta.h', |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 28 | ], |
phoglund | c6c00b3 | 2016-05-04 01:54:35 -0700 | [diff] [blame] | 29 | 'defines': [ |
| 30 | 'GTEST_RELATIVE_PATH', |
| 31 | ], |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 32 | 'dependencies': [ |
henrike@webrtc.org | b2efb67 | 2014-09-10 17:28:19 +0000 | [diff] [blame] | 33 | 'base.gyp:rtc_base', |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 34 | '<(DEPTH)/testing/gtest.gyp:gtest', |
stefan | c1aeaf0 | 2015-10-15 07:26:07 -0700 | [diff] [blame] | 35 | '<(webrtc_root)/test/test.gyp:field_trial', |
Niels Möller | b00dc38 | 2016-06-16 12:44:30 +0200 | [diff] [blame^] | 36 | '<(webrtc_root)/test/test.gyp:test_support', |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 37 | ], |
phoglund | c6c00b3 | 2016-05-04 01:54:35 -0700 | [diff] [blame] | 38 | 'direct_dependent_settings': { |
| 39 | 'defines': [ |
| 40 | 'GTEST_RELATIVE_PATH', |
| 41 | ], |
| 42 | }, |
henrike@webrtc.org | 37b4e1b | 2014-07-01 16:39:17 +0000 | [diff] [blame] | 43 | 'export_dependent_settings': [ |
| 44 | '<(DEPTH)/testing/gtest.gyp:gtest', |
| 45 | ], |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 46 | }, |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 47 | ], |
| 48 | } |