OLD | NEW |
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 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1535 'common/mac/mock_launchd.h', | 1535 'common/mac/mock_launchd.h', |
1536 'common/mac/nscoder_util_unittest.mm', | 1536 'common/mac/nscoder_util_unittest.mm', |
1537 'common/mac/objc_method_swizzle_unittest.mm', | 1537 'common/mac/objc_method_swizzle_unittest.mm', |
1538 'common/mac/objc_zombie_unittest.mm', | 1538 'common/mac/objc_zombie_unittest.mm', |
1539 'common/metrics/entropy_provider_unittest.cc', | 1539 'common/metrics/entropy_provider_unittest.cc', |
1540 'common/metrics/metrics_log_base_unittest.cc', | 1540 'common/metrics/metrics_log_base_unittest.cc', |
1541 'common/metrics/metrics_log_manager_unittest.cc', | 1541 'common/metrics/metrics_log_manager_unittest.cc', |
1542 'common/metrics/metrics_util_unittest.cc', | 1542 'common/metrics/metrics_util_unittest.cc', |
1543 'common/metrics/variations/variations_util_unittest.cc', | 1543 'common/metrics/variations/variations_util_unittest.cc', |
1544 'common/multi_process_lock_unittest.cc', | 1544 'common/multi_process_lock_unittest.cc', |
1545 'common/net/url_util_unittest.cc', | |
1546 'common/net/x509_certificate_model_unittest.cc', | 1545 'common/net/x509_certificate_model_unittest.cc', |
1547 'common/pref_names_util_unittest.cc', | 1546 'common/pref_names_util_unittest.cc', |
1548 'common/service_process_util_unittest.cc', | 1547 'common/service_process_util_unittest.cc', |
1549 'common/switch_utils_unittest.cc', | 1548 'common/switch_utils_unittest.cc', |
1550 'common/thumbnail_score_unittest.cc', | 1549 'common/thumbnail_score_unittest.cc', |
1551 'common/time_format_unittest.cc', | 1550 'common/time_format_unittest.cc', |
1552 'common/web_apps_unittest.cc', | 1551 'common/web_apps_unittest.cc', |
1553 'common/worker_thread_ticker_unittest.cc', | 1552 'common/worker_thread_ticker_unittest.cc', |
1554 'common/zip_reader_unittest.cc', | 1553 'common/zip_reader_unittest.cc', |
1555 'common/zip_unittest.cc', | 1554 'common/zip_unittest.cc', |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2362 # more details. | 2361 # more details. |
2363 'DebugInformationFormat': '3', | 2362 'DebugInformationFormat': '3', |
2364 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2363 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2365 }, | 2364 }, |
2366 }, | 2365 }, |
2367 }, | 2366 }, |
2368 ], | 2367 ], |
2369 }], | 2368 }], |
2370 ], # 'conditions' | 2369 ], # 'conditions' |
2371 } | 2370 } |
OLD | NEW |