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

Unified Diff: webrtc/base/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
« 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 ba31c3be2c275f072be5cf193a6c9a714b8c5827..7c4fcf0ab6463e1123eda7d7403d5e5290715275 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -337,11 +337,11 @@ rtc_static_library("rtc_task_queue") {
}
}
-rtc_static_library("rtc_analytics") {
+rtc_static_library("rtc_numerics") {
sources = [
- "analytics/exp_filter.cc",
- "analytics/exp_filter.h",
- "analytics/percentile_filter.h",
+ "numerics/exp_filter.cc",
+ "numerics/exp_filter.h",
+ "numerics/percentile_filter.h",
]
deps = [
":rtc_base_approved",
@@ -862,15 +862,15 @@ if (rtc_include_tests) {
}
}
- rtc_source_set("rtc_analytics_unittests") {
+ rtc_source_set("rtc_numerics_unittests") {
testonly = true
sources = [
- "analytics/exp_filter_unittest.cc",
- "analytics/percentile_filter_unittest.cc",
+ "numerics/exp_filter_unittest.cc",
+ "numerics/percentile_filter_unittest.cc",
]
deps = [
- ":rtc_analytics",
":rtc_base_tests_main",
+ ":rtc_numerics",
]
}
« 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