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

Unified Diff: webrtc/base/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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/analytics/exp_filter.h » ('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 d1e600288b3c1849f0d534c4e87e9405ba9c390e..71f9ec45e4c4206fb417d60ead6bde29bc974149 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -124,8 +124,6 @@ rtc_static_library("rtc_base_approved") {
"event.h",
"event_tracer.cc",
"event_tracer.h",
- "exp_filter.cc",
- "exp_filter.h",
"file.cc",
"file.h",
"format_macros.h",
@@ -338,6 +336,13 @@ rtc_static_library("rtc_task_queue") {
}
}
+rtc_static_library("rtc_analytics") {
+ sources = [
+ "analytics/exp_filter.cc",
+ "analytics/exp_filter.h",
+ ]
+}
+
config("rtc_base_warnings_config") {
if (is_win && is_clang) {
cflags = [
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/analytics/exp_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698