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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1909653002: FileTypePolicies class to load types from proto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up comments, add more tests Created 4 years, 8 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 804 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
805 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 805 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
806 'browser/safe_browsing/signature_evaluator_mac_unittest.cc', 806 'browser/safe_browsing/signature_evaluator_mac_unittest.cc',
807 'browser/safe_browsing/two_phase_uploader_unittest.cc', 807 'browser/safe_browsing/two_phase_uploader_unittest.cc',
808 'browser/safe_browsing/unverified_download_field_trial_unittest.cc', 808 'browser/safe_browsing/unverified_download_field_trial_unittest.cc',
809 'browser/safe_browsing/unverified_download_policy_unittest.cc', 809 'browser/safe_browsing/unverified_download_policy_unittest.cc',
810 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 810 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
811 'common/safe_browsing/binary_feature_extractor_unittest.cc', 811 'common/safe_browsing/binary_feature_extractor_unittest.cc',
812 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 812 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
813 'common/safe_browsing/download_protection_util_unittest.cc', 813 'common/safe_browsing/download_protection_util_unittest.cc',
814 'common/safe_browsing/file_type_policies_unittest.cc',
814 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 815 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
815 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 816 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
816 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc', 817 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc',
817 'common/safe_browsing/pe_image_reader_win_unittest.cc', 818 'common/safe_browsing/pe_image_reader_win_unittest.cc',
818 'renderer/safe_browsing/features_unittest.cc', 819 'renderer/safe_browsing/features_unittest.cc',
819 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 820 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
820 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 821 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
821 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 822 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
822 'renderer/safe_browsing/scorer_unittest.cc', 823 'renderer/safe_browsing/scorer_unittest.cc',
823 'utility/safe_browsing/mac/dmg_test_utils.cc', 824 'utility/safe_browsing/mac/dmg_test_utils.cc',
(...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 'dependencies': [ 3010 'dependencies': [
3010 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3011 ], 3012 ],
3012 }], 3013 }],
3013 ], 3014 ],
3014 }, 3015 },
3015 ], 3016 ],
3016 }], 3017 }],
3017 ], # 'conditions' 3018 ], # 'conditions'
3018 } 3019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698