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

Side by Side Diff: components/components_tests.gyp

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'storage_monitor/image_capture_device_manager_unittest.mm', 766 'storage_monitor/image_capture_device_manager_unittest.mm',
767 'storage_monitor/media_storage_util_unittest.cc', 767 'storage_monitor/media_storage_util_unittest.cc',
768 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 768 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
769 'storage_monitor/storage_info_unittest.cc', 769 'storage_monitor/storage_info_unittest.cc',
770 'storage_monitor/storage_monitor_chromeos_unittest.cc', 770 'storage_monitor/storage_monitor_chromeos_unittest.cc',
771 'storage_monitor/storage_monitor_linux_unittest.cc', 771 'storage_monitor/storage_monitor_linux_unittest.cc',
772 'storage_monitor/storage_monitor_mac_unittest.mm', 772 'storage_monitor/storage_monitor_mac_unittest.mm',
773 'storage_monitor/storage_monitor_unittest.cc', 773 'storage_monitor/storage_monitor_unittest.cc',
774 'storage_monitor/storage_monitor_win_unittest.cc', 774 'storage_monitor/storage_monitor_win_unittest.cc',
775 ], 775 ],
776 'subresource_filter_unittest_sources': [
777 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
778 ],
776 'suggestions_unittest_sources': [ 779 'suggestions_unittest_sources': [
777 'suggestions/blacklist_store_unittest.cc', 780 'suggestions/blacklist_store_unittest.cc',
778 'suggestions/image_manager_unittest.cc', 781 'suggestions/image_manager_unittest.cc',
779 'suggestions/suggestions_service_unittest.cc', 782 'suggestions/suggestions_service_unittest.cc',
780 'suggestions/suggestions_store_unittest.cc', 783 'suggestions/suggestions_store_unittest.cc',
781 ], 784 ],
782 'supervised_user_error_page_unittest_sources': [ 785 'supervised_user_error_page_unittest_sources': [
783 'supervised_user_error_page/supervised_user_error_page_unittest.cc', 786 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
784 ], 787 ],
785 'sync_bookmarks_unittest_sources': [ 788 'sync_bookmarks_unittest_sources': [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 '<@(query_parser_unittest_sources)', 1037 '<@(query_parser_unittest_sources)',
1035 '<@(rappor_unittest_sources)', 1038 '<@(rappor_unittest_sources)',
1036 '<@(search_engines_unittest_sources)', 1039 '<@(search_engines_unittest_sources)',
1037 '<@(search_provider_logos_unittest_sources)', 1040 '<@(search_provider_logos_unittest_sources)',
1038 '<@(search_unittest_sources)', 1041 '<@(search_unittest_sources)',
1039 '<@(security_state_unittest_sources)', 1042 '<@(security_state_unittest_sources)',
1040 '<@(sessions_unittest_sources)', 1043 '<@(sessions_unittest_sources)',
1041 '<@(signin_unittest_sources)', 1044 '<@(signin_unittest_sources)',
1042 '<@(ssl_config_unittest_sources)', 1045 '<@(ssl_config_unittest_sources)',
1043 '<@(ssl_errors_unittest_sources)', 1046 '<@(ssl_errors_unittest_sources)',
1047 '<@(subresource_filter_unittest_sources)',
1044 '<@(suggestions_unittest_sources)', 1048 '<@(suggestions_unittest_sources)',
1045 '<@(supervised_user_error_page_unittest_sources)', 1049 '<@(supervised_user_error_page_unittest_sources)',
1046 '<@(sync_bookmarks_unittest_sources)', 1050 '<@(sync_bookmarks_unittest_sources)',
1047 '<@(sync_driver_unittest_sources)', 1051 '<@(sync_driver_unittest_sources)',
1048 '<@(sync_sessions_unittest_sources)', 1052 '<@(sync_sessions_unittest_sources)',
1049 '<@(syncable_prefs_unittest_sources)', 1053 '<@(syncable_prefs_unittest_sources)',
1050 '<@(translate_unittest_sources)', 1054 '<@(translate_unittest_sources)',
1051 '<@(undo_unittest_sources)', 1055 '<@(undo_unittest_sources)',
1052 '<@(update_client_unittest_sources)', 1056 '<@(update_client_unittest_sources)',
1053 '<@(upload_list_unittest_sources)', 1057 '<@(upload_list_unittest_sources)',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'components.gyp:search', 1173 'components.gyp:search',
1170 'components.gyp:search_engines', 1174 'components.gyp:search_engines',
1171 'components.gyp:search_engines_test_support', 1175 'components.gyp:search_engines_test_support',
1172 'components.gyp:search_provider_logos', 1176 'components.gyp:search_provider_logos',
1173 'components.gyp:security_state', 1177 'components.gyp:security_state',
1174 'components.gyp:sessions_test_support', 1178 'components.gyp:sessions_test_support',
1175 'components.gyp:signin_core_browser', 1179 'components.gyp:signin_core_browser',
1176 'components.gyp:signin_core_browser_test_support', 1180 'components.gyp:signin_core_browser_test_support',
1177 'components.gyp:ssl_config', 1181 'components.gyp:ssl_config',
1178 'components.gyp:ssl_errors', 1182 'components.gyp:ssl_errors',
1183 'components.gyp:subresource_filter_core_browser_test_support',
1184 'components.gyp:subresource_filter_core_browser',
1179 'components.gyp:suggestions', 1185 'components.gyp:suggestions',
1180 'components.gyp:supervised_user_error_page', 1186 'components.gyp:supervised_user_error_page',
1181 'components.gyp:sync_bookmarks', 1187 'components.gyp:sync_bookmarks',
1182 'components.gyp:sync_driver', 1188 'components.gyp:sync_driver',
1183 'components.gyp:sync_driver_test_support', 1189 'components.gyp:sync_driver_test_support',
1184 'components.gyp:sync_sessions', 1190 'components.gyp:sync_sessions',
1185 'components.gyp:sync_sessions_test_support', 1191 'components.gyp:sync_sessions_test_support',
1186 'components.gyp:syncable_prefs_test_support', 1192 'components.gyp:syncable_prefs_test_support',
1187 'components.gyp:toolbar_test_support', 1193 'components.gyp:toolbar_test_support',
1188 'components.gyp:translate_core_browser', 1194 'components.gyp:translate_core_browser',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'dependencies': [ 1979 'dependencies': [
1974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1975 ], 1981 ],
1976 }], 1982 }],
1977 ], 1983 ],
1978 }, 1984 },
1979 ], 1985 ],
1980 }], 1986 }],
1981 ], 1987 ],
1982 } 1988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698