| 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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 'browser/policy/mock_policy_service.h', | 960 'browser/policy/mock_policy_service.h', |
| 961 'browser/policy/policy_bundle_unittest.cc', | 961 'browser/policy/policy_bundle_unittest.cc', |
| 962 'browser/policy/policy_loader_mac_unittest.cc', | 962 'browser/policy/policy_loader_mac_unittest.cc', |
| 963 'browser/policy/policy_loader_win_unittest.cc', | 963 'browser/policy/policy_loader_win_unittest.cc', |
| 964 'browser/policy/policy_map_unittest.cc', | 964 'browser/policy/policy_map_unittest.cc', |
| 965 'browser/policy/policy_path_parser_unittest.cc', | 965 'browser/policy/policy_path_parser_unittest.cc', |
| 966 'browser/policy/policy_service_impl_unittest.cc', | 966 'browser/policy/policy_service_impl_unittest.cc', |
| 967 'browser/policy/policy_statistics_collector_unittest.cc', | 967 'browser/policy/policy_statistics_collector_unittest.cc', |
| 968 'browser/policy/preferences_mock_mac.cc', | 968 'browser/policy/preferences_mock_mac.cc', |
| 969 'browser/policy/preferences_mock_mac.h', | 969 'browser/policy/preferences_mock_mac.h', |
| 970 'browser/policy/preg_parser_win_unittest.cc', |
| 970 'browser/policy/url_blacklist_manager_unittest.cc', | 971 'browser/policy/url_blacklist_manager_unittest.cc', |
| 971 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 972 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 972 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 973 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 973 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 974 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 974 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 975 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 975 'browser/predictors/resource_prefetcher_unittest.cc', | 976 'browser/predictors/resource_prefetcher_unittest.cc', |
| 976 'browser/prefs/chrome_pref_service_unittest.cc', | 977 'browser/prefs/chrome_pref_service_unittest.cc', |
| 977 'browser/prefs/command_line_pref_store_unittest.cc', | 978 'browser/prefs/command_line_pref_store_unittest.cc', |
| 978 'browser/prefs/incognito_mode_prefs_unittest.cc', | 979 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 979 'browser/prefs/pref_model_associator_unittest.cc', | 980 'browser/prefs/pref_model_associator_unittest.cc', |
| (...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 # more details. | 2421 # more details. |
| 2421 'DebugInformationFormat': '3', | 2422 'DebugInformationFormat': '3', |
| 2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2423 }, | 2424 }, |
| 2424 }, | 2425 }, |
| 2425 }, | 2426 }, |
| 2426 ], | 2427 ], |
| 2427 }], | 2428 }], |
| 2428 ], # 'conditions' | 2429 ], # 'conditions' |
| 2429 } | 2430 } |
| OLD | NEW |