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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'logging.cc', | 56 'logging.cc', |
57 'logging.h', | 57 'logging.h', |
58 'md5.cc', | 58 'md5.cc', |
59 'md5.h', | 59 'md5.h', |
60 'md5digest.cc', | 60 'md5digest.cc', |
61 'md5digest.h', | 61 'md5digest.h', |
62 'platform_file.cc', | 62 'platform_file.cc', |
63 'platform_file.h', | 63 'platform_file.h', |
64 'platform_thread.cc', | 64 'platform_thread.cc', |
65 'platform_thread.h', | 65 'platform_thread.h', |
| 66 'ratetracker.cc', |
| 67 'ratetracker.h', |
66 'safe_conversions.h', | 68 'safe_conversions.h', |
67 'safe_conversions_impl.h', | 69 'safe_conversions_impl.h', |
68 'stringencode.cc', | 70 'stringencode.cc', |
69 'stringencode.h', | 71 'stringencode.h', |
70 'stringutils.cc', | 72 'stringutils.cc', |
71 'stringutils.h', | 73 'stringutils.h', |
72 'template_util.h', | 74 'template_util.h', |
73 'thread_annotations.h', | 75 'thread_annotations.h', |
74 'thread_checker.h', | 76 'thread_checker.h', |
75 'thread_checker_impl.cc', | 77 'thread_checker_impl.cc', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'profiler.cc', | 235 'profiler.cc', |
234 'profiler.h', | 236 'profiler.h', |
235 'proxydetect.cc', | 237 'proxydetect.cc', |
236 'proxydetect.h', | 238 'proxydetect.h', |
237 'proxyinfo.cc', | 239 'proxyinfo.cc', |
238 'proxyinfo.h', | 240 'proxyinfo.h', |
239 'proxyserver.cc', | 241 'proxyserver.cc', |
240 'proxyserver.h', | 242 'proxyserver.h', |
241 'ratelimiter.cc', | 243 'ratelimiter.cc', |
242 'ratelimiter.h', | 244 'ratelimiter.h', |
243 'ratetracker.cc', | |
244 'ratetracker.h', | |
245 'refcount.h', | 245 'refcount.h', |
246 'referencecountedsingletonfactory.h', | 246 'referencecountedsingletonfactory.h', |
247 'rollingaccumulator.h', | 247 'rollingaccumulator.h', |
248 'schanneladapter.cc', | 248 'schanneladapter.cc', |
249 'schanneladapter.h', | 249 'schanneladapter.h', |
250 'scoped_autorelease_pool.h', | 250 'scoped_autorelease_pool.h', |
251 'scoped_autorelease_pool.mm', | 251 'scoped_autorelease_pool.mm', |
252 'scoped_ptr.h', | 252 'scoped_ptr.h', |
253 'scoped_ref_ptr.h', | 253 'scoped_ref_ptr.h', |
254 'scopedptrcollection.h', | 254 'scopedptrcollection.h', |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 ['OS!="linux" and OS!="android"', { | 735 ['OS!="linux" and OS!="android"', { |
736 'sources!': [ | 736 'sources!': [ |
737 'linux.cc', | 737 'linux.cc', |
738 'linux.h', | 738 'linux.h', |
739 ], | 739 ], |
740 }], | 740 }], |
741 ], | 741 ], |
742 }, | 742 }, |
743 ], | 743 ], |
744 } | 744 } |
OLD | NEW |