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

Unified Diff: third_party/smhasher/smhasher.gyp

Issue 7848010: Add a copy of the SMHasher library. MurmurHash3 will be used by SafeBrowsing phishing detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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 | « third_party/smhasher/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/smhasher/smhasher.gyp
diff --git a/third_party/smhasher/smhasher.gyp b/third_party/smhasher/smhasher.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..fa59c2c1c8ac2197eb0e64fb9e297424476dd984
--- /dev/null
+++ b/third_party/smhasher/smhasher.gyp
@@ -0,0 +1,16 @@
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'murmurhash3',
+ 'type': 'static_library',
+ 'sources': [
+ 'src/MurmurHash3.h',
+ 'src/MurmurHash3.cpp',
+ ],
+ },
+ ],
+}
« no previous file with comments | « third_party/smhasher/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698