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

Unified Diff: webrtc/BUILD.gn

Issue 2529063002: Templatize percentile_filter.h and move it to base/analytics. (Closed)
Patch Set: Move last patch set to a separate CL. Created 4 years 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 | « no previous file | webrtc/base/BUILD.gn » ('j') | webrtc/base/analytics/percentile_filter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index c91792083e32c36e797a71479790d897f2eeea82..286a8c2b949da418f968ee9347a65cb1c9fd26c7 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -364,6 +364,7 @@ if (rtc_include_tests) {
sources = [
"api/fakemetricsobserver.cc",
"base/analytics/exp_filter_unittest.cc",
+ "base/analytics/percentile_filter_unittest.cc",
"base/array_view_unittest.cc",
"base/atomicops_unittest.cc",
"base/autodetectproxy_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | webrtc/base/analytics/percentile_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698