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

Side by Side 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: oops, forgot to add test 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'test/automation/window_proxy.h', 211 'test/automation/window_proxy.h',
212 'test/base/bookmark_load_observer.cc', 212 'test/base/bookmark_load_observer.cc',
213 'test/base/bookmark_load_observer.h', 213 'test/base/bookmark_load_observer.h',
214 'test/base/chrome_process_util.cc', 214 'test/base/chrome_process_util.cc',
215 'test/base/chrome_process_util.h', 215 'test/base/chrome_process_util.h',
216 'test/base/chrome_process_util_mac.cc', 216 'test/base/chrome_process_util_mac.cc',
217 'test/base/chrome_render_view_host_test_harness.cc', 217 'test/base/chrome_render_view_host_test_harness.cc',
218 'test/base/chrome_render_view_host_test_harness.h', 218 'test/base/chrome_render_view_host_test_harness.h',
219 'test/base/chrome_test_suite.cc', 219 'test/base/chrome_test_suite.cc',
220 'test/base/chrome_test_suite.h', 220 'test/base/chrome_test_suite.h',
221 'test/base/file_logger_win.cc',
222 'test/base/file_logger_win.h',
221 'test/base/in_process_browser_test.cc', 223 'test/base/in_process_browser_test.cc',
222 'test/base/in_process_browser_test.h', 224 'test/base/in_process_browser_test.h',
225 'test/base/log_file_printer_win.cc',
226 'test/base/log_file_printer_win.h',
227 'test/base/log_file_reader_win.cc',
228 'test/base/log_file_reader_win.h',
223 'test/base/model_test_utils.cc', 229 'test/base/model_test_utils.cc',
224 'test/base/model_test_utils.h', 230 'test/base/model_test_utils.h',
231 'test/base/mof_data_parser_win.cc',
232 'test/base/mof_data_parser_win.h',
225 'test/base/profile_mock.cc', 233 'test/base/profile_mock.cc',
226 'test/base/profile_mock.h', 234 'test/base/profile_mock.h',
227 'test/base/test_browser_window.cc', 235 'test/base/test_browser_window.cc',
228 'test/base/test_browser_window.h', 236 'test/base/test_browser_window.h',
229 'test/base/test_html_dialog_observer.cc', 237 'test/base/test_html_dialog_observer.cc',
230 'test/base/test_html_dialog_observer.h', 238 'test/base/test_html_dialog_observer.h',
231 'test/base/test_launcher_utils.cc', 239 'test/base/test_launcher_utils.cc',
232 'test/base/test_launcher_utils.h', 240 'test/base/test_launcher_utils.h',
233 'test/base/test_location_bar.cc', 241 'test/base/test_location_bar.cc',
234 'test/base/test_location_bar.h', 242 'test/base/test_location_bar.h',
243 'test/base/test_log_collector_win.cc',
244 'test/base/test_log_collector_win.h',
235 'test/base/test_switches.cc', 245 'test/base/test_switches.cc',
236 'test/base/test_switches.h', 246 'test/base/test_switches.h',
237 'test/base/test_tab_strip_model_observer.cc', 247 'test/base/test_tab_strip_model_observer.cc',
238 'test/base/test_tab_strip_model_observer.h', 248 'test/base/test_tab_strip_model_observer.h',
239 'test/base/test_url_request_context_getter.cc', 249 'test/base/test_url_request_context_getter.cc',
240 'test/base/test_url_request_context_getter.h', 250 'test/base/test_url_request_context_getter.h',
241 'test/base/testing_browser_process.cc', 251 'test/base/testing_browser_process.cc',
242 'test/base/testing_browser_process.h', 252 'test/base/testing_browser_process.h',
243 'test/base/testing_pref_service.cc', 253 'test/base/testing_pref_service.cc',
244 'test/base/testing_pref_service.h', 254 'test/base/testing_pref_service.h',
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 'service/cloud_print/cloud_print_helpers_unittest.cc', 2126 'service/cloud_print/cloud_print_helpers_unittest.cc',
2117 'service/cloud_print/cloud_print_token_store_unittest.cc', 2127 'service/cloud_print/cloud_print_token_store_unittest.cc',
2118 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 2128 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
2119 'service/service_process_unittest.cc', 2129 'service/service_process_unittest.cc',
2120 'test/base/browser_with_test_window_test.cc', 2130 'test/base/browser_with_test_window_test.cc',
2121 'test/base/browser_with_test_window_test.h', 2131 'test/base/browser_with_test_window_test.h',
2122 'test/base/chrome_render_view_test.cc', 2132 'test/base/chrome_render_view_test.cc',
2123 'test/base/chrome_render_view_test.h', 2133 'test/base/chrome_render_view_test.h',
2124 'test/base/menu_model_test.cc', 2134 'test/base/menu_model_test.cc',
2125 'test/base/menu_model_test.h', 2135 'test/base/menu_model_test.h',
2136 'test/base/mof_data_parser_test_win.cc',
2126 'test/base/v8_unit_test.cc', 2137 'test/base/v8_unit_test.cc',
2127 'test/base/v8_unit_test.h', 2138 'test/base/v8_unit_test.h',
2128 'test/data/resource.rc', 2139 'test/data/resource.rc',
2129 'test/data/unit/framework_unittest.gtestjs', 2140 'test/data/unit/framework_unittest.gtestjs',
2130 'tools/convert_dict/convert_dict_unittest.cc', 2141 'tools/convert_dict/convert_dict_unittest.cc',
2131 '../testing/gtest_mac_unittest.mm', 2142 '../testing/gtest_mac_unittest.mm',
2132 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2143 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2133 '../tools/json_schema_compiler/test/arrays_unittest.cc', 2144 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2134 '../tools/json_schema_compiler/test/choices_unittest.cc', 2145 '../tools/json_schema_compiler/test/choices_unittest.cc',
2135 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2146 '../tools/json_schema_compiler/test/crossref_unittest.cc',
(...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 # Use outputs of this action as inputs for the main target build. 4709 # Use outputs of this action as inputs for the main target build.
4699 # Seems as a misnomer but makes this happy on Linux (scons). 4710 # Seems as a misnomer but makes this happy on Linux (scons).
4700 'process_outputs_as_sources': 1, 4711 'process_outputs_as_sources': 1,
4701 }, 4712 },
4702 ], # 'actions' 4713 ], # 'actions'
4703 }, 4714 },
4704 ] 4715 ]
4705 }], # 'coverage!=0' 4716 }], # 'coverage!=0'
4706 ], # 'conditions' 4717 ], # 'conditions'
4707 } 4718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698