| 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 983 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
| 984 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 984 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
| 985 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 985 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
| 986 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 986 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
| 987 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', | 987 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
| 988 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', | 988 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
| 989 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 989 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
| 990 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 990 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
| 991 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 991 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 992 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 992 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
| 993 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', |
| 993 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 994 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
| 994 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', | 995 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', |
| 995 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', | 996 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', |
| 996 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 997 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
| 997 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 998 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
| 998 'browser/safe_browsing/local_database_manager_unittest.cc', | 999 'browser/safe_browsing/local_database_manager_unittest.cc', |
| 999 'browser/safe_browsing/local_two_phase_testserver.cc', | 1000 'browser/safe_browsing/local_two_phase_testserver.cc', |
| 1000 'browser/safe_browsing/malware_details_unittest.cc', | 1001 'browser/safe_browsing/malware_details_unittest.cc', |
| 1001 'browser/safe_browsing/path_sanitizer_unittest.cc', | 1002 'browser/safe_browsing/path_sanitizer_unittest.cc', |
| 1002 'browser/safe_browsing/ping_manager_unittest.cc', | 1003 'browser/safe_browsing/ping_manager_unittest.cc', |
| (...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2933 'dependencies': [ | 2934 'dependencies': [ |
| 2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2935 ], | 2936 ], |
| 2936 }], | 2937 }], |
| 2937 ], | 2938 ], |
| 2938 }, | 2939 }, |
| 2939 ], | 2940 ], |
| 2940 }], | 2941 }], |
| 2941 ], # 'conditions' | 2942 ], # 'conditions' |
| 2942 } | 2943 } |
| OLD | NEW |