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

Unified Diff: components/components_tests.gyp

Issue 1843383002: Safe Browsing: CheckApiBlacklist request implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 4 years, 8 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 | « no previous file | components/safe_browsing_db/BUILD.gn » ('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 b502a71e3e015889f59bebf5c35d966ece1ffc61..bd076cf803bfd57528994e908814aa3299feb5c3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -636,6 +636,7 @@
'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
],
'safe_browsing_db_unittest_sources': [
+ 'safe_browsing_db/database_manager_unittest.cc',
'safe_browsing_db/prefix_set_unittest.cc',
'safe_browsing_db/testing_util.h',
'safe_browsing_db/util_unittest.cc',
@@ -1268,6 +1269,7 @@
'components.gyp:sessions_content',
'components.gyp:storage_monitor',
'components.gyp:storage_monitor_test_support',
+ 'components.gyp:test_database_manager',
'components.gyp:ui_zoom',
'components.gyp:url_matcher',
'components.gyp:visitedlink_browser',
« no previous file with comments | « no previous file | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698