| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 'browser/history/visit_filter_unittest.cc', | 870 'browser/history/visit_filter_unittest.cc', |
| 871 'browser/history/visit_tracker_unittest.cc', | 871 'browser/history/visit_tracker_unittest.cc', |
| 872 'browser/importer/firefox_importer_unittest.cc', | 872 'browser/importer/firefox_importer_unittest.cc', |
| 873 'browser/importer/firefox_importer_unittest_messages_internal.h', | 873 'browser/importer/firefox_importer_unittest_messages_internal.h', |
| 874 'browser/importer/firefox_importer_unittest_utils.h', | 874 'browser/importer/firefox_importer_unittest_utils.h', |
| 875 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 875 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
| 876 'browser/importer/firefox_importer_utils_unittest.cc', | 876 'browser/importer/firefox_importer_utils_unittest.cc', |
| 877 'browser/importer/firefox_profile_lock_unittest.cc', | 877 'browser/importer/firefox_profile_lock_unittest.cc', |
| 878 'browser/importer/firefox_proxy_settings_unittest.cc', | 878 'browser/importer/firefox_proxy_settings_unittest.cc', |
| 879 'browser/importer/ie_importer_unittest_win.cc', | 879 'browser/importer/ie_importer_unittest_win.cc', |
| 880 'browser/importer/importer_unittest_utils.cc', | |
| 881 'browser/importer/importer_unittest_utils.h', | |
| 882 'browser/importer/safari_importer_unittest.mm', | 880 'browser/importer/safari_importer_unittest.mm', |
| 883 'browser/importer/toolbar_importer_unittest.cc', | 881 'browser/importer/toolbar_importer_unittest.cc', |
| 884 'browser/internal_auth_unittest.cc', | 882 'browser/internal_auth_unittest.cc', |
| 885 'browser/language_usage_metrics_unittest.cc', | 883 'browser/language_usage_metrics_unittest.cc', |
| 886 'browser/mac/keystone_glue_unittest.mm', | 884 'browser/mac/keystone_glue_unittest.mm', |
| 887 'browser/managed_mode/managed_mode_unittest.cc', | 885 'browser/managed_mode/managed_mode_unittest.cc', |
| 888 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 886 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
| 889 'browser/managed_mode/managed_user_passphrase_unittest.cc', | 887 'browser/managed_mode/managed_user_passphrase_unittest.cc', |
| 890 'browser/managed_mode/managed_user_service_unittest.cc', | 888 'browser/managed_mode/managed_user_service_unittest.cc', |
| 891 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', | 889 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', |
| (...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2463 # more details. | 2461 # more details. |
| 2464 'DebugInformationFormat': '3', | 2462 'DebugInformationFormat': '3', |
| 2465 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2463 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2466 }, | 2464 }, |
| 2467 }, | 2465 }, |
| 2468 }, | 2466 }, |
| 2469 ], | 2467 ], |
| 2470 }], | 2468 }], |
| 2471 ], # 'conditions' | 2469 ], # 'conditions' |
| 2472 } | 2470 } |
| OLD | NEW |