| 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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1120 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1121 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1121 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1122 'browser/policy/javascript_policy_handler_unittest.cc', | 1122 'browser/policy/javascript_policy_handler_unittest.cc', |
| 1123 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 1123 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
| 1124 'browser/policy/policy_path_parser_unittest.cc', | 1124 'browser/policy/policy_path_parser_unittest.cc', |
| 1125 'browser/policy/profile_policy_connector_unittest.cc', | 1125 'browser/policy/profile_policy_connector_unittest.cc', |
| 1126 'browser/policy/url_blacklist_manager_unittest.cc', | 1126 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1127 'browser/power/process_power_collector_unittest.cc', | 1127 'browser/power/process_power_collector_unittest.cc', |
| 1128 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1128 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1129 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1129 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1130 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
| 1131 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
| 1132 'browser/predictors/resource_prefetcher_unittest.cc', |
| 1130 'browser/prefs/chrome_pref_service_unittest.cc', | 1133 'browser/prefs/chrome_pref_service_unittest.cc', |
| 1131 'browser/prefs/command_line_pref_store_unittest.cc', | 1134 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1132 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1135 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1133 'browser/prefs/leveldb_pref_store_unittest.cc', | 1136 'browser/prefs/leveldb_pref_store_unittest.cc', |
| 1134 'browser/prefs/mock_validation_delegate.cc', | 1137 'browser/prefs/mock_validation_delegate.cc', |
| 1135 'browser/prefs/mock_validation_delegate.h', | 1138 'browser/prefs/mock_validation_delegate.h', |
| 1136 'browser/prefs/pref_hash_calculator_unittest.cc', | 1139 'browser/prefs/pref_hash_calculator_unittest.cc', |
| 1137 'browser/prefs/pref_hash_filter_unittest.cc', | 1140 'browser/prefs/pref_hash_filter_unittest.cc', |
| 1138 'browser/prefs/pref_hash_store_impl_unittest.cc', | 1141 'browser/prefs/pref_hash_store_impl_unittest.cc', |
| 1139 'browser/prefs/pref_model_associator_unittest.cc', | 1142 'browser/prefs/pref_model_associator_unittest.cc', |
| (...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2866 'dependencies': [ | 2869 'dependencies': [ |
| 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2868 ], | 2871 ], |
| 2869 }], | 2872 }], |
| 2870 ], | 2873 ], |
| 2871 }, | 2874 }, |
| 2872 ], | 2875 ], |
| 2873 }], | 2876 }], |
| 2874 ], # 'conditions' | 2877 ], # 'conditions' |
| 2875 } | 2878 } |
| OLD | NEW |