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

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: 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/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 088f1d5e4300fd264573467a6ec5f989d0b4e6be..3042a40c4cb647d3e34d99005ec4c0629dda0ccd 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -13,6 +13,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",
@@ -53,8 +55,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') | base/test/histogram_tester.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698