Chromium Code Reviews| 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1215 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1215 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1216 'browser/safe_browsing/chunk_range_unittest.cc', | 1216 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1217 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1217 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1218 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1218 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| 1219 'browser/safe_browsing/database_manager_unittest.cc', | 1219 'browser/safe_browsing/database_manager_unittest.cc', |
| 1220 'browser/safe_browsing/download_feedback_service_unittest.cc', | 1220 'browser/safe_browsing/download_feedback_service_unittest.cc', |
| 1221 'browser/safe_browsing/download_feedback_unittest.cc', | 1221 'browser/safe_browsing/download_feedback_unittest.cc', |
| 1222 'browser/safe_browsing/download_protection_service_unittest.cc', | 1222 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 1223 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_ unittest.cc', | 1223 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_ unittest.cc', |
| 1224 'browser/safe_browsing/incident_reporting/binary_integrity_incident_hand lers_unittest.cc', | 1224 'browser/safe_browsing/incident_reporting/binary_integrity_incident_hand lers_unittest.cc', |
| 1225 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handle rs_unittest.cc', | |
| 1226 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_un ittest.cc', | |
|
mattm
2014/08/26 00:36:02
sorting
robertshield
2014/08/26 03:09:23
Done.
| |
| 1225 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unitte st.cc', | 1227 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unitte st.cc', |
| 1226 'browser/safe_browsing/incident_reporting/environment_data_collection_wi n_unittest.cc', | 1228 'browser/safe_browsing/incident_reporting/environment_data_collection_wi n_unittest.cc', |
| 1227 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_ unittest.cc', | 1229 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_ unittest.cc', |
| 1228 'browser/safe_browsing/incident_reporting/incident_reporting_service_uni ttest.cc', | 1230 'browser/safe_browsing/incident_reporting/incident_reporting_service_uni ttest.cc', |
| 1229 'browser/safe_browsing/incident_reporting/last_download_finder_unittest. cc', | 1231 'browser/safe_browsing/incident_reporting/last_download_finder_unittest. cc', |
| 1230 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util _win.cc', | 1232 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util _win.cc', |
| 1231 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util _win.h', | 1233 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util _win.h', |
| 1232 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_ unittest.cc', | 1234 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_ unittest.cc', |
| 1233 'browser/safe_browsing/incident_reporting/preference_validation_delegate _unittest.cc', | 1235 'browser/safe_browsing/incident_reporting/preference_validation_delegate _unittest.cc', |
| 1234 'browser/safe_browsing/incident_reporting/tracked_preference_incident_ha ndlers_unittest.cc', | 1236 'browser/safe_browsing/incident_reporting/tracked_preference_incident_ha ndlers_unittest.cc', |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2896 'dependencies': [ | 2898 'dependencies': [ |
| 2897 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2898 ], | 2900 ], |
| 2899 }], | 2901 }], |
| 2900 ], | 2902 ], |
| 2901 }, | 2903 }, |
| 2902 ], | 2904 ], |
| 2903 }], | 2905 }], |
| 2904 ], # 'conditions' | 2906 ], # 'conditions' |
| 2905 } | 2907 } |
| OLD | NEW |