| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 1c2e9314de93f48240d2f87a88b3f525b570012c..1bd8e53f700bbe0e4f80cb4a56e79bf5215df01f 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -640,6 +640,7 @@
|
| 'template_util_unittest.cc',
|
| 'test/expectations/expectation_unittest.cc',
|
| 'test/expectations/parser_unittest.cc',
|
| + 'test/histogram_recorder_unittest.cc',
|
| 'test/test_reg_util_win_unittest.cc',
|
| 'test/trace_event_analyzer_unittest.cc',
|
| 'threading/non_thread_safe_unittest.cc',
|
| @@ -906,6 +907,8 @@
|
| 'test/expectations/parser.h',
|
| 'test/gtest_xml_util.cc',
|
| 'test/gtest_xml_util.h',
|
| + 'test/histogram_recorder.cc',
|
| + 'test/histogram_recorder.h',
|
| 'test/launcher/test_launcher.cc',
|
| 'test/launcher/test_launcher.h',
|
| 'test/launcher/test_result.cc',
|
|
|