Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index ff4a16859d8455c1a405c2b409ab3c69e34b2532..6b7d7d4b2894cfa08149a403c3264acc05ff06ce 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,9 +1027,10 @@ |
'<@(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)', |
+ '<@(sync_bookmarks_unittest_sources)', |
battre
2016/05/30 15:29:25
nit: added spaces?
engedy
2016/05/30 20:54:00
Removed, done.
|
'<@(sync_driver_unittest_sources)', |
'<@(sync_sessions_unittest_sources)', |
'<@(syncable_prefs_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', |