| 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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', | 1009 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', |
| 1010 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', | 1010 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', |
| 1011 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', | 1011 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', |
| 1012 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', | 1012 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', |
| 1013 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', | 1013 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', |
| 1014 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', | 1014 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', |
| 1015 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 1015 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
| 1016 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 1016 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
| 1017 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 1017 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
| 1018 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', | 1018 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
', |
| 1019 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', |
| 1020 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', |
| 1019 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', | 1021 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.cc', |
| 1020 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', | 1022 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w
in.h', |
| 1021 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', | 1023 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un
ittest.cc', |
| 1022 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', | 1024 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un
ittest.cc', |
| 1023 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', | 1025 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u
nittest.cc', |
| 1024 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', | 1026 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit
test.cc', |
| 1025 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', | 1027 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_unittest.cc', |
| 1026 'browser/safe_browsing/local_two_phase_testserver.cc', | 1028 'browser/safe_browsing/local_two_phase_testserver.cc', |
| 1027 'browser/safe_browsing/malware_details_unittest.cc', | 1029 'browser/safe_browsing/malware_details_unittest.cc', |
| 1028 'browser/safe_browsing/path_sanitizer_unittest.cc', | 1030 'browser/safe_browsing/path_sanitizer_unittest.cc', |
| (...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2742 'dependencies': [ | 2744 'dependencies': [ |
| 2743 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2745 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2744 ], | 2746 ], |
| 2745 }], | 2747 }], |
| 2746 ], | 2748 ], |
| 2747 }, | 2749 }, |
| 2748 ], | 2750 ], |
| 2749 }], | 2751 }], |
| 2750 ], # 'conditions' | 2752 ], # 'conditions' |
| 2751 } | 2753 } |
| OLD | NEW |