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 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
_unittest.cc', | 669 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
_unittest.cc', |
670 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', | 670 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', |
671 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', | 671 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', |
672 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 672 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
673 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 673 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
674 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 674 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
675 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 675 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
676 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 676 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
677 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 677 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
678 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 678 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 679 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
679 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 680 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
680 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers_unittest.cc', | 681 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers_unittest.cc', |
681 'browser/safe_browsing/local_two_phase_testserver.cc', | 682 'browser/safe_browsing/local_two_phase_testserver.cc', |
682 'browser/safe_browsing/malware_details_unittest.cc', | 683 'browser/safe_browsing/malware_details_unittest.cc', |
683 'browser/safe_browsing/path_sanitizer_unittest.cc', | 684 'browser/safe_browsing/path_sanitizer_unittest.cc', |
684 'browser/safe_browsing/pe_image_reader_win_unittest.cc', | 685 'browser/safe_browsing/pe_image_reader_win_unittest.cc', |
685 'browser/safe_browsing/ping_manager_unittest.cc', | 686 'browser/safe_browsing/ping_manager_unittest.cc', |
686 'browser/safe_browsing/prefix_set_unittest.cc', | 687 'browser/safe_browsing/prefix_set_unittest.cc', |
687 'browser/safe_browsing/protocol_manager_unittest.cc', | 688 'browser/safe_browsing/protocol_manager_unittest.cc', |
688 'browser/safe_browsing/protocol_parser_unittest.cc', | 689 'browser/safe_browsing/protocol_parser_unittest.cc', |
(...skipping 2244 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 |