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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 790 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
791 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', | 791 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', |
792 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 792 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
793 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 793 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
794 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 794 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
795 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', | 795 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
796 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', | 796 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
797 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 797 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
798 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 798 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
799 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 799 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 800 'browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittes
t.cc', |
800 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 801 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
801 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', | 802 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', |
802 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', | 803 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', |
803 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 804 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
804 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', | 805 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', |
805 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', | 806 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', |
| 807 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt
est.cc', |
806 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 808 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
807 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 809 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
808 'browser/safe_browsing/local_database_manager_unittest.cc', | 810 'browser/safe_browsing/local_database_manager_unittest.cc', |
809 'browser/safe_browsing/local_two_phase_testserver.cc', | 811 'browser/safe_browsing/local_two_phase_testserver.cc', |
810 'browser/safe_browsing/path_sanitizer_unittest.cc', | 812 'browser/safe_browsing/path_sanitizer_unittest.cc', |
811 'browser/safe_browsing/protocol_manager_helper_unittest.cc', | 813 'browser/safe_browsing/protocol_manager_helper_unittest.cc', |
812 'browser/safe_browsing/protocol_manager_unittest.cc', | 814 'browser/safe_browsing/protocol_manager_unittest.cc', |
813 'browser/safe_browsing/protocol_parser_unittest.cc', | 815 'browser/safe_browsing/protocol_parser_unittest.cc', |
814 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 816 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
815 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 817 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3060 'dependencies': [ | 3062 'dependencies': [ |
3061 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3063 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3062 ], | 3064 ], |
3063 }], | 3065 }], |
3064 ], | 3066 ], |
3065 }, | 3067 }, |
3066 ], | 3068 ], |
3067 }], | 3069 }], |
3068 ], # 'conditions' | 3070 ], # 'conditions' |
3069 } | 3071 } |
OLD | NEW |