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

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

Issue 2532523002: Move smoothing filter to common audio and exp_filter to base/analytics. (Closed)
Patch Set: typo Created 4 years, 1 month 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 8f413d9820c97515e0dd8ddb8cce915b75294964..378449ff68c4a79d29058fde8b4f965987ad7e48 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -93,6 +93,7 @@ rtc_static_library("video_coding") {
":webrtc_vp8",
":webrtc_vp9",
"../..:webrtc_common",
+ "../../base:rtc_analytics",
"../../common_video",
"../../system_wrappers",
]
@@ -124,6 +125,7 @@ rtc_static_library("video_coding_utility") {
}
deps = [
+ "../../base:rtc_analytics",
"../../common_video",
"../../system_wrappers",
]
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc ('k') | webrtc/modules/video_coding/media_opt_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698