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

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: tweaked comments 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 904d4f36d9aaf83127d30b2f1758899e19b71125..fadb9b79330ebf3e203aedc0aa2e78106fe2e1f5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -218,10 +218,18 @@
'test/base/chrome_render_view_host_test_harness.h',
'test/base/chrome_test_suite.cc',
'test/base/chrome_test_suite.h',
+ 'test/base/file_logger_win.cc',
+ 'test/base/file_logger_win.h',
'test/base/in_process_browser_test.cc',
'test/base/in_process_browser_test.h',
+ 'test/base/log_file_printer_win.cc',
+ 'test/base/log_file_printer_win.h',
+ 'test/base/log_file_reader_win.cc',
+ 'test/base/log_file_reader_win.h',
'test/base/model_test_utils.cc',
'test/base/model_test_utils.h',
+ 'test/base/mof_data_parser_win.cc',
+ 'test/base/mof_data_parser_win.h',
'test/base/profile_mock.cc',
'test/base/profile_mock.h',
'test/base/test_browser_window.cc',
@@ -232,6 +240,8 @@
'test/base/test_launcher_utils.h',
'test/base/test_location_bar.cc',
'test/base/test_location_bar.h',
+ 'test/base/test_log_collector_win.cc',
+ 'test/base/test_log_collector_win.h',
'test/base/test_switches.cc',
'test/base/test_switches.h',
'test/base/test_tab_strip_model_observer.cc',
@@ -2123,6 +2133,7 @@
'test/base/chrome_render_view_test.h',
'test/base/menu_model_test.cc',
'test/base/menu_model_test.h',
+ 'test/base/mof_data_parser_test_win.cc',
'test/base/v8_unit_test.cc',
'test/base/v8_unit_test.h',
'test/data/resource.rc',

Powered by Google App Engine
This is Rietveld 408576698