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

Unified Diff: components/safe_browsing_db.gypi

Issue 1932753005: Download Malware blacklist on desktop platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_enable_v4db
Patch Set: git pull 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/safe_browsing_db.gypi
diff --git a/components/safe_browsing_db.gypi b/components/safe_browsing_db.gypi
index 932f2e19240e412192e67902ce8989cebf5f85be..f6cab217f42149cb0fdc5f449b9ec887d0cf7d38 100644
--- a/components/safe_browsing_db.gypi
+++ b/components/safe_browsing_db.gypi
@@ -24,14 +24,10 @@
'safe_browsing_db/prefix_set.cc',
'safe_browsing_db/util.h',
'safe_browsing_db/util.cc',
- 'safe_browsing_db/v4_local_database_manager.h',
- 'safe_browsing_db/v4_local_database_manager.cc',
'safe_browsing_db/v4_protocol_manager_util.h',
'safe_browsing_db/v4_protocol_manager_util.cc',
'safe_browsing_db/v4_get_hash_protocol_manager.h',
'safe_browsing_db/v4_get_hash_protocol_manager.cc',
- 'safe_browsing_db/v4_update_protocol_manager.h',
- 'safe_browsing_db/v4_update_protocol_manager.cc',
],
'include_dirs': [
'..',
@@ -45,8 +41,13 @@
'type': 'static_library',
'dependencies': [
':safe_browsing_db_shared',
+ ':safebrowsing_proto',
],
'sources': [
+ 'safe_browsing_db/v4_local_database_manager.h',
+ 'safe_browsing_db/v4_local_database_manager.cc',
+ 'safe_browsing_db/v4_update_protocol_manager.h',
+ 'safe_browsing_db/v4_update_protocol_manager.cc',
],
'include_dirs': [
'..',
« 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