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