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

Unified Diff: base/base.gyp

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ilya's initial comments Created 6 years, 5 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0d42beee000a44cdd0cbb66a616d42a5f3b1b225..e207946bc8e148880cecc7483181cfe469126336 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -591,7 +591,7 @@
'template_util_unittest.cc',
'test/expectations/expectation_unittest.cc',
'test/expectations/parser_unittest.cc',
- 'test/statistics_delta_reader_unittest.cc',
+ 'test/histogram_tester_unittest.cc',
'test/test_reg_util_win_unittest.cc',
'test/trace_event_analyzer_unittest.cc',
'threading/non_thread_safe_unittest.cc',
@@ -901,8 +901,8 @@
'test/simple_test_clock.h',
'test/simple_test_tick_clock.cc',
'test/simple_test_tick_clock.h',
- 'test/statistics_delta_reader.cc',
- 'test/statistics_delta_reader.h',
+ 'test/histogram_tester.cc',
+ 'test/histogram_tester.h',
'test/task_runner_test_template.cc',
'test/task_runner_test_template.h',
'test/test_file_util.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | base/test/histogram_tester.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698