Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: webrtc/modules/remote_bitrate_estimator/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/pacing/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index ffe5a83bfd26dd20017671f63c4202b4e8870133..8a48077a7875c35975a26c94a39529829dd37aea 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -51,8 +51,8 @@ rtc_static_library("remote_bitrate_estimator") {
deps = [
"../..:webrtc_common",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
}
@@ -118,9 +118,9 @@ if (rtc_include_tests) {
":remote_bitrate_estimator",
"..:module_api",
"../..:webrtc_common",
- "../../base:gtest_prod",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
+ "../../rtc_base:gtest_prod",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../../test:test_support",
"../../voice_engine",
@@ -148,7 +148,7 @@ if (rtc_include_tests) {
deps = [
":bwe_simulator_lib",
":remote_bitrate_estimator",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_support",
]
if (!build_with_chromium && is_clang) {
@@ -189,8 +189,8 @@ if (rtc_include_tests) {
":mock_remote_bitrate_observer",
":remote_bitrate_estimator",
"../..:webrtc_common",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers",
"../../test:field_trial",
"../../test:test_support",
@@ -231,7 +231,7 @@ if (rtc_include_tests) {
":bwe_simulator_lib",
":remote_bitrate_estimator",
"../..:webrtc_common",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_main",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « webrtc/modules/pacing/BUILD.gn ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698