| 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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 1116 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 1117 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 1117 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 1118 'browser/policy/javascript_policy_handler_unittest.cc', | 1118 'browser/policy/javascript_policy_handler_unittest.cc', |
| 1119 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 1119 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
| 1120 'browser/policy/policy_path_parser_unittest.cc', | 1120 'browser/policy/policy_path_parser_unittest.cc', |
| 1121 'browser/policy/profile_policy_connector_unittest.cc', | 1121 'browser/policy/profile_policy_connector_unittest.cc', |
| 1122 'browser/policy/url_blacklist_manager_unittest.cc', | 1122 'browser/policy/url_blacklist_manager_unittest.cc', |
| 1123 'browser/power/process_power_collector_unittest.cc', | 1123 'browser/power/process_power_collector_unittest.cc', |
| 1124 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 1124 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
| 1125 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 1125 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
| 1126 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', |
| 1126 'browser/prefs/chrome_pref_service_unittest.cc', | 1127 'browser/prefs/chrome_pref_service_unittest.cc', |
| 1127 'browser/prefs/command_line_pref_store_unittest.cc', | 1128 'browser/prefs/command_line_pref_store_unittest.cc', |
| 1128 'browser/prefs/incognito_mode_prefs_unittest.cc', | 1129 'browser/prefs/incognito_mode_prefs_unittest.cc', |
| 1129 'browser/prefs/leveldb_pref_store_unittest.cc', | 1130 'browser/prefs/leveldb_pref_store_unittest.cc', |
| 1130 'browser/prefs/mock_validation_delegate.cc', | 1131 'browser/prefs/mock_validation_delegate.cc', |
| 1131 'browser/prefs/mock_validation_delegate.h', | 1132 'browser/prefs/mock_validation_delegate.h', |
| 1132 'browser/prefs/pref_hash_calculator_unittest.cc', | 1133 'browser/prefs/pref_hash_calculator_unittest.cc', |
| 1133 'browser/prefs/pref_hash_filter_unittest.cc', | 1134 'browser/prefs/pref_hash_filter_unittest.cc', |
| 1134 'browser/prefs/pref_hash_store_impl_unittest.cc', | 1135 'browser/prefs/pref_hash_store_impl_unittest.cc', |
| 1135 'browser/prefs/pref_model_associator_unittest.cc', | 1136 'browser/prefs/pref_model_associator_unittest.cc', |
| (...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 'dependencies': [ | 2858 'dependencies': [ |
| 2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2859 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2859 ], | 2860 ], |
| 2860 }], | 2861 }], |
| 2861 ], | 2862 ], |
| 2862 }, | 2863 }, |
| 2863 ], | 2864 ], |
| 2864 }], | 2865 }], |
| 2865 ], # 'conditions' | 2866 ], # 'conditions' |
| 2866 } | 2867 } |
| OLD | NEW |