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

Unified Diff: third_party/smhasher/smhasher.gyp

Issue 10701151: DuplicateContentResourceHandler to monitor resources and track how many times th… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: changed static instance to LazyInstance Created 8 years, 5 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
===================================================================
--- third_party/smhasher/smhasher.gyp (revision 148797)
+++ third_party/smhasher/smhasher.gyp (working copy)
@@ -12,5 +12,13 @@
'src/MurmurHash3.cpp',
],
},
+ {
+ 'target_name': 'pmurhash',
+ 'type': 'static_library',
+ 'sources': [
+ 'src/PMurHash.h',
+ 'src/PMurHash.c',
+ ],
+ },
],
}
« 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