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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2302913003: Add SafeBrowsingNavigationObserver to listen to navigation events (Closed)
Patch Set: disable DownloadViaHTML5FileApi due to flackiness Created 4 years, 3 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
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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc', 814 'browser/safe_browsing/incident_reporting/suspicious_module_incident_unitt est.cc',
815 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 815 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
816 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 816 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
817 'browser/safe_browsing/local_database_manager_unittest.cc', 817 'browser/safe_browsing/local_database_manager_unittest.cc',
818 'browser/safe_browsing/local_two_phase_testserver.cc', 818 'browser/safe_browsing/local_two_phase_testserver.cc',
819 'browser/safe_browsing/path_sanitizer_unittest.cc', 819 'browser/safe_browsing/path_sanitizer_unittest.cc',
820 'browser/safe_browsing/permission_reporter_unittest.cc', 820 'browser/safe_browsing/permission_reporter_unittest.cc',
821 'browser/safe_browsing/protocol_manager_unittest.cc', 821 'browser/safe_browsing/protocol_manager_unittest.cc',
822 'browser/safe_browsing/protocol_parser_unittest.cc', 822 'browser/safe_browsing/protocol_parser_unittest.cc',
823 'browser/safe_browsing/safe_browsing_database_unittest.cc', 823 'browser/safe_browsing/safe_browsing_database_unittest.cc',
824 'browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc',
824 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 825 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
825 'browser/safe_browsing/safe_browsing_store_unittest.cc', 826 'browser/safe_browsing/safe_browsing_store_unittest.cc',
826 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 827 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
827 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 828 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
828 'browser/safe_browsing/signature_evaluator_mac_unittest.cc', 829 'browser/safe_browsing/signature_evaluator_mac_unittest.cc',
829 'browser/safe_browsing/two_phase_uploader_unittest.cc', 830 'browser/safe_browsing/two_phase_uploader_unittest.cc',
830 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 831 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
831 'common/safe_browsing/binary_feature_extractor_unittest.cc', 832 'common/safe_browsing/binary_feature_extractor_unittest.cc',
832 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 833 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
833 'common/safe_browsing/download_protection_util_unittest.cc', 834 'common/safe_browsing/download_protection_util_unittest.cc',
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3015 'dependencies': [ 3016 'dependencies': [
3016 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3017 ], 3018 ],
3018 }], 3019 }],
3019 ], 3020 ],
3020 }, 3021 },
3021 ], 3022 ],
3022 }], 3023 }],
3023 ], # 'conditions' 3024 ], # 'conditions'
3024 } 3025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698