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

Unified Diff: chrome/chrome.gyp

Issue 8931018: Simple tool to populate a signature info protocol buffer from an executable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Matt's comments Created 9 years 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 | chrome/tools/safe_browsing/sb_sigutil.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6dabc34402e4a2ca134627f24457e6e41a5e166a..3067ff7db4eb1810ee90efff3eb1e379f9905121 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1304,6 +1304,19 @@
},
},
},
+ {
+ 'target_name': 'sb_sigutil',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'safe_browsing_proto',
+ ],
+ 'sources': [
+ 'browser/safe_browsing/signature_util.h',
+ 'browser/safe_browsing/signature_util_win.cc',
+ 'tools/safe_browsing/sb_sigutil.cc',
+ ],
+ },
]}, # 'targets'
], # OS=="win"
], # 'conditions'
« no previous file with comments | « no previous file | chrome/tools/safe_browsing/sb_sigutil.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698