| Index: chrome/chrome_renderer.gypi
 | 
| diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
 | 
| index 4b81d12d0c91cba025273031073841afa06b6114..2b07a1210536a737dbab4f68741e8143f266bb41 100644
 | 
| --- a/chrome/chrome_renderer.gypi
 | 
| +++ b/chrome/chrome_renderer.gypi
 | 
| @@ -24,6 +24,7 @@
 | 
|          '../third_party/icu/icu.gyp:icui18n',
 | 
|          '../third_party/icu/icu.gyp:icuuc',
 | 
|          '../third_party/npapi/npapi.gyp:npapi',
 | 
| +        '../third_party/smhasher/smhasher.gyp:murmurhash3',
 | 
|          '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
 | 
|          '../ui/gfx/surface/surface.gyp:surface',
 | 
|          '../webkit/support/webkit_support.gyp:glue',
 | 
| @@ -140,6 +141,8 @@
 | 
|          'renderer/safe_browsing/features.h',
 | 
|          'renderer/safe_browsing/malware_dom_details.cc',
 | 
|          'renderer/safe_browsing/malware_dom_details.h',
 | 
| +        'renderer/safe_browsing/murmurhash3_util.cc',
 | 
| +        'renderer/safe_browsing/murmurhash3_util.h',
 | 
|          'renderer/safe_browsing/phishing_classifier.cc',
 | 
|          'renderer/safe_browsing/phishing_classifier.h',
 | 
|          'renderer/safe_browsing/phishing_classifier_delegate.cc',
 | 
| 
 |