Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 3e4f9964bc75aa1a3b366bf4281c1ea61dd32d99..2ca98983716cf48d0f6316eda323e6ba8f29427d 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -597,6 +597,7 @@ |
'template_util_unittest.cc', |
'test/expectations/expectation_unittest.cc', |
'test/expectations/parser_unittest.cc', |
+ 'test/histogram_recorder_unittest.cc', |
'test/trace_event_analyzer_unittest.cc', |
'threading/non_thread_safe_unittest.cc', |
'threading/platform_thread_unittest.cc', |
@@ -864,6 +865,8 @@ |
'test/expectations/expectation.h', |
'test/expectations/parser.cc', |
'test/expectations/parser.h', |
+ 'test/histogram_recorder.cc', |
+ 'test/histogram_recorder.h', |
'test/mock_chrome_application_mac.h', |
'test/mock_chrome_application_mac.mm', |
'test/mock_devices_changed_observer.cc', |