OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 import("//build/config/crypto.gni") | 9 import("//build/config/crypto.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "platform_file.cc", | 134 "platform_file.cc", |
135 "platform_file.h", | 135 "platform_file.h", |
136 "platform_thread.cc", | 136 "platform_thread.cc", |
137 "platform_thread.h", | 137 "platform_thread.h", |
138 "platform_thread_types.h", | 138 "platform_thread_types.h", |
139 "random.cc", | 139 "random.cc", |
140 "random.h", | 140 "random.h", |
141 "rate_statistics.cc", | 141 "rate_statistics.cc", |
142 "rate_statistics.h", | 142 "rate_statistics.h", |
143 "refcount.h", | 143 "refcount.h", |
| 144 "scoped_autorelease_pool.h", |
| 145 "scoped_autorelease_pool.mm", |
144 "scoped_ptr.h", | 146 "scoped_ptr.h", |
145 "scoped_ref_ptr.h", | 147 "scoped_ref_ptr.h", |
146 "stringencode.cc", | 148 "stringencode.cc", |
147 "stringencode.h", | 149 "stringencode.h", |
148 "stringutils.cc", | 150 "stringutils.cc", |
149 "stringutils.h", | 151 "stringutils.h", |
150 "systeminfo.cc", | 152 "systeminfo.cc", |
151 "systeminfo.h", | 153 "systeminfo.h", |
152 "template_util.h", | 154 "template_util.h", |
153 "thread_annotations.h", | 155 "thread_annotations.h", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "proxydetect.cc", | 278 "proxydetect.cc", |
277 "proxydetect.h", | 279 "proxydetect.h", |
278 "proxyinfo.cc", | 280 "proxyinfo.cc", |
279 "proxyinfo.h", | 281 "proxyinfo.h", |
280 "ratelimiter.cc", | 282 "ratelimiter.cc", |
281 "ratelimiter.h", | 283 "ratelimiter.h", |
282 "ratetracker.cc", | 284 "ratetracker.cc", |
283 "ratetracker.h", | 285 "ratetracker.h", |
284 "rtccertificate.cc", | 286 "rtccertificate.cc", |
285 "rtccertificate.h", | 287 "rtccertificate.h", |
286 "scoped_autorelease_pool.h", | |
287 "scoped_autorelease_pool.mm", | |
288 "sha1.cc", | 288 "sha1.cc", |
289 "sha1.h", | 289 "sha1.h", |
290 "sha1digest.cc", | 290 "sha1digest.cc", |
291 "sha1digest.h", | 291 "sha1digest.h", |
292 "sharedexclusivelock.cc", | 292 "sharedexclusivelock.cc", |
293 "sharedexclusivelock.h", | 293 "sharedexclusivelock.h", |
294 "signalthread.cc", | 294 "signalthread.cc", |
295 "signalthread.h", | 295 "signalthread.h", |
296 "sigslot.cc", | 296 "sigslot.cc", |
297 "sigslot.h", | 297 "sigslot.h", |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 deps = [ | 666 deps = [ |
667 ":rtc_base_approved", | 667 ":rtc_base_approved", |
668 ] | 668 ] |
669 sources = [ | 669 sources = [ |
670 "numerics/safe_conversions.h", | 670 "numerics/safe_conversions.h", |
671 "numerics/safe_conversions_impl.h", | 671 "numerics/safe_conversions_impl.h", |
672 "numerics/safe_math.h", | 672 "numerics/safe_math.h", |
673 "numerics/safe_math_impl.h", | 673 "numerics/safe_math_impl.h", |
674 ] | 674 ] |
675 } | 675 } |
OLD | NEW |