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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11999003: Merge 176009 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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 | « no previous file | chrome/common/common_param_traits_unittest.cc » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'browser/webdata/web_apps_table_unittest.cc', 1433 'browser/webdata/web_apps_table_unittest.cc',
1434 'browser/webdata/web_data_service_test_util.h', 1434 'browser/webdata/web_data_service_test_util.h',
1435 'browser/webdata/web_data_service_unittest.cc', 1435 'browser/webdata/web_data_service_unittest.cc',
1436 'browser/webdata/web_database_migration_unittest.cc', 1436 'browser/webdata/web_database_migration_unittest.cc',
1437 'browser/webdata/web_intents_table_unittest.cc', 1437 'browser/webdata/web_intents_table_unittest.cc',
1438 'common/bzip2_unittest.cc', 1438 'common/bzip2_unittest.cc',
1439 'common/cancelable_task_tracker_unittest.cc', 1439 'common/cancelable_task_tracker_unittest.cc',
1440 'common/child_process_logging_mac_unittest.mm', 1440 'common/child_process_logging_mac_unittest.mm',
1441 'common/chrome_paths_unittest.cc', 1441 'common/chrome_paths_unittest.cc',
1442 'common/cloud_print/cloud_print_helpers_unittest.cc', 1442 'common/cloud_print/cloud_print_helpers_unittest.cc',
1443 'common/common_param_traits_unittest.cc',
1444 'common/chrome_content_client_unittest.cc', 1443 'common/chrome_content_client_unittest.cc',
1445 'common/content_settings_helper_unittest.cc', 1444 'common/content_settings_helper_unittest.cc',
1446 'common/content_settings_pattern_parser_unittest.cc', 1445 'common/content_settings_pattern_parser_unittest.cc',
1447 'common/content_settings_pattern_unittest.cc', 1446 'common/content_settings_pattern_unittest.cc',
1448 'common/extensions/command_unittest.cc', 1447 'common/extensions/command_unittest.cc',
1449 'common/extensions/csp_validator_unittest.cc', 1448 'common/extensions/csp_validator_unittest.cc',
1450 'common/extensions/event_filter_unittest.cc', 1449 'common/extensions/event_filter_unittest.cc',
1451 'common/extensions/extension_constants_unittest.cc', 1450 'common/extensions/extension_constants_unittest.cc',
1452 'common/extensions/extension_file_util_unittest.cc', 1451 'common/extensions/extension_file_util_unittest.cc',
1453 'common/extensions/extension_icon_set_unittest.cc', 1452 'common/extensions/extension_icon_set_unittest.cc',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 'unit_tests.isolate', 2301 'unit_tests.isolate',
2303 ], 2302 ],
2304 'sources': [ 2303 'sources': [
2305 'unit_tests.isolate', 2304 'unit_tests.isolate',
2306 ], 2305 ],
2307 }, 2306 },
2308 ], 2307 ],
2309 }], 2308 }],
2310 ], # 'conditions' 2309 ], # 'conditions'
2311 } 2310 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/common_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698