Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 1ba86ef0123925fb546d8c4cfe9ea1895ee907d7..a155bf3e23a89b3ee8b6a885b8de14278a499b74 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -3083,6 +3083,7 @@ |
'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
'dependencies': [ |
'safe_browsing_chunk_proto', |
+ 'safe_browsing_metadata_proto', |
'safe_browsing_report_proto', |
], |
'conditions': [ |
@@ -3439,6 +3440,19 @@ |
'includes': [ '../build/protoc.gypi' ] |
}, |
{ |
+ # Protobuf compiler / generator for the safebrowsing full hash metadata |
+ # protocol buffer. |
+ # GN version: //chrome/browser/safe_browsing:metadata_proto |
+ 'target_name': 'safe_browsing_metadata_proto', |
+ 'type': 'static_library', |
+ 'sources': [ 'browser/safe_browsing/metadata.proto' ], |
+ 'variables': { |
+ 'proto_in_dir': 'browser/safe_browsing', |
+ 'proto_out_dir': 'chrome/browser/safe_browsing', |
+ }, |
+ 'includes': [ '../build/protoc.gypi' ] |
+ }, |
+ { |
# Protobuf compiler / generator for the safebrowsing reporting |
# protocol buffer. |
# GN version: //chrome/browser/safe_browsing:report_proto |