Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 904d4f36d9aaf83127d30b2f1758899e19b71125..42dd62f03e4561f12df08f937dec86f42dd35d33 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -255,6 +255,16 @@ |
'test/base/ui_test_utils_gtk.cc', |
'test/base/ui_test_utils_mac.mm', |
'test/base/ui_test_utils_win.cc', |
+ 'test/logging/win/file_logger.cc', |
+ 'test/logging/win/file_logger.h', |
+ 'test/logging/win/log_file_printer.cc', |
+ 'test/logging/win/log_file_printer.h', |
+ 'test/logging/win/log_file_reader.cc', |
+ 'test/logging/win/log_file_reader.h', |
+ 'test/logging/win/mof_data_parser.cc', |
+ 'test/logging/win/mof_data_parser.h', |
+ 'test/logging/win/test_log_collector.cc', |
+ 'test/logging/win/test_log_collector.h', |
'test/perf/perf_test.cc', |
'test/perf/perf_test.h', |
# TODO: these should live here but are currently used by |
@@ -2127,6 +2137,7 @@ |
'test/base/v8_unit_test.h', |
'test/data/resource.rc', |
'test/data/unit/framework_unittest.gtestjs', |
+ 'test/logging/win/mof_data_parser_unittest.cc', |
'tools/convert_dict/convert_dict_unittest.cc', |
'../testing/gtest_mac_unittest.mm', |
'../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc', |