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

Unified Diff: webrtc/modules/congestion_controller/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/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 c3ee11fd5455239f4f6b024028290a4d4a02e0af..27921b73e60430d435f5fb1da452a5c98b65f39e 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -51,10 +51,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",
@@ -91,9 +91,9 @@ if (rtc_include_tests) {
deps = [
":congestion_controller",
":mock_congestion_controller",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
- "../../base:rtc_base_tests_utils",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
+ "../../rtc_base:rtc_base_tests_utils",
"../../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