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

Unified Diff: webrtc/modules/pacing/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/media_file/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index 77c2a81e544f0d6921d432dcd0a749b2f8f518d4..b22c1783ed6ba5c7a9b94d0ee00c9cd61ea7350d 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -30,8 +30,8 @@ rtc_static_library("pacing") {
deps = [
"..:module_api",
"../../:webrtc_common",
- "../../base:rtc_base_approved",
"../../logging:rtc_event_log_api",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../remote_bitrate_estimator",
"../rtp_rtcp",
@@ -58,8 +58,8 @@ if (rtc_include_tests) {
]
deps = [
":pacing",
- "../../base:rtc_base_approved",
- "../../base:rtc_base_tests_utils",
+ "../../rtc_base:rtc_base_approved",
+ "../../rtc_base:rtc_base_tests_utils",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
"../rtp_rtcp",
« no previous file with comments | « webrtc/modules/media_file/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698