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

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: decoupled parsing and printing, extracted mof parser, simplified all around 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 4453 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 # Use outputs of this action as inputs for the main target build. 4708 # Use outputs of this action as inputs for the main target build.
4699 # Seems as a misnomer but makes this happy on Linux (scons). 4709 # Seems as a misnomer but makes this happy on Linux (scons).
4700 'process_outputs_as_sources': 1, 4710 'process_outputs_as_sources': 1,
4701 }, 4711 },
4702 ], # 'actions' 4712 ], # 'actions'
4703 }, 4713 },
4704 ] 4714 ]
4705 }], # 'coverage!=0' 4715 }], # 'coverage!=0'
4706 ], # 'conditions' 4716 ], # 'conditions'
4707 } 4717 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698