| 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 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'browser/importer/firefox_importer_unittest.cc', | 928 'browser/importer/firefox_importer_unittest.cc', |
| 929 'browser/importer/firefox_importer_unittest_messages_internal.h', | 929 'browser/importer/firefox_importer_unittest_messages_internal.h', |
| 930 'browser/importer/firefox_importer_unittest_utils.h', | 930 'browser/importer/firefox_importer_unittest_utils.h', |
| 931 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 931 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
| 932 'browser/importer/firefox_importer_utils_unittest.cc', | 932 'browser/importer/firefox_importer_utils_unittest.cc', |
| 933 'browser/importer/firefox_profile_lock_unittest.cc', | 933 'browser/importer/firefox_profile_lock_unittest.cc', |
| 934 'browser/importer/firefox_proxy_settings_unittest.cc', | 934 'browser/importer/firefox_proxy_settings_unittest.cc', |
| 935 'browser/importer/ie_importer_unittest_win.cc', | 935 'browser/importer/ie_importer_unittest_win.cc', |
| 936 'browser/importer/profile_writer_unittest.cc', | 936 'browser/importer/profile_writer_unittest.cc', |
| 937 'browser/importer/safari_importer_unittest.mm', | 937 'browser/importer/safari_importer_unittest.mm', |
| 938 'browser/importer/toolbar_importer_unittest.cc', | |
| 939 'browser/internal_auth_unittest.cc', | 938 'browser/internal_auth_unittest.cc', |
| 940 'browser/invalidation/invalidation_frontend_test_template.cc', | 939 'browser/invalidation/invalidation_frontend_test_template.cc', |
| 941 'browser/invalidation/invalidation_frontend_test_template.h', | 940 'browser/invalidation/invalidation_frontend_test_template.h', |
| 942 'browser/invalidation/invalidation_service_android_unittest.cc', | 941 'browser/invalidation/invalidation_service_android_unittest.cc', |
| 943 'browser/invalidation/invalidator_storage_unittest.cc', | 942 'browser/invalidation/invalidator_storage_unittest.cc', |
| 944 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 943 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 945 'browser/language_usage_metrics_unittest.cc', | 944 'browser/language_usage_metrics_unittest.cc', |
| 946 'browser/mac/keystone_glue_unittest.mm', | 945 'browser/mac/keystone_glue_unittest.mm', |
| 947 'browser/managed_mode/managed_mode_unittest.cc', | 946 'browser/managed_mode/managed_mode_unittest.cc', |
| 948 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 947 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
| (...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2635 # more details. | 2634 # more details. |
| 2636 'DebugInformationFormat': '3', | 2635 'DebugInformationFormat': '3', |
| 2637 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2636 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2638 }, | 2637 }, |
| 2639 }, | 2638 }, |
| 2640 }, | 2639 }, |
| 2641 ], | 2640 ], |
| 2642 }], | 2641 }], |
| 2643 ], # 'conditions' | 2642 ], # 'conditions' |
| 2644 } | 2643 } |
| OLD | NEW |