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

Unified Diff: webrtc/base/BUILD.gn

Issue 2510373002: Revert of 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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/common_audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 6aa071a549ccfd650cec4e67ca0cbf7db5455c6e..e1dffb8d06c539b2a1c838b7ec894f9c327b3292 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -22,7 +22,6 @@
public_deps = [
":rtc_base",
":rtc_base_approved",
- ":rtc_exp_filter",
":rtc_task_queue",
]
if (is_android) {
@@ -125,6 +124,8 @@
"event.h",
"event_tracer.cc",
"event_tracer.h",
+ "exp_filter.cc",
+ "exp_filter.h",
"file.cc",
"file.h",
"format_macros.h",
@@ -335,13 +336,6 @@
}
}
}
-}
-
-rtc_static_library("rtc_exp_filter") {
- sources = [
- "exp_filter.cc",
- "exp_filter.h",
- ]
}
config("rtc_base_warnings_config") {
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/common_audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698