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

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: Implement RenderFrameObserver::OnDestruct introduced by 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
« no previous file with comments | « components/components.gyp ('k') | components/subresource_filter.gypi » ('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 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'storage_monitor/image_capture_device_manager_unittest.mm', 768 'storage_monitor/image_capture_device_manager_unittest.mm',
769 'storage_monitor/media_storage_util_unittest.cc', 769 'storage_monitor/media_storage_util_unittest.cc',
770 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 770 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
771 'storage_monitor/storage_info_unittest.cc', 771 'storage_monitor/storage_info_unittest.cc',
772 'storage_monitor/storage_monitor_chromeos_unittest.cc', 772 'storage_monitor/storage_monitor_chromeos_unittest.cc',
773 'storage_monitor/storage_monitor_linux_unittest.cc', 773 'storage_monitor/storage_monitor_linux_unittest.cc',
774 'storage_monitor/storage_monitor_mac_unittest.mm', 774 'storage_monitor/storage_monitor_mac_unittest.mm',
775 'storage_monitor/storage_monitor_unittest.cc', 775 'storage_monitor/storage_monitor_unittest.cc',
776 'storage_monitor/storage_monitor_win_unittest.cc', 776 'storage_monitor/storage_monitor_win_unittest.cc',
777 ], 777 ],
778 'subresource_filter_unittest_sources': [
779 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
780 ],
778 'suggestions_unittest_sources': [ 781 'suggestions_unittest_sources': [
779 'suggestions/blacklist_store_unittest.cc', 782 'suggestions/blacklist_store_unittest.cc',
780 'suggestions/image_manager_unittest.cc', 783 'suggestions/image_manager_unittest.cc',
781 'suggestions/suggestions_service_unittest.cc', 784 'suggestions/suggestions_service_unittest.cc',
782 'suggestions/suggestions_store_unittest.cc', 785 'suggestions/suggestions_store_unittest.cc',
783 ], 786 ],
784 'supervised_user_error_page_unittest_sources': [ 787 'supervised_user_error_page_unittest_sources': [
785 'supervised_user_error_page/supervised_user_error_page_unittest.cc', 788 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
786 ], 789 ],
787 'sync_bookmarks_unittest_sources': [ 790 'sync_bookmarks_unittest_sources': [
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 '<@(query_parser_unittest_sources)', 1040 '<@(query_parser_unittest_sources)',
1038 '<@(rappor_unittest_sources)', 1041 '<@(rappor_unittest_sources)',
1039 '<@(search_engines_unittest_sources)', 1042 '<@(search_engines_unittest_sources)',
1040 '<@(search_provider_logos_unittest_sources)', 1043 '<@(search_provider_logos_unittest_sources)',
1041 '<@(search_unittest_sources)', 1044 '<@(search_unittest_sources)',
1042 '<@(security_state_unittest_sources)', 1045 '<@(security_state_unittest_sources)',
1043 '<@(sessions_unittest_sources)', 1046 '<@(sessions_unittest_sources)',
1044 '<@(signin_unittest_sources)', 1047 '<@(signin_unittest_sources)',
1045 '<@(ssl_config_unittest_sources)', 1048 '<@(ssl_config_unittest_sources)',
1046 '<@(ssl_errors_unittest_sources)', 1049 '<@(ssl_errors_unittest_sources)',
1050 '<@(subresource_filter_unittest_sources)',
1047 '<@(suggestions_unittest_sources)', 1051 '<@(suggestions_unittest_sources)',
1048 '<@(supervised_user_error_page_unittest_sources)', 1052 '<@(supervised_user_error_page_unittest_sources)',
1049 '<@(sync_bookmarks_unittest_sources)', 1053 '<@(sync_bookmarks_unittest_sources)',
1050 '<@(sync_driver_unittest_sources)', 1054 '<@(sync_driver_unittest_sources)',
1051 '<@(sync_sessions_unittest_sources)', 1055 '<@(sync_sessions_unittest_sources)',
1052 '<@(syncable_prefs_unittest_sources)', 1056 '<@(syncable_prefs_unittest_sources)',
1053 '<@(translate_unittest_sources)', 1057 '<@(translate_unittest_sources)',
1054 '<@(undo_unittest_sources)', 1058 '<@(undo_unittest_sources)',
1055 '<@(update_client_unittest_sources)', 1059 '<@(update_client_unittest_sources)',
1056 '<@(upload_list_unittest_sources)', 1060 '<@(upload_list_unittest_sources)',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 'components.gyp:search', 1176 'components.gyp:search',
1173 'components.gyp:search_engines', 1177 'components.gyp:search_engines',
1174 'components.gyp:search_engines_test_support', 1178 'components.gyp:search_engines_test_support',
1175 'components.gyp:search_provider_logos', 1179 'components.gyp:search_provider_logos',
1176 'components.gyp:security_state', 1180 'components.gyp:security_state',
1177 'components.gyp:sessions_test_support', 1181 'components.gyp:sessions_test_support',
1178 'components.gyp:signin_core_browser', 1182 'components.gyp:signin_core_browser',
1179 'components.gyp:signin_core_browser_test_support', 1183 'components.gyp:signin_core_browser_test_support',
1180 'components.gyp:ssl_config', 1184 'components.gyp:ssl_config',
1181 'components.gyp:ssl_errors', 1185 'components.gyp:ssl_errors',
1186 'components.gyp:subresource_filter_core_browser_test_support',
1187 'components.gyp:subresource_filter_core_browser',
1182 'components.gyp:suggestions', 1188 'components.gyp:suggestions',
1183 'components.gyp:supervised_user_error_page', 1189 'components.gyp:supervised_user_error_page',
1184 'components.gyp:sync_bookmarks', 1190 'components.gyp:sync_bookmarks',
1185 'components.gyp:sync_driver', 1191 'components.gyp:sync_driver',
1186 'components.gyp:sync_driver_test_support', 1192 'components.gyp:sync_driver_test_support',
1187 'components.gyp:sync_sessions', 1193 'components.gyp:sync_sessions',
1188 'components.gyp:sync_sessions_test_support', 1194 'components.gyp:sync_sessions_test_support',
1189 'components.gyp:syncable_prefs_test_support', 1195 'components.gyp:syncable_prefs_test_support',
1190 'components.gyp:toolbar_test_support', 1196 'components.gyp:toolbar_test_support',
1191 'components.gyp:translate_core_browser', 1197 'components.gyp:translate_core_browser',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'dependencies': [ 1982 'dependencies': [
1977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1978 ], 1984 ],
1979 }], 1985 }],
1980 ], 1986 ],
1981 }, 1987 },
1982 ], 1988 ],
1983 }], 1989 }],
1984 ], 1990 ],
1985 } 1991 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/subresource_filter.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698