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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/win/event_trace_provider.cc ('k') | chrome/test/base/test_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'test/base/testing_profile_manager.h', 248 'test/base/testing_profile_manager.h',
249 'test/base/thread_observer_helper.h', 249 'test/base/thread_observer_helper.h',
250 'test/base/tracing.cc', 250 'test/base/tracing.cc',
251 'test/base/tracing.h', 251 'test/base/tracing.h',
252 'test/base/ui_test_utils.cc', 252 'test/base/ui_test_utils.cc',
253 'test/base/ui_test_utils.h', 253 'test/base/ui_test_utils.h',
254 'test/base/ui_test_utils_aura.cc', 254 'test/base/ui_test_utils_aura.cc',
255 'test/base/ui_test_utils_gtk.cc', 255 'test/base/ui_test_utils_gtk.cc',
256 'test/base/ui_test_utils_mac.mm', 256 'test/base/ui_test_utils_mac.mm',
257 'test/base/ui_test_utils_win.cc', 257 'test/base/ui_test_utils_win.cc',
258 'test/logging/win/file_logger.cc',
259 'test/logging/win/file_logger.h',
260 'test/logging/win/log_file_printer.cc',
261 'test/logging/win/log_file_printer.h',
262 'test/logging/win/log_file_reader.cc',
263 'test/logging/win/log_file_reader.h',
264 'test/logging/win/mof_data_parser.cc',
265 'test/logging/win/mof_data_parser.h',
266 'test/logging/win/test_log_collector.cc',
267 'test/logging/win/test_log_collector.h',
258 'test/perf/perf_test.cc', 268 'test/perf/perf_test.cc',
259 'test/perf/perf_test.h', 269 'test/perf/perf_test.h',
260 # TODO: these should live here but are currently used by 270 # TODO: these should live here but are currently used by
261 # production code code in libbrowser (in chrome.gyp). 271 # production code code in libbrowser (in chrome.gyp).
262 #'../content/browser/net/url_request_mock_http_job.cc', 272 #'../content/browser/net/url_request_mock_http_job.cc',
263 #'../content/browser/net/url_request_mock_http_job.h', 273 #'../content/browser/net/url_request_mock_http_job.h',
264 '../content/test/notification_observer_mock.cc', 274 '../content/test/notification_observer_mock.cc',
265 '../content/test/notification_observer_mock.h', 275 '../content/test/notification_observer_mock.h',
266 '../ui/gfx/image/image_unittest_util.h', 276 '../ui/gfx/image/image_unittest_util.h',
267 '../ui/gfx/image/image_unittest_util.cc', 277 '../ui/gfx/image/image_unittest_util.cc',
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
2126 'test/base/v8_unit_test.cc', 2136 'test/base/v8_unit_test.cc',
2127 'test/base/v8_unit_test.h', 2137 'test/base/v8_unit_test.h',
2128 'test/data/resource.rc', 2138 'test/data/resource.rc',
2129 'test/data/unit/framework_unittest.gtestjs', 2139 'test/data/unit/framework_unittest.gtestjs',
2140 'test/logging/win/mof_data_parser_unittest.cc',
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',
2136 '../tools/json_schema_compiler/test/enums_unittest.cc', 2147 '../tools/json_schema_compiler/test/enums_unittest.cc',
2137 '../tools/json_schema_compiler/test/objects_unittest.cc', 2148 '../tools/json_schema_compiler/test/objects_unittest.cc',
2138 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2149 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2139 '../ui/views/test/test_views_delegate.cc', 2150 '../ui/views/test/test_views_delegate.cc',
(...skipping 2558 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
« 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