OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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': [ | 10 'includes': [ |
(...skipping 12 matching lines...) Expand all Loading... |
23 'include/remote_bitrate_estimator.h', | 23 'include/remote_bitrate_estimator.h', |
24 'include/send_time_history.h', | 24 'include/send_time_history.h', |
25 'aimd_rate_control.cc', | 25 'aimd_rate_control.cc', |
26 'aimd_rate_control.h', | 26 'aimd_rate_control.h', |
27 'inter_arrival.cc', | 27 'inter_arrival.cc', |
28 'inter_arrival.h', | 28 'inter_arrival.h', |
29 'overuse_detector.cc', | 29 'overuse_detector.cc', |
30 'overuse_detector.h', | 30 'overuse_detector.h', |
31 'overuse_estimator.cc', | 31 'overuse_estimator.cc', |
32 'overuse_estimator.h', | 32 'overuse_estimator.h', |
33 'rate_statistics.cc', | |
34 'rate_statistics.h', | |
35 'remote_bitrate_estimator_abs_send_time.cc', | 33 'remote_bitrate_estimator_abs_send_time.cc', |
36 'remote_bitrate_estimator_abs_send_time.h', | 34 'remote_bitrate_estimator_abs_send_time.h', |
37 'remote_bitrate_estimator_single_stream.cc', | 35 'remote_bitrate_estimator_single_stream.cc', |
38 'remote_bitrate_estimator_single_stream.h', | 36 'remote_bitrate_estimator_single_stream.h', |
39 'remote_estimator_proxy.cc', | 37 'remote_estimator_proxy.cc', |
40 'remote_estimator_proxy.h', | 38 'remote_estimator_proxy.h', |
41 'send_time_history.cc', | 39 'send_time_history.cc', |
42 'transport_feedback_adapter.cc', | 40 'transport_feedback_adapter.cc', |
43 'transport_feedback_adapter.h', | 41 'transport_feedback_adapter.h', |
44 'test/bwe_test_logging.cc', | 42 'test/bwe_test_logging.cc', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ], | 157 ], |
160 }, | 158 }, |
161 'sources': [ | 159 'sources': [ |
162 'tools/bwe_rtp_play.cc', | 160 'tools/bwe_rtp_play.cc', |
163 ], # source | 161 ], # source |
164 }, | 162 }, |
165 ], | 163 ], |
166 }], # include_tests==1 | 164 }], # include_tests==1 |
167 ], | 165 ], |
168 } | 166 } |
OLD | NEW |