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

Unified Diff: components/components_tests.gyp

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use group instead of a static_library for targets that have no sources. Created 5 years, 2 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/safe_browsing_db.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 6d81a73d9415d1bb93c8df636abc6c6b9fbf2979..6c7d518d158f08da6e0067dfb41dd968a7403676 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -571,6 +571,10 @@
'rlz_unittest_sources': [
'rlz/rlz_tracker_unittest.cc',
],
+ 'safe_browsing_db_unittest_sources': [
+ 'safe_browsing_db/prefix_set_unittest.cc',
+ 'safe_browsing_db/safe_browsing_db_util_unittest.cc',
+ ],
'safe_json_unittest_sources': [
'safe_json/json_sanitizer_unittest.cc',
],
@@ -1094,6 +1098,7 @@
'<@(network_hints_unittest_sources)',
'<@(page_load_metrics_unittest_sources)',
'<@(power_unittest_sources)',
+ '<@(safe_browsing_db_unittest_sources)',
'<@(safe_json_unittest_sources)',
'<@(scheduler_unittest_sources)',
'<@(storage_monitor_unittest_sources)',
@@ -1133,6 +1138,7 @@
'components.gyp:password_manager_content_common',
'components.gyp:power',
'components.gyp:precache_content',
+ 'components.gyp:safe_browsing_db',
'components.gyp:safe_json',
'components.gyp:safe_json_test_support',
'components.gyp:sessions_content',
« no previous file with comments | « components/components.gyp ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698