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

Unified Diff: components/components_tests.gyp

Issue 1415923004: Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress the 4267 warning in BUILD.gn 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 03c7872a106eda9041c347604dceacde46b99119..40b9103216e52870e711b4eb91a670e9bb3fc1b8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -573,6 +573,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',
],
@@ -1095,6 +1099,7 @@
'<@(packed_ct_ev_whitelist_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)',
@@ -1136,6 +1141,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