Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2310)

Unified Diff: chrome/chrome_tests.gypi

Issue 9584017: New test infrastructure for producing verbose logs in failing tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved logging_win to logging/win so regular filename_rules work Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/win/event_trace_provider.cc ('k') | chrome/test/base/test_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « base/win/event_trace_provider.cc ('k') | chrome/test/base/test_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698