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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'md5digest.cc', | 104 'md5digest.cc', |
105 'md5digest.h', | 105 'md5digest.h', |
106 'optional.h', | 106 'optional.h', |
107 'platform_file.cc', | 107 'platform_file.cc', |
108 'platform_file.h', | 108 'platform_file.h', |
109 'platform_thread.cc', | 109 'platform_thread.cc', |
110 'platform_thread.h', | 110 'platform_thread.h', |
111 'platform_thread_types.h', | 111 'platform_thread_types.h', |
112 'random.cc', | 112 'random.cc', |
113 'random.h', | 113 'random.h', |
| 114 'rate_statistics.cc', |
| 115 'rate_statistics.h', |
114 'ratetracker.cc', | 116 'ratetracker.cc', |
115 'ratetracker.h', | 117 'ratetracker.h', |
116 'refcount.h', | 118 'refcount.h', |
117 'safe_conversions.h', | 119 'safe_conversions.h', |
118 'safe_conversions_impl.h', | 120 'safe_conversions_impl.h', |
119 'scoped_ptr.h', | 121 'scoped_ptr.h', |
120 'scoped_ref_ptr.h', | 122 'scoped_ref_ptr.h', |
121 'stringencode.cc', | 123 'stringencode.cc', |
122 'stringencode.h', | 124 'stringencode.h', |
123 'stringutils.cc', | 125 'stringutils.cc', |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 }, | 747 }, |
746 { | 748 { |
747 'target_name': 'gtest_prod', | 749 'target_name': 'gtest_prod', |
748 'type': 'static_library', | 750 'type': 'static_library', |
749 'sources': [ | 751 'sources': [ |
750 'gtest_prod_util.h', | 752 'gtest_prod_util.h', |
751 ], | 753 ], |
752 }, | 754 }, |
753 ], | 755 ], |
754 } | 756 } |
OLD | NEW |