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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2035753004: Add implementation of PermissionReporter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-certificate-report-sender
Patch Set: Remove static marker in anon namespace Created 4 years, 6 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/browser/safe_browsing/permission_reporter_unittest.cc ('k') | no next file » | 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc', 801 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc',
802 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc', 802 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc',
803 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc', 803 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc',
804 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', 804 'browser/safe_browsing/incident_reporting/state_store_unittest.cc',
805 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc', 805 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc',
806 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 806 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
807 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 807 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
808 'browser/safe_browsing/local_database_manager_unittest.cc', 808 'browser/safe_browsing/local_database_manager_unittest.cc',
809 'browser/safe_browsing/local_two_phase_testserver.cc', 809 'browser/safe_browsing/local_two_phase_testserver.cc',
810 'browser/safe_browsing/path_sanitizer_unittest.cc', 810 'browser/safe_browsing/path_sanitizer_unittest.cc',
811 'browser/safe_browsing/permission_reporter_unittest.cc',
811 'browser/safe_browsing/protocol_manager_unittest.cc', 812 'browser/safe_browsing/protocol_manager_unittest.cc',
812 'browser/safe_browsing/protocol_parser_unittest.cc', 813 'browser/safe_browsing/protocol_parser_unittest.cc',
813 'browser/safe_browsing/safe_browsing_database_unittest.cc', 814 'browser/safe_browsing/safe_browsing_database_unittest.cc',
814 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 815 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
815 'browser/safe_browsing/safe_browsing_store_unittest.cc', 816 'browser/safe_browsing/safe_browsing_store_unittest.cc',
816 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 817 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
817 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 818 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
818 'browser/safe_browsing/signature_evaluator_mac_unittest.cc', 819 'browser/safe_browsing/signature_evaluator_mac_unittest.cc',
819 'browser/safe_browsing/two_phase_uploader_unittest.cc', 820 'browser/safe_browsing/two_phase_uploader_unittest.cc',
820 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 821 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'dependencies': [ 3014 'dependencies': [
3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3015 ], 3016 ],
3016 }], 3017 }],
3017 ], 3018 ],
3018 }, 3019 },
3019 ], 3020 ],
3020 }], 3021 }],
3021 ], # 'conditions' 3022 ], # 'conditions'
3022 } 3023 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/permission_reporter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698