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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
_unittest.cc', | 672 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
_unittest.cc', |
673 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', | 673 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', |
674 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', | 674 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', |
675 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 675 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
676 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 676 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
677 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 677 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
678 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 678 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
679 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 679 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
680 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 680 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
681 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 681 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 682 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
682 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 683 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
683 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers_unittest.cc', | 684 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers_unittest.cc', |
684 'browser/safe_browsing/local_two_phase_testserver.cc', | 685 'browser/safe_browsing/local_two_phase_testserver.cc', |
685 'browser/safe_browsing/malware_details_unittest.cc', | 686 'browser/safe_browsing/malware_details_unittest.cc', |
686 'browser/safe_browsing/path_sanitizer_unittest.cc', | 687 'browser/safe_browsing/path_sanitizer_unittest.cc', |
687 'browser/safe_browsing/pe_image_reader_win_unittest.cc', | 688 'browser/safe_browsing/pe_image_reader_win_unittest.cc', |
688 'browser/safe_browsing/ping_manager_unittest.cc', | 689 'browser/safe_browsing/ping_manager_unittest.cc', |
689 'browser/safe_browsing/prefix_set_unittest.cc', | 690 'browser/safe_browsing/prefix_set_unittest.cc', |
690 'browser/safe_browsing/protocol_manager_unittest.cc', | 691 'browser/safe_browsing/protocol_manager_unittest.cc', |
691 'browser/safe_browsing/protocol_parser_unittest.cc', | 692 'browser/safe_browsing/protocol_parser_unittest.cc', |
(...skipping 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2923 'dependencies': [ | 2924 'dependencies': [ |
2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2925 ], | 2926 ], |
2926 }], | 2927 }], |
2927 ], | 2928 ], |
2928 }, | 2929 }, |
2929 ], | 2930 ], |
2930 }], | 2931 }], |
2931 ], # 'conditions' | 2932 ], # 'conditions' |
2932 } | 2933 } |
OLD | NEW |