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

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components.gyp ('k') | components/subresource_filter.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index b6580c4829c8ed26a9e239852e4de2895f40c33f..267681928fd7268ed7f775b9b1155f1eeda8b4dd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -775,6 +775,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',
@@ -1044,6 +1047,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)',
@@ -1179,6 +1183,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',
« 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