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', | |
79 'ratetracker.cc', | 77 'ratetracker.cc', |
80 'ratetracker.h', | 78 'ratetracker.h', |
81 'refcount.h', | 79 'refcount.h', |
82 'safe_conversions.h', | 80 'safe_conversions.h', |
83 'safe_conversions_impl.h', | 81 'safe_conversions_impl.h', |
84 'scoped_ref_ptr.h', | 82 'scoped_ref_ptr.h', |
85 'stringencode.cc', | 83 'stringencode.cc', |
86 'stringencode.h', | 84 'stringencode.h', |
87 'stringutils.cc', | 85 'stringutils.cc', |
88 'stringutils.h', | 86 'stringutils.h', |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 }, | 643 }, |
646 { | 644 { |
647 'target_name': 'gtest_prod', | 645 'target_name': 'gtest_prod', |
648 'type': 'static_library', | 646 'type': 'static_library', |
649 'sources': [ | 647 'sources': [ |
650 'gtest_prod_util.h', | 648 'gtest_prod_util.h', |
651 ], | 649 ], |
652 }, | 650 }, |
653 ], | 651 ], |
654 } | 652 } |
OLD | NEW |