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

Unified Diff: webrtc/modules/congestion_controller/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/bitrate_controller/BUILD.gn ('k') | webrtc/modules/desktop_capture/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index ef452970318f71fc42c3764f90ec8a7bbb134469..02123724f9b0c4702a87afc154f3269e2dc0e13a 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -49,10 +49,10 @@ rtc_static_library("congestion_controller") {
deps = [
"..:module_api",
"../..:webrtc_common",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
- "../../base:rtc_numerics",
"../../logging:rtc_event_log_api",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
+ "../../rtc_base:rtc_numerics",
"../../system_wrappers",
"../bitrate_controller",
"../pacing",
@@ -88,8 +88,8 @@ if (rtc_include_tests) {
deps = [
":congestion_controller",
":mock_congestion_controller",
- "../../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",
« no previous file with comments | « webrtc/modules/bitrate_controller/BUILD.gn ('k') | webrtc/modules/desktop_capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698