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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1015363003: Move BinaryFeatureExtractor and PEImageReader to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: sync to position 321353 Created 5 years, 9 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_common.gypi ('k') | chrome/common/safe_browsing/binary_feature_extractor.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 '../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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 995 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
996 'browser/speech/tts_controller_unittest.cc', 996 'browser/speech/tts_controller_unittest.cc',
997 ], 997 ],
998 'chrome_unit_tests_notifications_sources': [ 998 'chrome_unit_tests_notifications_sources': [
999 'browser/notifications/desktop_notification_profile_util_unittest.cc', 999 'browser/notifications/desktop_notification_profile_util_unittest.cc',
1000 'browser/notifications/message_center_notifications_unittest.cc', 1000 'browser/notifications/message_center_notifications_unittest.cc',
1001 'browser/notifications/message_center_settings_controller_unittest.cc', 1001 'browser/notifications/message_center_settings_controller_unittest.cc',
1002 'browser/notifications/platform_notification_service_unittest.cc', 1002 'browser/notifications/platform_notification_service_unittest.cc',
1003 ], 1003 ],
1004 'chrome_unit_tests_full_safe_browsing_sources': [ 1004 'chrome_unit_tests_full_safe_browsing_sources': [
1005 'browser/safe_browsing/binary_feature_extractor_unittest.cc',
1006 'browser/safe_browsing/binary_feature_extractor_win_unittest.cc',
1007 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1005 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1008 'browser/safe_browsing/chunk_range_unittest.cc', 1006 'browser/safe_browsing/chunk_range_unittest.cc',
1009 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1007 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1010 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1008 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1011 'browser/safe_browsing/database_manager_unittest.cc', 1009 'browser/safe_browsing/database_manager_unittest.cc',
1012 'browser/safe_browsing/download_feedback_service_unittest.cc', 1010 'browser/safe_browsing/download_feedback_service_unittest.cc',
1013 'browser/safe_browsing/download_feedback_unittest.cc', 1011 'browser/safe_browsing/download_feedback_unittest.cc',
1014 'browser/safe_browsing/download_protection_service_unittest.cc', 1012 'browser/safe_browsing/download_protection_service_unittest.cc',
1015 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un ittest.cc', 1013 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un ittest.cc',
1016 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte st.cc', 1014 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte st.cc',
(...skipping 11 matching lines...) Expand all
1028 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h', 1026 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h',
1029 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc', 1027 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc',
1030 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un ittest.cc', 1028 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un ittest.cc',
1031 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc', 1029 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc',
1032 'browser/safe_browsing/incident_reporting/script_request_detector_unittest .cc', 1030 'browser/safe_browsing/incident_reporting/script_request_detector_unittest .cc',
1033 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 1031 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
1034 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 1032 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
1035 'browser/safe_browsing/local_two_phase_testserver.cc', 1033 'browser/safe_browsing/local_two_phase_testserver.cc',
1036 'browser/safe_browsing/malware_details_unittest.cc', 1034 'browser/safe_browsing/malware_details_unittest.cc',
1037 'browser/safe_browsing/path_sanitizer_unittest.cc', 1035 'browser/safe_browsing/path_sanitizer_unittest.cc',
1038 'browser/safe_browsing/pe_image_reader_win_unittest.cc',
1039 'browser/safe_browsing/ping_manager_unittest.cc', 1036 'browser/safe_browsing/ping_manager_unittest.cc',
1040 'browser/safe_browsing/prefix_set_unittest.cc', 1037 'browser/safe_browsing/prefix_set_unittest.cc',
1041 'browser/safe_browsing/protocol_manager_unittest.cc', 1038 'browser/safe_browsing/protocol_manager_unittest.cc',
1042 'browser/safe_browsing/protocol_parser_unittest.cc', 1039 'browser/safe_browsing/protocol_parser_unittest.cc',
1043 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1040 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1044 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1041 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1045 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1042 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1046 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1043 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1047 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1044 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1048 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1045 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1046 'common/safe_browsing/binary_feature_extractor_unittest.cc',
1047 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
1049 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 1048 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
1050 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 1049 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
1050 'common/safe_browsing/pe_image_reader_win_unittest.cc',
1051 'renderer/safe_browsing/features_unittest.cc', 1051 'renderer/safe_browsing/features_unittest.cc',
1052 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1052 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1055 'renderer/safe_browsing/scorer_unittest.cc', 1055 'renderer/safe_browsing/scorer_unittest.cc',
1056 ], 1056 ],
1057 # These are the enable_autofill_dialog = 1 sources. Some autofill tests 1057 # These are the enable_autofill_dialog = 1 sources. Some autofill tests
1058 # are always compiled. 1058 # are always compiled.
1059 'chrome_unit_tests_autofill_dialog_sources': [ 1059 'chrome_unit_tests_autofill_dialog_sources': [
1060 'browser/ui/autofill/account_chooser_model_unittest.cc', 1060 'browser/ui/autofill/account_chooser_model_unittest.cc',
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 'dependencies': [ 2789 'dependencies': [
2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2791 ], 2791 ],
2792 }], 2792 }],
2793 ], 2793 ],
2794 }, 2794 },
2795 ], 2795 ],
2796 }], 2796 }],
2797 ], # 'conditions' 2797 ], # 'conditions'
2798 } 2798 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/safe_browsing/binary_feature_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698