Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Side by Side Diff: webrtc/base/base_tests.gyp

Issue 1290033005: Revert of Revert "Remove CpuMonitor and related, unused, code." (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/base/cpumonitor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'fakecpumonitor.h',
19 'fakenetwork.h', 18 'fakenetwork.h',
20 'fakesslidentity.h', 19 'fakesslidentity.h',
21 'faketaskrunner.h', 20 'faketaskrunner.h',
22 'gunit.h', 21 'gunit.h',
23 'testbase64.h', 22 'testbase64.h',
24 'testechoserver.h', 23 'testechoserver.h',
25 'testutils.h', 24 'testutils.h',
26 ], 25 ],
27 'defines': [ 26 'defines': [
28 'GTEST_RELATIVE_PATH', 27 'GTEST_RELATIVE_PATH',
(...skipping 22 matching lines...) Expand all
51 'bandwidthsmoother_unittest.cc', 50 'bandwidthsmoother_unittest.cc',
52 'base64_unittest.cc', 51 'base64_unittest.cc',
53 'basictypes_unittest.cc', 52 'basictypes_unittest.cc',
54 'bind_unittest.cc', 53 'bind_unittest.cc',
55 'bitbuffer_unittest.cc', 54 'bitbuffer_unittest.cc',
56 'buffer_unittest.cc', 55 'buffer_unittest.cc',
57 'bufferqueue_unittest.cc', 56 'bufferqueue_unittest.cc',
58 'bytebuffer_unittest.cc', 57 'bytebuffer_unittest.cc',
59 'byteorder_unittest.cc', 58 'byteorder_unittest.cc',
60 'callback_unittest.cc', 59 'callback_unittest.cc',
61 'cpumonitor_unittest.cc',
62 'crc32_unittest.cc', 60 'crc32_unittest.cc',
63 'criticalsection_unittest.cc', 61 'criticalsection_unittest.cc',
64 'event_tracer_unittest.cc', 62 'event_tracer_unittest.cc',
65 'event_unittest.cc', 63 'event_unittest.cc',
66 'exp_filter_unittest.cc', 64 'exp_filter_unittest.cc',
67 'filerotatingstream_unittest.cc', 65 'filerotatingstream_unittest.cc',
68 'fileutils_unittest.cc', 66 'fileutils_unittest.cc',
69 'helpers_unittest.cc', 67 'helpers_unittest.cc',
70 'httpbase_unittest.cc', 68 'httpbase_unittest.cc',
71 'httpcommon_unittest.cc', 69 'httpcommon_unittest.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 156 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
159 'defines': [ 157 'defines': [
160 'CARBON_DEPRECATED=YES', 158 'CARBON_DEPRECATED=YES',
161 ], 159 ],
162 }], 160 }],
163 ], # conditions 161 ], # conditions
164 }, 162 },
165 }, 163 },
166 ], 164 ],
167 } 165 }
OLDNEW
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/base/cpumonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698