Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(981)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1970823002: Remove the unused OffDomainInclusionDetector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/safe_browsing_db/database_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte st.cc', 786 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte st.cc',
787 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un ittest.cc', 787 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un ittest.cc',
788 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt est.cc', 788 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt est.cc',
789 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc ', 789 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc ',
790 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', 790 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc',
791 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', 791 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h',
792 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.cc', 792 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.cc',
793 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h', 793 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h',
794 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc', 794 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc',
795 'browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittes t.cc', 795 'browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittes t.cc',
796 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un ittest.cc',
797 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc ', 796 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc ',
798 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc', 797 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc',
799 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc', 798 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc',
800 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc', 799 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc',
801 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', 800 'browser/safe_browsing/incident_reporting/state_store_unittest.cc',
802 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc', 801 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc',
803 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 802 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
804 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 803 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
805 'browser/safe_browsing/local_database_manager_unittest.cc', 804 'browser/safe_browsing/local_database_manager_unittest.cc',
806 'browser/safe_browsing/local_two_phase_testserver.cc', 805 'browser/safe_browsing/local_two_phase_testserver.cc',
(...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2987 'dependencies': [ 2986 'dependencies': [
2988 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2989 ], 2988 ],
2990 }], 2989 }],
2991 ], 2990 ],
2992 }, 2991 },
2993 ], 2992 ],
2994 }], 2993 }],
2995 ], # 'conditions' 2994 ], # 'conditions'
2996 } 2995 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/safe_browsing_db/database_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698