Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index d378d141fa07788bb547acafa34b59f211fbb168..0b84ba9071d92494fee28c742d46a40dc69ddcbf 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -605,6 +605,7 @@ |
'template_util_unittest.cc', |
'test/expectations/expectation_unittest.cc', |
'test/expectations/parser_unittest.cc', |
+ 'test/statistics_delta_reader_unittest.cc', |
'test/test_reg_util_win_unittest.cc', |
'test/trace_event_analyzer_unittest.cc', |
'threading/non_thread_safe_unittest.cc', |
@@ -911,6 +912,8 @@ |
'test/simple_test_clock.h', |
'test/simple_test_tick_clock.cc', |
'test/simple_test_tick_clock.h', |
+ 'test/statistics_delta_reader.cc', |
+ 'test/statistics_delta_reader.h', |
'test/task_runner_test_template.cc', |
'test/task_runner_test_template.h', |
'test/test_file_util.cc', |