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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 'browser/policy/registry_dict_win_unittest.cc', | 1091 'browser/policy/registry_dict_win_unittest.cc', |
1092 'browser/policy/url_blacklist_manager_unittest.cc', | 1092 'browser/policy/url_blacklist_manager_unittest.cc', |
1093 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1093 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
1094 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1094 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
1095 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 1095 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
1096 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 1096 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
1097 'browser/predictors/resource_prefetcher_unittest.cc', | 1097 'browser/predictors/resource_prefetcher_unittest.cc', |
1098 'browser/prefs/chrome_pref_service_unittest.cc', | 1098 'browser/prefs/chrome_pref_service_unittest.cc', |
1099 'browser/prefs/command_line_pref_store_unittest.cc', | 1099 'browser/prefs/command_line_pref_store_unittest.cc', |
1100 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1100 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1101 'browser/prefs/supervised_user_pref_store_unittest.cc', |
1101 'browser/prefs/pref_model_associator_unittest.cc', | 1102 'browser/prefs/pref_model_associator_unittest.cc', |
1102 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1103 'browser/prefs/proxy_config_dictionary_unittest.cc', |
1103 'browser/prefs/proxy_policy_unittest.cc', | 1104 'browser/prefs/proxy_policy_unittest.cc', |
1104 'browser/prefs/proxy_prefs_unittest.cc', | 1105 'browser/prefs/proxy_prefs_unittest.cc', |
1105 'browser/prefs/scoped_user_pref_update_unittest.cc', | 1106 'browser/prefs/scoped_user_pref_update_unittest.cc', |
1106 'browser/prefs/session_startup_pref_unittest.cc', | 1107 'browser/prefs/session_startup_pref_unittest.cc', |
1107 'browser/prerender/prerender_history_unittest.cc', | 1108 'browser/prerender/prerender_history_unittest.cc', |
1108 'browser/prerender/prerender_manager_unittest.cc', | 1109 'browser/prerender/prerender_manager_unittest.cc', |
1109 'browser/prerender/prerender_tracker_unittest.cc', | 1110 'browser/prerender/prerender_tracker_unittest.cc', |
1110 'browser/prerender/prerender_unittest.cc', | 1111 'browser/prerender/prerender_unittest.cc', |
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2622 'sources/': [ | 2623 'sources/': [ |
2623 # OpenSSL build does not support firefox importer. See | 2624 # OpenSSL build does not support firefox importer. See |
2624 # http://crbug.com/64926 | 2625 # http://crbug.com/64926 |
2625 ['exclude', '^browser/importer/'], | 2626 ['exclude', '^browser/importer/'], |
2626 ], | 2627 ], |
2627 }], | 2628 }], |
2628 ['enable_managed_users!=1', { | 2629 ['enable_managed_users!=1', { |
2629 'sources/': [ | 2630 'sources/': [ |
2630 ['exclude', '^browser/managed_mode/'], | 2631 ['exclude', '^browser/managed_mode/'], |
2631 ], | 2632 ], |
| 2633 'sources!': [ |
| 2634 'browser/prefs/supervised_user_pref_store_unittest.cc', |
| 2635 ], |
2632 }], | 2636 }], |
2633 ['safe_browsing!=1', { | 2637 ['safe_browsing!=1', { |
2634 'sources/': [ | 2638 'sources/': [ |
2635 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2639 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
2636 ], | 2640 ], |
2637 }], | 2641 }], |
2638 ], | 2642 ], |
2639 'target_conditions': [ | 2643 'target_conditions': [ |
2640 ['OS == "ios"', { | 2644 ['OS == "ios"', { |
2641 'sources/': [ | 2645 'sources/': [ |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2755 # more details. | 2759 # more details. |
2756 'DebugInformationFormat': '3', | 2760 'DebugInformationFormat': '3', |
2757 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2761 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2758 }, | 2762 }, |
2759 }, | 2763 }, |
2760 }, | 2764 }, |
2761 ], | 2765 ], |
2762 }], | 2766 }], |
2763 ], # 'conditions' | 2767 ], # 'conditions' |
2764 } | 2768 } |
OLD | NEW |