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 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'platform_thread.cc', | 111 'platform_thread.cc', |
112 'platform_thread.h', | 112 'platform_thread.h', |
113 'platform_thread_types.h', | 113 'platform_thread_types.h', |
114 'random.cc', | 114 'random.cc', |
115 'random.h', | 115 'random.h', |
116 'rate_statistics.cc', | 116 'rate_statistics.cc', |
117 'rate_statistics.h', | 117 'rate_statistics.h', |
118 'ratetracker.cc', | 118 'ratetracker.cc', |
119 'ratetracker.h', | 119 'ratetracker.h', |
120 'refcount.h', | 120 'refcount.h', |
| 121 'scoped_autorelease_pool.h', |
| 122 'scoped_autorelease_pool.mm', |
121 'scoped_ptr.h', | 123 'scoped_ptr.h', |
122 'scoped_ref_ptr.h', | 124 'scoped_ref_ptr.h', |
123 'stringencode.cc', | 125 'stringencode.cc', |
124 'stringencode.h', | 126 'stringencode.h', |
125 'stringutils.cc', | 127 'stringutils.cc', |
126 'stringutils.h', | 128 'stringutils.h', |
127 'systeminfo.cc', | 129 'systeminfo.cc', |
128 'systeminfo.h', | 130 'systeminfo.h', |
129 'template_util.h', | 131 'template_util.h', |
130 'thread_annotations.h', | 132 'thread_annotations.h', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 'proxyinfo.cc', | 317 'proxyinfo.cc', |
316 'proxyinfo.h', | 318 'proxyinfo.h', |
317 'proxyserver.cc', | 319 'proxyserver.cc', |
318 'proxyserver.h', | 320 'proxyserver.h', |
319 'ratelimiter.cc', | 321 'ratelimiter.cc', |
320 'ratelimiter.h', | 322 'ratelimiter.h', |
321 'referencecountedsingletonfactory.h', | 323 'referencecountedsingletonfactory.h', |
322 'rollingaccumulator.h', | 324 'rollingaccumulator.h', |
323 'rtccertificate.cc', | 325 'rtccertificate.cc', |
324 'rtccertificate.h', | 326 'rtccertificate.h', |
325 'scoped_autorelease_pool.h', | |
326 'scoped_autorelease_pool.mm', | |
327 'scopedptrcollection.h', | 327 'scopedptrcollection.h', |
328 'sec_buffer.h', | 328 'sec_buffer.h', |
329 'sha1.cc', | 329 'sha1.cc', |
330 'sha1.h', | 330 'sha1.h', |
331 'sha1digest.cc', | 331 'sha1digest.cc', |
332 'sha1digest.h', | 332 'sha1digest.h', |
333 'sharedexclusivelock.cc', | 333 'sharedexclusivelock.cc', |
334 'sharedexclusivelock.h', | 334 'sharedexclusivelock.h', |
335 'signalthread.cc', | 335 'signalthread.cc', |
336 'signalthread.h', | 336 'signalthread.h', |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 ], | 760 ], |
761 'sources': [ | 761 'sources': [ |
762 'numerics/safe_conversions.h', | 762 'numerics/safe_conversions.h', |
763 'numerics/safe_conversions_impl.h', | 763 'numerics/safe_conversions_impl.h', |
764 'numerics/safe_math.h', | 764 'numerics/safe_math.h', |
765 'numerics/safe_math_impl.h', | 765 'numerics/safe_math_impl.h', |
766 ], | 766 ], |
767 }, | 767 }, |
768 ], | 768 ], |
769 } | 769 } |
OLD | NEW |