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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', | 1001 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', |
1002 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', | 1002 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', |
1003 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', | 1003 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', |
1004 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', | 1004 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', |
1005 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', | 1005 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', |
1006 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', | 1006 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', |
1007 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 1007 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
1008 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 1008 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
1009 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 1009 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
1010 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 1010 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
| 1011 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
| 1012 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
1011 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 1013 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
1012 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 1014 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
1013 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 1015 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
1014 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 1016 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
1015 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 1017 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
1016 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 1018 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
1017 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 1019 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
1018 'browser/safe_browsing/local_two_phase_testserver.cc', | 1020 'browser/safe_browsing/local_two_phase_testserver.cc', |
1019 'browser/safe_browsing/malware_details_unittest.cc', | 1021 'browser/safe_browsing/malware_details_unittest.cc', |
1020 'browser/safe_browsing/path_sanitizer_unittest.cc', | 1022 'browser/safe_browsing/path_sanitizer_unittest.cc', |
(...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2729 'dependencies': [ | 2731 'dependencies': [ |
2730 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2732 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2731 ], | 2733 ], |
2732 }], | 2734 }], |
2733 ], | 2735 ], |
2734 }, | 2736 }, |
2735 ], | 2737 ], |
2736 }], | 2738 }], |
2737 ], # 'conditions' | 2739 ], # 'conditions' |
2738 } | 2740 } |
OLD | NEW |