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

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: Addressed comments from battre@. 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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'storage_monitor/image_capture_device_manager_unittest.mm', 750 'storage_monitor/image_capture_device_manager_unittest.mm',
751 'storage_monitor/media_storage_util_unittest.cc', 751 'storage_monitor/media_storage_util_unittest.cc',
752 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 752 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
753 'storage_monitor/storage_info_unittest.cc', 753 'storage_monitor/storage_info_unittest.cc',
754 'storage_monitor/storage_monitor_chromeos_unittest.cc', 754 'storage_monitor/storage_monitor_chromeos_unittest.cc',
755 'storage_monitor/storage_monitor_linux_unittest.cc', 755 'storage_monitor/storage_monitor_linux_unittest.cc',
756 'storage_monitor/storage_monitor_mac_unittest.mm', 756 'storage_monitor/storage_monitor_mac_unittest.mm',
757 'storage_monitor/storage_monitor_unittest.cc', 757 'storage_monitor/storage_monitor_unittest.cc',
758 'storage_monitor/storage_monitor_win_unittest.cc', 758 'storage_monitor/storage_monitor_win_unittest.cc',
759 ], 759 ],
760 'subresource_filter_unittest_sources': [
761 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
762 ],
760 'suggestions_unittest_sources': [ 763 'suggestions_unittest_sources': [
761 'suggestions/blacklist_store_unittest.cc', 764 'suggestions/blacklist_store_unittest.cc',
762 'suggestions/image_manager_unittest.cc', 765 'suggestions/image_manager_unittest.cc',
763 'suggestions/suggestions_service_unittest.cc', 766 'suggestions/suggestions_service_unittest.cc',
764 'suggestions/suggestions_store_unittest.cc', 767 'suggestions/suggestions_store_unittest.cc',
765 ], 768 ],
766 'supervised_user_error_page_unittest_sources': [ 769 'supervised_user_error_page_unittest_sources': [
767 'supervised_user_error_page/supervised_user_error_page_unittest.cc', 770 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
768 ], 771 ],
769 'sync_bookmarks_unittest_sources': [ 772 'sync_bookmarks_unittest_sources': [
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 '<@(query_parser_unittest_sources)', 1020 '<@(query_parser_unittest_sources)',
1018 '<@(rappor_unittest_sources)', 1021 '<@(rappor_unittest_sources)',
1019 '<@(search_engines_unittest_sources)', 1022 '<@(search_engines_unittest_sources)',
1020 '<@(search_provider_logos_unittest_sources)', 1023 '<@(search_provider_logos_unittest_sources)',
1021 '<@(search_unittest_sources)', 1024 '<@(search_unittest_sources)',
1022 '<@(security_state_unittest_sources)', 1025 '<@(security_state_unittest_sources)',
1023 '<@(sessions_unittest_sources)', 1026 '<@(sessions_unittest_sources)',
1024 '<@(signin_unittest_sources)', 1027 '<@(signin_unittest_sources)',
1025 '<@(ssl_config_unittest_sources)', 1028 '<@(ssl_config_unittest_sources)',
1026 '<@(ssl_errors_unittest_sources)', 1029 '<@(ssl_errors_unittest_sources)',
1030 '<@(subresource_filter_unittest_sources)',
1027 '<@(suggestions_unittest_sources)', 1031 '<@(suggestions_unittest_sources)',
1028 '<@(supervised_user_error_page_unittest_sources)', 1032 '<@(supervised_user_error_page_unittest_sources)',
1029 '<@(sync_bookmarks_unittest_sources)', 1033 '<@(sync_bookmarks_unittest_sources)',
1030 '<@(sync_driver_unittest_sources)', 1034 '<@(sync_driver_unittest_sources)',
1031 '<@(sync_sessions_unittest_sources)', 1035 '<@(sync_sessions_unittest_sources)',
1032 '<@(syncable_prefs_unittest_sources)', 1036 '<@(syncable_prefs_unittest_sources)',
1033 '<@(translate_unittest_sources)', 1037 '<@(translate_unittest_sources)',
1034 '<@(undo_unittest_sources)', 1038 '<@(undo_unittest_sources)',
1035 '<@(update_client_unittest_sources)', 1039 '<@(update_client_unittest_sources)',
1036 '<@(upload_list_unittest_sources)', 1040 '<@(upload_list_unittest_sources)',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 'components.gyp:search', 1153 'components.gyp:search',
1150 'components.gyp:search_engines', 1154 'components.gyp:search_engines',
1151 'components.gyp:search_engines_test_support', 1155 'components.gyp:search_engines_test_support',
1152 'components.gyp:search_provider_logos', 1156 'components.gyp:search_provider_logos',
1153 'components.gyp:security_state', 1157 'components.gyp:security_state',
1154 'components.gyp:sessions_test_support', 1158 'components.gyp:sessions_test_support',
1155 'components.gyp:signin_core_browser', 1159 'components.gyp:signin_core_browser',
1156 'components.gyp:signin_core_browser_test_support', 1160 'components.gyp:signin_core_browser_test_support',
1157 'components.gyp:ssl_config', 1161 'components.gyp:ssl_config',
1158 'components.gyp:ssl_errors', 1162 'components.gyp:ssl_errors',
1163 'components.gyp:subresource_filter_core_browser_test_support',
1164 'components.gyp:subresource_filter_core_browser',
1159 'components.gyp:suggestions', 1165 'components.gyp:suggestions',
1160 'components.gyp:supervised_user_error_page', 1166 'components.gyp:supervised_user_error_page',
1161 'components.gyp:sync_bookmarks', 1167 'components.gyp:sync_bookmarks',
1162 'components.gyp:sync_driver', 1168 'components.gyp:sync_driver',
1163 'components.gyp:sync_driver_test_support', 1169 'components.gyp:sync_driver_test_support',
1164 'components.gyp:sync_sessions', 1170 'components.gyp:sync_sessions',
1165 'components.gyp:sync_sessions_test_support', 1171 'components.gyp:sync_sessions_test_support',
1166 'components.gyp:syncable_prefs_test_support', 1172 'components.gyp:syncable_prefs_test_support',
1167 'components.gyp:toolbar_test_support', 1173 'components.gyp:toolbar_test_support',
1168 'components.gyp:translate_core_browser', 1174 'components.gyp:translate_core_browser',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 'dependencies': [ 1944 'dependencies': [
1939 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1945 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1940 ], 1946 ],
1941 }], 1947 }],
1942 ], 1948 ],
1943 }, 1949 },
1944 ], 1950 ],
1945 }], 1951 }],
1946 ], 1952 ],
1947 } 1953 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698