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

Unified Diff: components/safe_browsing_db.gypi

Issue 1952843003: Skeleton of the overall design for the database for Pver4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add space in comment 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
« 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/safe_browsing_db.gypi
diff --git a/components/safe_browsing_db.gypi b/components/safe_browsing_db.gypi
index f6cab217f42149cb0fdc5f449b9ec887d0cf7d38..05e21ad1ccb0956880c6276eae0763747d5467df 100644
--- a/components/safe_browsing_db.gypi
+++ b/components/safe_browsing_db.gypi
@@ -44,8 +44,11 @@
':safebrowsing_proto',
],
'sources': [
+ 'safe_browsing_db/v4_database.h',
+ 'safe_browsing_db/v4_database.cc',
'safe_browsing_db/v4_local_database_manager.h',
'safe_browsing_db/v4_local_database_manager.cc',
+ 'safe_browsing_db/v4_store.h',
'safe_browsing_db/v4_update_protocol_manager.h',
'safe_browsing_db/v4_update_protocol_manager.cc',
],
« 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