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

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: Eliminated implicit type force. 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
Index: third_party/smhasher/smhasher.gyp
===================================================================
--- third_party/smhasher/smhasher.gyp (revision 147396)
+++ third_party/smhasher/smhasher.gyp (working copy)
@@ -12,5 +12,13 @@
'src/MurmurHash3.cpp',
],
},
+ {
+ 'target_name': 'pmurhash',
+ 'type': 'static_library',
+ 'sources': [
+ 'src/PMurHash.h',
darin (slow to review) 2012/07/23 23:30:14 did you forget to add these source files to the CL
frankwang 2012/07/24 02:59:57 It is part of the repo if DEPS has smhasher at rev
+ 'src/PMurHash.c',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698