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

Unified Diff: chrome/chrome_browser.gypi

Issue 586793003: Safebrowsing: Honor the metadata from malware fullhash results in SB API 3.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes for sky Created 6 years, 3 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 | « chrome/browser/safe_browsing/ui_manager.cc ('k') | chrome/test/data/safe_browsing/malware.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager.cc ('k') | chrome/test/data/safe_browsing/malware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698