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

Unified Diff: base/test/BUILD.gn

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | « base/base.gyp ('k') | base/test/histogram_tester.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 3aefb72e634f78353887dcf89b5aef5e4def5584..c55400d60ce47ebb9afaab68a2bff59ca4c9645f 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -16,6 +16,8 @@ source_set("test_support") {
"expectations/parser.h",
"gtest_xml_util.cc",
"gtest_xml_util.h",
+ "histogram_tester.cc",
+ "histogram_tester.h",
"launcher/test_launcher.cc",
"launcher/test_launcher.h",
"launcher/test_result.cc",
@@ -56,8 +58,6 @@ source_set("test_support") {
"simple_test_clock.h",
"simple_test_tick_clock.cc",
"simple_test_tick_clock.h",
- "statistics_delta_reader.cc",
- "statistics_delta_reader.h",
"task_runner_test_template.cc",
"task_runner_test_template.h",
"test_file_util.cc",
« no previous file with comments | « base/base.gyp ('k') | base/test/histogram_tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698