| 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 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 'browser/history/in_memory_url_index_unittest.cc', | 930 'browser/history/in_memory_url_index_unittest.cc', |
| 931 'browser/history/most_visited_tiles_experiment_unittest.cc', | 931 'browser/history/most_visited_tiles_experiment_unittest.cc', |
| 932 'browser/history/query_parser_unittest.cc', | 932 'browser/history/query_parser_unittest.cc', |
| 933 'browser/history/scored_history_match_unittest.cc', | 933 'browser/history/scored_history_match_unittest.cc', |
| 934 'browser/history/select_favicon_frames_unittest.cc', | 934 'browser/history/select_favicon_frames_unittest.cc', |
| 935 'browser/history/shortcuts_backend_unittest.cc', | 935 'browser/history/shortcuts_backend_unittest.cc', |
| 936 'browser/history/shortcuts_database_unittest.cc', | 936 'browser/history/shortcuts_database_unittest.cc', |
| 937 'browser/history/snippet_unittest.cc', | 937 'browser/history/snippet_unittest.cc', |
| 938 'browser/history/thumbnail_database_unittest.cc', | 938 'browser/history/thumbnail_database_unittest.cc', |
| 939 'browser/history/top_sites_database_unittest.cc', | 939 'browser/history/top_sites_database_unittest.cc', |
| 940 'browser/history/top_sites_cache_unittest.cc', |
| 940 'browser/history/top_sites_impl_unittest.cc', | 941 'browser/history/top_sites_impl_unittest.cc', |
| 941 'browser/history/top_sites_likely_impl_unittest.cc', | 942 'browser/history/top_sites_likely_impl_unittest.cc', |
| 942 'browser/history/typed_url_syncable_service_unittest.cc', | 943 'browser/history/typed_url_syncable_service_unittest.cc', |
| 943 'browser/history/url_database_unittest.cc', | 944 'browser/history/url_database_unittest.cc', |
| 944 'browser/history/visit_database_unittest.cc', | 945 'browser/history/visit_database_unittest.cc', |
| 945 'browser/history/visit_filter_unittest.cc', | 946 'browser/history/visit_filter_unittest.cc', |
| 946 'browser/history/visit_tracker_unittest.cc', | 947 'browser/history/visit_tracker_unittest.cc', |
| 947 'browser/importer/firefox_profile_lock_unittest.cc', | 948 'browser/importer/firefox_profile_lock_unittest.cc', |
| 948 'browser/importer/profile_writer_unittest.cc', | 949 'browser/importer/profile_writer_unittest.cc', |
| 949 'browser/internal_auth_unittest.cc', | 950 'browser/internal_auth_unittest.cc', |
| (...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2747 # more details. | 2748 # more details. |
| 2748 'DebugInformationFormat': '3', | 2749 'DebugInformationFormat': '3', |
| 2749 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2750 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2750 }, | 2751 }, |
| 2751 }, | 2752 }, |
| 2752 }, | 2753 }, |
| 2753 ], | 2754 ], |
| 2754 }], | 2755 }], |
| 2755 ], # 'conditions' | 2756 ], # 'conditions' |
| 2756 } | 2757 } |
| OLD | NEW |