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

Unified Diff: webrtc/stats/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/sdk/objc/Framework/UnitTests/RTCTracingTest.mm ('k') | webrtc/system_wrappers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/stats/BUILD.gn
diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
index 4a2f578e5b84912e9639804c11abf6b8d127e26f..eaa6f5d491509535396683b701516c96d83e1b34 100644
--- a/webrtc/stats/BUILD.gn
+++ b/webrtc/stats/BUILD.gn
@@ -24,7 +24,7 @@ rtc_static_library("rtc_stats") {
deps = [
"../api:rtc_stats_api",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -58,9 +58,9 @@ if (rtc_include_tests) {
":rtc_stats",
":rtc_stats_test_utils",
"../api:rtc_stats_api",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_main",
- "../base:rtc_base_tests_utils",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_main",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers:metrics_default",
"//testing/gmock",
]
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/RTCTracingTest.mm ('k') | webrtc/system_wrappers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698