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': [ |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'platform_thread_unittest.cc', | 78 'platform_thread_unittest.cc', |
79 'profiler_unittest.cc', | 79 'profiler_unittest.cc', |
80 'proxy_unittest.cc', | 80 'proxy_unittest.cc', |
81 'proxydetect_unittest.cc', | 81 'proxydetect_unittest.cc', |
82 'random_unittest.cc', | 82 'random_unittest.cc', |
83 'rate_statistics_unittest.cc', | 83 'rate_statistics_unittest.cc', |
84 'ratelimiter_unittest.cc', | 84 'ratelimiter_unittest.cc', |
85 'ratetracker_unittest.cc', | 85 'ratetracker_unittest.cc', |
86 'referencecountedsingletonfactory_unittest.cc', | 86 'referencecountedsingletonfactory_unittest.cc', |
87 'rollingaccumulator_unittest.cc', | 87 'rollingaccumulator_unittest.cc', |
88 'rtccertificate_unittests.cc', | 88 'rtccertificate_unittest.cc', |
89 'rtccertificategenerator_unittest.cc', | 89 'rtccertificategenerator_unittest.cc', |
90 'scopedptrcollection_unittest.cc', | 90 'scopedptrcollection_unittest.cc', |
91 'sha1digest_unittest.cc', | 91 'sha1digest_unittest.cc', |
92 'sharedexclusivelock_unittest.cc', | 92 'sharedexclusivelock_unittest.cc', |
93 'signalthread_unittest.cc', | 93 'signalthread_unittest.cc', |
94 'sigslot_unittest.cc', | 94 'sigslot_unittest.cc', |
95 'sigslottester.h', | 95 'sigslottester.h', |
96 'sigslottester.h.pump', | 96 'sigslottester.h.pump', |
97 'stream_unittest.cc', | 97 'stream_unittest.cc', |
98 'stringencode_unittest.cc', | 98 'stringencode_unittest.cc', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 160 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
161 'defines': [ | 161 'defines': [ |
162 'CARBON_DEPRECATED=YES', | 162 'CARBON_DEPRECATED=YES', |
163 ], | 163 ], |
164 }], | 164 }], |
165 ], # conditions | 165 ], # conditions |
166 }, | 166 }, |
167 }, | 167 }, |
168 ], | 168 ], |
169 } | 169 } |
OLD | NEW |