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

Unified Diff: components/components_tests.gyp

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: clamy@ comments 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f58bac0136eefa1ad93a09690e09ed6300cb9030..87ed035a5c3a0a8375f312833a22c9af167dea29 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -808,6 +808,7 @@
'subresource_filter_content_browser_unittest_sources': [
'subresource_filter/content/browser/content_ruleset_distributor_unittest.cc',
'subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc',
+ 'subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc',
engedy 2016/07/19 11:27:02 nit: s/unittests/unittest/
],
'subresource_filter_core_browser_unittest_sources': [
'subresource_filter/core/browser/ruleset_service_unittest.cc',
@@ -1379,6 +1380,7 @@
'components.gyp:storage_monitor_test_support',
'components.gyp:subresource_filter_content_browser',
'components.gyp:subresource_filter_content_common',
+ 'components.gyp:subresource_filter_core_browser',
'components.gyp:test_database_manager',
'components.gyp:url_matcher',
'components.gyp:visitedlink_browser',

Powered by Google App Engine
This is Rietveld 408576698