| # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| # Use of this source code is governed by a BSD-style license |
| # that can be found in the LICENSE file in the root of the source |
| # tree. An additional intellectual property rights grant can be found |
| # in the file PATENTS. All contributing project authors may |
| # be found in the AUTHORS file in the root of the source tree. |
| 'target_name': 'remote_bitrate_estimator', |
| 'type': 'static_library', |
| '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', |
| 'direct_dependent_settings': { |
| 'include/remote_bitrate_estimator.h', |
| 'remote_bitrate_estimator_multi_stream.cc', |
| 'remote_bitrate_estimator_single_stream.cc', |
| 'remote_rate_control.cc', |