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

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

Issue 1311353011: Remove AsyncHttpRequest, AutoPortAllocator, ConnectivityChecker, and HttpPortAllocator (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: undo chromium change Created 5 years, 3 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/p2p/client/connectivitychecker.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': [
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 'export_dependent_settings': [ 38 'export_dependent_settings': [
39 '<(DEPTH)/testing/gtest.gyp:gtest', 39 '<(DEPTH)/testing/gtest.gyp:gtest',
40 ], 40 ],
41 }, 41 },
42 { 42 {
43 'target_name': 'rtc_base_tests', 43 'target_name': 'rtc_base_tests',
44 'type': 'none', 44 'type': 'none',
45 'direct_dependent_settings': { 45 'direct_dependent_settings': {
46 'sources': [ 46 'sources': [
47 'asynchttprequest_unittest.cc',
48 'atomicops_unittest.cc', 47 'atomicops_unittest.cc',
49 'autodetectproxy_unittest.cc', 48 'autodetectproxy_unittest.cc',
50 'bandwidthsmoother_unittest.cc', 49 'bandwidthsmoother_unittest.cc',
51 'base64_unittest.cc', 50 'base64_unittest.cc',
52 'basictypes_unittest.cc', 51 'basictypes_unittest.cc',
53 'bind_unittest.cc', 52 'bind_unittest.cc',
54 'bitbuffer_unittest.cc', 53 'bitbuffer_unittest.cc',
55 'buffer_unittest.cc', 54 'buffer_unittest.cc',
56 'bufferqueue_unittest.cc', 55 'bufferqueue_unittest.cc',
57 'bytebuffer_unittest.cc', 56 'bytebuffer_unittest.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 155 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
157 'defines': [ 156 'defines': [
158 'CARBON_DEPRECATED=YES', 157 'CARBON_DEPRECATED=YES',
159 ], 158 ],
160 }], 159 }],
161 ], # conditions 160 ], # conditions
162 }, 161 },
163 }, 162 },
164 ], 163 ],
165 } 164 }
OLDNEW
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/p2p/client/connectivitychecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698