OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 { | 8 { |
9 'includes': [ '../build/common.gypi', ], | 9 'includes': [ '../build/common.gypi', ], |
10 'targets': [ | 10 'targets': [ |
11 { | 11 { |
12 'target_name': 'rtc_base_tests_utils', | 12 'target_name': 'rtc_base_tests_utils', |
13 'type': 'static_library', | 13 'type': 'static_library', |
14 'sources': [ | 14 'sources': [ |
15 'unittest_main.cc', | 15 'unittest_main.cc', |
16 # Also use this as a convenient dumping ground for misc files that are | 16 # Also use this as a convenient dumping ground for misc files that are |
17 # included by multiple targets below. | 17 # included by multiple targets below. |
| 18 'fakeclock.cc', |
| 19 'fakeclock.h', |
18 'fakenetwork.h', | 20 'fakenetwork.h', |
19 'fakesslidentity.h', | 21 'fakesslidentity.h', |
20 'faketaskrunner.h', | 22 'faketaskrunner.h', |
21 'gunit.h', | 23 'gunit.h', |
22 'testbase64.h', | 24 'testbase64.h', |
23 'testechoserver.h', | 25 'testechoserver.h', |
24 'testutils.h', | 26 'testutils.h', |
| 27 'timedelta.h', |
25 ], | 28 ], |
26 'defines': [ | 29 'defines': [ |
27 'GTEST_RELATIVE_PATH', | 30 'GTEST_RELATIVE_PATH', |
28 ], | 31 ], |
29 'dependencies': [ | 32 'dependencies': [ |
30 'base.gyp:rtc_base', | 33 'base.gyp:rtc_base', |
31 '<(DEPTH)/testing/gtest.gyp:gtest', | 34 '<(DEPTH)/testing/gtest.gyp:gtest', |
32 '<(webrtc_root)/test/test.gyp:field_trial', | 35 '<(webrtc_root)/test/test.gyp:field_trial', |
33 ], | 36 ], |
34 'direct_dependent_settings': { | 37 'direct_dependent_settings': { |
(...skipping 22 matching lines...) Expand all Loading... |
57 'bufferqueue_unittest.cc', | 60 'bufferqueue_unittest.cc', |
58 'bytebuffer_unittest.cc', | 61 'bytebuffer_unittest.cc', |
59 'byteorder_unittest.cc', | 62 'byteorder_unittest.cc', |
60 'callback_unittest.cc', | 63 'callback_unittest.cc', |
61 'copyonwritebuffer_unittest.cc', | 64 'copyonwritebuffer_unittest.cc', |
62 'crc32_unittest.cc', | 65 'crc32_unittest.cc', |
63 'criticalsection_unittest.cc', | 66 'criticalsection_unittest.cc', |
64 'event_tracer_unittest.cc', | 67 'event_tracer_unittest.cc', |
65 'event_unittest.cc', | 68 'event_unittest.cc', |
66 'exp_filter_unittest.cc', | 69 'exp_filter_unittest.cc', |
67 'fakeclock.cc', | |
68 'fakeclock.h', | |
69 'filerotatingstream_unittest.cc', | 70 'filerotatingstream_unittest.cc', |
70 'fileutils_unittest.cc', | 71 'fileutils_unittest.cc', |
71 'helpers_unittest.cc', | 72 'helpers_unittest.cc', |
72 'httpbase_unittest.cc', | 73 'httpbase_unittest.cc', |
73 'httpcommon_unittest.cc', | 74 'httpcommon_unittest.cc', |
74 'httpserver_unittest.cc', | 75 'httpserver_unittest.cc', |
75 'ipaddress_unittest.cc', | 76 'ipaddress_unittest.cc', |
76 'logging_unittest.cc', | 77 'logging_unittest.cc', |
77 'md5digest_unittest.cc', | 78 'md5digest_unittest.cc', |
78 'messagedigest_unittest.cc', | 79 'messagedigest_unittest.cc', |
(...skipping 29 matching lines...) Expand all Loading... |
108 'stringencode_unittest.cc', | 109 'stringencode_unittest.cc', |
109 'stringutils_unittest.cc', | 110 'stringutils_unittest.cc', |
110 'swap_queue_unittest.cc', | 111 'swap_queue_unittest.cc', |
111 # TODO(ronghuawu): Reenable this test. | 112 # TODO(ronghuawu): Reenable this test. |
112 # 'systeminfo_unittest.cc', | 113 # 'systeminfo_unittest.cc', |
113 'task_queue_unittest.cc', | 114 'task_queue_unittest.cc', |
114 'task_unittest.cc', | 115 'task_unittest.cc', |
115 'testclient_unittest.cc', | 116 'testclient_unittest.cc', |
116 'thread_checker_unittest.cc', | 117 'thread_checker_unittest.cc', |
117 'thread_unittest.cc', | 118 'thread_unittest.cc', |
118 'timedelta.h', | |
119 'timeutils_unittest.cc', | 119 'timeutils_unittest.cc', |
120 'urlencode_unittest.cc', | 120 'urlencode_unittest.cc', |
121 'versionparsing_unittest.cc', | 121 'versionparsing_unittest.cc', |
122 # TODO(ronghuawu): Reenable this test. | 122 # TODO(ronghuawu): Reenable this test. |
123 # 'windowpicker_unittest.cc', | 123 # 'windowpicker_unittest.cc', |
124 ], | 124 ], |
125 'conditions': [ | 125 'conditions': [ |
126 ['OS=="linux"', { | 126 ['OS=="linux"', { |
127 'sources': [ | 127 'sources': [ |
128 'latebindingsymboltable_unittest.cc', | 128 'latebindingsymboltable_unittest.cc', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 172 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
173 'defines': [ | 173 'defines': [ |
174 'CARBON_DEPRECATED=YES', | 174 'CARBON_DEPRECATED=YES', |
175 ], | 175 ], |
176 }], | 176 }], |
177 ], # conditions | 177 ], # conditions |
178 }, | 178 }, |
179 }, | 179 }, |
180 ], | 180 ], |
181 } | 181 } |
OLD | NEW |