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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index ff4a16859d8455c1a405c2b409ab3c69e34b2532..b09490e5eb838f304fc881edbf632373a640aff4 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -757,6 +757,9 @@
'storage_monitor/storage_monitor_unittest.cc',
'storage_monitor/storage_monitor_win_unittest.cc',
],
+ 'subresource_filter_unittest_sources': [
+ 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
+ ],
'suggestions_unittest_sources': [
'suggestions/blacklist_store_unittest.cc',
'suggestions/image_manager_unittest.cc',
@@ -1024,6 +1027,7 @@
'<@(signin_unittest_sources)',
'<@(ssl_config_unittest_sources)',
'<@(ssl_errors_unittest_sources)',
+ '<@(subresource_filter_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(supervised_user_error_page_unittest_sources)',
'<@(sync_bookmarks_unittest_sources)',
@@ -1156,6 +1160,8 @@
'components.gyp:signin_core_browser_test_support',
'components.gyp:ssl_config',
'components.gyp:ssl_errors',
+ 'components.gyp:subresource_filter_core_browser_test_support',
+ 'components.gyp:subresource_filter_core_browser',
'components.gyp:suggestions',
'components.gyp:supervised_user_error_page',
'components.gyp:sync_bookmarks',

Powered by Google App Engine
This is Rietveld 408576698