| 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 'browser/history/visit_filter_unittest.cc', | 851 'browser/history/visit_filter_unittest.cc', |
| 852 'browser/history/visit_tracker_unittest.cc', | 852 'browser/history/visit_tracker_unittest.cc', |
| 853 'browser/importer/firefox_importer_unittest.cc', | 853 'browser/importer/firefox_importer_unittest.cc', |
| 854 'browser/importer/firefox_importer_unittest_messages_internal.h', | 854 'browser/importer/firefox_importer_unittest_messages_internal.h', |
| 855 'browser/importer/firefox_importer_unittest_utils.h', | 855 'browser/importer/firefox_importer_unittest_utils.h', |
| 856 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 856 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
| 857 'browser/importer/firefox_importer_utils_unittest.cc', | 857 'browser/importer/firefox_importer_utils_unittest.cc', |
| 858 'browser/importer/firefox_profile_lock_unittest.cc', | 858 'browser/importer/firefox_profile_lock_unittest.cc', |
| 859 'browser/importer/firefox_proxy_settings_unittest.cc', | 859 'browser/importer/firefox_proxy_settings_unittest.cc', |
| 860 'browser/importer/ie_importer_unittest_win.cc', | 860 'browser/importer/ie_importer_unittest_win.cc', |
| 861 'browser/importer/importer_unittest_utils.cc', | |
| 862 'browser/importer/importer_unittest_utils.h', | |
| 863 'browser/importer/safari_importer_unittest.mm', | 861 'browser/importer/safari_importer_unittest.mm', |
| 864 'browser/importer/toolbar_importer_unittest.cc', | 862 'browser/importer/toolbar_importer_unittest.cc', |
| 865 'browser/internal_auth_unittest.cc', | 863 'browser/internal_auth_unittest.cc', |
| 866 'browser/language_usage_metrics_unittest.cc', | 864 'browser/language_usage_metrics_unittest.cc', |
| 867 'browser/mac/keystone_glue_unittest.mm', | 865 'browser/mac/keystone_glue_unittest.mm', |
| 868 'browser/managed_mode/managed_mode_unittest.cc', | 866 'browser/managed_mode/managed_mode_unittest.cc', |
| 869 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 867 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
| 870 'browser/managed_mode/managed_user_passphrase_unittest.cc', | 868 'browser/managed_mode/managed_user_passphrase_unittest.cc', |
| 871 'browser/managed_mode/managed_user_service_unittest.cc', | 869 'browser/managed_mode/managed_user_service_unittest.cc', |
| 872 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, | 870 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc'
, |
| (...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2419 # more details. | 2417 # more details. |
| 2420 'DebugInformationFormat': '3', | 2418 'DebugInformationFormat': '3', |
| 2421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2419 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2422 }, | 2420 }, |
| 2423 }, | 2421 }, |
| 2424 }, | 2422 }, |
| 2425 ], | 2423 ], |
| 2426 }], | 2424 }], |
| 2427 ], # 'conditions' | 2425 ], # 'conditions' |
| 2428 } | 2426 } |
| OLD | NEW |