Chromium Code Reviews| 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' |