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

Unified Diff: chrome/chrome_tests.gypi

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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c2ca460fe8731cadac279498d843a002a517a4ec..25cb67732a61de8f3492e7839ccfce851d9a309e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -442,6 +442,7 @@
'browser/ssl/ssl_client_certificate_selector_test.cc',
'browser/ssl/ssl_client_certificate_selector_test.h',
'browser/storage/durable_storage_browsertest.cc',
+ 'browser/subresource_filter/subresource_filter_browsertest.cc',
'browser/sync_file_system/mock_local_change_processor.cc',
'browser/sync_file_system/mock_local_change_processor.h',
'browser/sync_file_system/mock_remote_file_sync_service.cc',
@@ -2161,6 +2162,8 @@
'../components/components.gyp:history_core_test_support',
'../components/components.gyp:safe_browsing_db',
'../components/components.gyp:ssl_config',
+ '../components/components.gyp:subresource_filter_core_browser_test_support',
+ '../components/components.gyp:subresource_filter_content_browser',
'../components/components.gyp:test_database_manager',
'../components/components.gyp:translate_core_common',
'../components/components.gyp:ui_zoom_test_support',

Powered by Google App Engine
This is Rietveld 408576698