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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 781 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
782 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', | 782 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', |
783 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 783 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
784 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 784 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
785 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 785 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
786 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', | 786 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
787 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', | 787 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
788 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 788 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
789 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 789 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
790 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 790 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 791 'browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittes
t.cc', |
791 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 792 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
792 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', | 793 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc
', |
793 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', | 794 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes
t.cc', |
794 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 795 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
795 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', | 796 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte
st.cc', |
796 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', | 797 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', |
| 798 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt
est.cc', |
797 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 799 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
798 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 800 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
799 'browser/safe_browsing/local_database_manager_unittest.cc', | 801 'browser/safe_browsing/local_database_manager_unittest.cc', |
800 'browser/safe_browsing/local_two_phase_testserver.cc', | 802 'browser/safe_browsing/local_two_phase_testserver.cc', |
801 'browser/safe_browsing/path_sanitizer_unittest.cc', | 803 'browser/safe_browsing/path_sanitizer_unittest.cc', |
802 'browser/safe_browsing/protocol_manager_unittest.cc', | 804 'browser/safe_browsing/protocol_manager_unittest.cc', |
803 'browser/safe_browsing/protocol_parser_unittest.cc', | 805 'browser/safe_browsing/protocol_parser_unittest.cc', |
804 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 806 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
805 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 807 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
806 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 808 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3037 'dependencies': [ | 3039 'dependencies': [ |
3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3039 ], | 3041 ], |
3040 }], | 3042 }], |
3041 ], | 3043 ], |
3042 }, | 3044 }, |
3043 ], | 3045 ], |
3044 }], | 3046 }], |
3045 ], # 'conditions' | 3047 ], # 'conditions' |
3046 } | 3048 } |
OLD | NEW |