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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'platform_file.h', | 67 'platform_file.h', |
68 'platform_thread.cc', | 68 'platform_thread.cc', |
69 'platform_thread.h', | 69 'platform_thread.h', |
70 'platform_thread_types.h', | 70 'platform_thread_types.h', |
71 'race_checker.cc', | 71 'race_checker.cc', |
72 'race_checker.h', | 72 'race_checker.h', |
73 'random.cc', | 73 'random.cc', |
74 'random.h', | 74 'random.h', |
75 'rate_statistics.cc', | 75 'rate_statistics.cc', |
76 'rate_statistics.h', | 76 'rate_statistics.h', |
| 77 'rate_limiter.cc', |
| 78 'rate_limiter.h', |
77 'ratetracker.cc', | 79 'ratetracker.cc', |
78 'ratetracker.h', | 80 'ratetracker.h', |
79 'refcount.h', | 81 'refcount.h', |
80 'safe_conversions.h', | 82 'safe_conversions.h', |
81 'safe_conversions_impl.h', | 83 'safe_conversions_impl.h', |
82 'scoped_ref_ptr.h', | 84 'scoped_ref_ptr.h', |
83 'stringencode.cc', | 85 'stringencode.cc', |
84 'stringencode.h', | 86 'stringencode.h', |
85 'stringutils.cc', | 87 'stringutils.cc', |
86 'stringutils.h', | 88 'stringutils.h', |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 }, | 645 }, |
644 { | 646 { |
645 'target_name': 'gtest_prod', | 647 'target_name': 'gtest_prod', |
646 'type': 'static_library', | 648 'type': 'static_library', |
647 'sources': [ | 649 'sources': [ |
648 'gtest_prod_util.h', | 650 'gtest_prod_util.h', |
649 ], | 651 ], |
650 }, | 652 }, |
651 ], | 653 ], |
652 } | 654 } |
OLD | NEW |