diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 22:49:28 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 22:49:28 +0000 |
commit | 67d212c93db35ab0c4b952dacc6292fd022d0da6 (patch) | |
tree | 5ad409baaa8ca44485bc9f1b948555cf8df8447f /chrome/chrome.gyp | |
parent | c70d0a0cd0505990d0343f37e39c3162609fa844 (diff) | |
download | chromium_src-67d212c93db35ab0c4b952dacc6292fd022d0da6.zip chromium_src-67d212c93db35ab0c4b952dacc6292fd022d0da6.tar.gz chromium_src-67d212c93db35ab0c4b952dacc6292fd022d0da6.tar.bz2 |
Simple tool to populate a signature info protocol buffer from an executable.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8931018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6dabc34..3067ff7 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' |