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

Unified Diff: webrtc/base/BUILD.gn

Issue 2484153002: Move smoothing filter to common audio. (Closed)
Patch Set: 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/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index e1dffb8d06c539b2a1c838b7ec894f9c327b3292..bf7f3e6988c200ee4a32df16998c870094f4ef41 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -163,6 +163,8 @@ rtc_static_library("rtc_base_approved") {
"safe_conversions_impl.h",
"sanitizer.h",
"scoped_ref_ptr.h",
+ "smoothing_filter.cc",
+ "smoothing_filter.h",
"stringencode.cc",
"stringencode.h",
"stringutils.cc",

Powered by Google App Engine
This is Rietveld 408576698