| 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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1110 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1111 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1111 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1112 'browser/policy/javascript_policy_handler_unittest.cc', | 1112 'browser/policy/javascript_policy_handler_unittest.cc', |
| 1113 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 1113 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
| 1114 'browser/policy/policy_path_parser_unittest.cc', | 1114 'browser/policy/policy_path_parser_unittest.cc', |
| 1115 'browser/policy/profile_policy_connector_unittest.cc', | 1115 'browser/policy/profile_policy_connector_unittest.cc', |
| 1116 'browser/policy/url_blacklist_manager_unittest.cc', | 1116 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1117 'browser/power/process_power_collector_unittest.cc', | 1117 'browser/power/process_power_collector_unittest.cc', |
| 1118 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1118 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1119 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1119 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1120 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
| 1120 'browser/prefs/chrome_pref_service_unittest.cc', | 1121 'browser/prefs/chrome_pref_service_unittest.cc', |
| 1121 'browser/prefs/command_line_pref_store_unittest.cc', | 1122 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1122 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1123 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1123 'browser/prefs/leveldb_pref_store_unittest.cc', | 1124 'browser/prefs/leveldb_pref_store_unittest.cc', |
| 1124 'browser/prefs/mock_validation_delegate.cc', | 1125 'browser/prefs/mock_validation_delegate.cc', |
| 1125 'browser/prefs/mock_validation_delegate.h', | 1126 'browser/prefs/mock_validation_delegate.h', |
| 1126 'browser/prefs/pref_hash_calculator_unittest.cc', | 1127 'browser/prefs/pref_hash_calculator_unittest.cc', |
| 1127 'browser/prefs/pref_hash_filter_unittest.cc', | 1128 'browser/prefs/pref_hash_filter_unittest.cc', |
| 1128 'browser/prefs/pref_hash_store_impl_unittest.cc', | 1129 'browser/prefs/pref_hash_store_impl_unittest.cc', |
| 1129 'browser/prefs/pref_model_associator_unittest.cc', | 1130 'browser/prefs/pref_model_associator_unittest.cc', |
| (...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2622 | 2623 |
| 2623 # GCMDriverAndroid is not yet implemented. | 2624 # GCMDriverAndroid is not yet implemented. |
| 2624 'browser/extensions/extension_gcm_app_handler_unittest.cc', | 2625 'browser/extensions/extension_gcm_app_handler_unittest.cc', |
| 2625 'browser/services/gcm/gcm_profile_service_unittest.cc', | 2626 'browser/services/gcm/gcm_profile_service_unittest.cc', |
| 2626 | 2627 |
| 2627 # Android doesn't support download feedbacks. | 2628 # Android doesn't support download feedbacks. |
| 2628 'browser/safe_browsing/download_feedback_unittest.cc', | 2629 'browser/safe_browsing/download_feedback_unittest.cc', |
| 2629 'browser/safe_browsing/download_feedback_service_unittest.cc', | 2630 'browser/safe_browsing/download_feedback_service_unittest.cc', |
| 2630 'browser/safe_browsing/download_protection_service_unittest.cc', | 2631 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 2631 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 2632 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 2633 |
| 2634 # Android has no windows that have placement info. |
| 2635 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
| 2632 ], | 2636 ], |
| 2633 'sources/': [ | 2637 'sources/': [ |
| 2634 ['exclude', '^browser/captive_portal/'], | 2638 ['exclude', '^browser/captive_portal/'], |
| 2635 ['exclude', '^browser/diagnostics/'], | 2639 ['exclude', '^browser/diagnostics/'], |
| 2636 ['exclude', '^browser/first_run/'], | 2640 ['exclude', '^browser/first_run/'], |
| 2637 ['exclude', '^browser/importer/'], | 2641 ['exclude', '^browser/importer/'], |
| 2638 ['exclude', '^browser/lifetime/'], | 2642 ['exclude', '^browser/lifetime/'], |
| 2639 ['exclude', '^browser/media_galleries/'], | 2643 ['exclude', '^browser/media_galleries/'], |
| 2640 ['exclude', '^browser/net/firefox_*'], | 2644 ['exclude', '^browser/net/firefox_*'], |
| 2641 ['exclude', '^browser/profile_resetter/'], | 2645 ['exclude', '^browser/profile_resetter/'], |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2872 'dependencies': [ | 2876 'dependencies': [ |
| 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2874 ], | 2878 ], |
| 2875 }], | 2879 }], |
| 2876 ], | 2880 ], |
| 2877 }, | 2881 }, |
| 2878 ], | 2882 ], |
| 2879 }], | 2883 }], |
| 2880 ], # 'conditions' | 2884 ], # 'conditions' |
| 2881 } | 2885 } |
| OLD | NEW |