webrtc/modules/remote_bitrate_estimator
Yves Gerey 21cddffd99 Harmonize paths to dependent targets.
This CL consistently use:
 * relative paths for WebRTC dependent targets (test_support)
 * absolute paths for shared dependent targets (abseil)
This is a necessary (but insufficient) step to build WebRTC tests
from Chromium tree (rtc_include_tests=true), since test/ doesn't
sit anymore in the top level directory.

We also make sure that target declarations and uses are
consistent in regard to build_with_chromium flag.

Bug: webrtc:9943
Bug: webrtc:9855
Change-Id: I21dea98894df2fd4bfe2fd7ee7b71ba971e0ab5b
Reviewed-on: https://webrtc-review.googlesource.com/c/108720
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Yves Gerey <yvesg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25445}
2018-10-31 10:04:59 +00:00
..
include [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
test Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
tools Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
aimd_rate_control.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
aimd_rate_control.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
aimd_rate_control_unittest.cc Clean up RateControlInput struct, used by bandwidth estimation. 2018-06-29 10:47:37 +00:00
BUILD.gn Harmonize paths to dependent targets. 2018-10-31 10:04:59 +00:00
bwe_defines.cc Reland "Reland "Using units in SendSideBandwidthEstimation."" 2018-10-08 09:02:03 +00:00
bwe_simulations.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
inter_arrival.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
inter_arrival.h Adds maximum burst length to InterArrival class. 2018-09-06 10:57:04 +00:00
inter_arrival_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_detector.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
overuse_detector.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
overuse_detector_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_estimator.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
overuse_estimator.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
remote_bitrate_estimator_abs_send_time.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
remote_bitrate_estimator_abs_send_time.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_single_stream.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
remote_bitrate_estimator_single_stream.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_unittest_helper.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_unittest_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimators_test.cc Add field trials to configure the backoff factor and the trendline window of the BWE. 2017-10-06 07:10:04 +00:00
remote_estimator_proxy.cc Adds check for uninitialized window start sequence. 2018-10-04 11:18:27 +00:00
remote_estimator_proxy.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
remote_estimator_proxy_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00