| 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 'browser/history/visit_tracker_unittest.cc', | 914 'browser/history/visit_tracker_unittest.cc', |
| 915 'browser/importer/firefox_profile_lock_unittest.cc', | 915 'browser/importer/firefox_profile_lock_unittest.cc', |
| 916 'browser/importer/profile_writer_unittest.cc', | 916 'browser/importer/profile_writer_unittest.cc', |
| 917 'browser/internal_auth_unittest.cc', | 917 'browser/internal_auth_unittest.cc', |
| 918 'browser/invalidation/invalidation_service_android_unittest.cc', | 918 'browser/invalidation/invalidation_service_android_unittest.cc', |
| 919 'browser/invalidation/invalidation_service_test_template.cc', | 919 'browser/invalidation/invalidation_service_test_template.cc', |
| 920 'browser/invalidation/invalidation_service_test_template.h', | 920 'browser/invalidation/invalidation_service_test_template.h', |
| 921 'browser/invalidation/invalidator_storage_unittest.cc', | 921 'browser/invalidation/invalidator_storage_unittest.cc', |
| 922 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 922 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 923 'browser/language_usage_metrics_unittest.cc', | 923 'browser/language_usage_metrics_unittest.cc', |
| 924 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
| 924 'browser/local_discovery/privet_http_unittest.cc', | 925 'browser/local_discovery/privet_http_unittest.cc', |
| 925 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 926 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
| 926 'browser/mac/keystone_glue_unittest.mm', | 927 'browser/mac/keystone_glue_unittest.mm', |
| 927 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 928 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
| 928 'browser/managed_mode/managed_user_registration_service_unittest.cc', | 929 'browser/managed_mode/managed_user_registration_service_unittest.cc', |
| 929 'browser/managed_mode/managed_user_service_unittest.cc', | 930 'browser/managed_mode/managed_user_service_unittest.cc', |
| 930 'browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc', | 931 'browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc', |
| 931 'browser/media/webrtc_log_uploader_unittest.cc', | 932 'browser/media/webrtc_log_uploader_unittest.cc', |
| 932 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', | 933 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', |
| 933 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, | 934 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, |
| (...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2650 # more details. | 2651 # more details. |
| 2651 'DebugInformationFormat': '3', | 2652 'DebugInformationFormat': '3', |
| 2652 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2653 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2653 }, | 2654 }, |
| 2654 }, | 2655 }, |
| 2655 }, | 2656 }, |
| 2656 ], | 2657 ], |
| 2657 }], | 2658 }], |
| 2658 ], # 'conditions' | 2659 ], # 'conditions' |
| 2659 } | 2660 } |
| OLD | NEW |