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

Unified Diff: components/safe_browsing_db.gypi

Issue 2106323002: Add dependencies to safebrowsing_proto from v4_store_proto in components/safe_browsing_db.gy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 7666496477fe40cd04d8021d0946bb93d25b52e9..94f4af09b3409e79ae22bc05450d38c54b17472e 100644
--- a/components/safe_browsing_db.gypi
+++ b/components/safe_browsing_db.gypi
@@ -113,6 +113,9 @@
# storing hash-prefixes on disk.
'target_name': 'v4_store_proto',
'type': 'static_library',
+ 'dependencies': [
+ ':safebrowsing_proto',
+ ],
'sources': [ 'safe_browsing_db/v4_store.proto' ],
'variables': {
'proto_in_dir': 'safe_browsing_db',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698