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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 775 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
776 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', | 776 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', |
777 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 777 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
778 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 778 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
779 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 779 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
780 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', | 780 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
781 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', | 781 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
782 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 782 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
783 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 783 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
784 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 784 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 785 'browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittes
t.cc', |
785 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 786 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
786 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', | 787 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', |
787 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', | 788 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', |
788 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 789 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
789 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', | 790 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', |
790 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', | 791 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', |
| 792 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt
est.cc', |
791 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 793 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
792 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 794 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
793 'browser/safe_browsing/local_database_manager_unittest.cc', | 795 'browser/safe_browsing/local_database_manager_unittest.cc', |
794 'browser/safe_browsing/local_two_phase_testserver.cc', | 796 'browser/safe_browsing/local_two_phase_testserver.cc', |
795 'browser/safe_browsing/path_sanitizer_unittest.cc', | 797 'browser/safe_browsing/path_sanitizer_unittest.cc', |
796 'browser/safe_browsing/protocol_manager_unittest.cc', | 798 'browser/safe_browsing/protocol_manager_unittest.cc', |
797 'browser/safe_browsing/protocol_parser_unittest.cc', | 799 'browser/safe_browsing/protocol_parser_unittest.cc', |
798 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 800 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
799 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 801 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
800 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 802 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
(...skipping 2228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 'dependencies': [ | 3031 'dependencies': [ |
3030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3031 ], | 3033 ], |
3032 }], | 3034 }], |
3033 ], | 3035 ], |
3034 }, | 3036 }, |
3035 ], | 3037 ], |
3036 }], | 3038 }], |
3037 ], # 'conditions' | 3039 ], # 'conditions' |
3038 } | 3040 } |
OLD | NEW |