| 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",
|
|
|