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

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

Issue 2973183002: Remove remains of webrtc/base (Closed)
Patch Set: Fix error. 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 5a3afc65fd89433dbd0195408b171da473c7f406..1ecf630b1d18e23b75a8e733bef48dcabb173560 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",
]
}
@@ -117,9 +117,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",
@@ -147,7 +147,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) {
@@ -185,8 +185,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",
@@ -227,7 +227,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