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

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

Issue 2626203002: Rename base/analytics/ to base/numerics/ (Closed)
Patch Set: Rebase Created 3 years, 11 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
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 7d50e875351a442bd760cfa7910c8c42bfc4c47a..f70a314f92323b325afe78d71fb0a2dc3213729a 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -93,9 +93,9 @@ rtc_static_library("video_coding") {
":webrtc_vp8",
":webrtc_vp9",
"../..:webrtc_common",
- "../../base:rtc_analytics",
"../../base:rtc_base",
"../../base:rtc_base_approved",
+ "../../base:rtc_numerics",
"../../base:rtc_task_queue",
"../../common_video",
"../../system_wrappers",
@@ -135,8 +135,8 @@ rtc_static_library("video_coding_utility") {
deps = [
"../..:webrtc_common",
- "../../base:rtc_analytics",
"../../base:rtc_base_approved",
+ "../../base:rtc_numerics",
"../../common_video",
"../../system_wrappers",
]
« no previous file with comments | « webrtc/modules/congestion_controller/median_slope_estimator.h ('k') | webrtc/modules/video_coding/codec_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698