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

Unified Diff: DEPS

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 | « no previous file | third_party/smhasher/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 89d43ffe8b8e308337582c0e1372e76d232bb72d..0b58932881b799d9480987e56f1a0c1095e504bf 100644
--- a/DEPS
+++ b/DEPS
@@ -273,6 +273,9 @@ deps = {
"src/third_party/mozc/session":
(Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
+
+ "src/third_party/smhasher/src":
+ "http://smhasher.googlecode.com/svn/trunk@136",
}
« no previous file with comments | « no previous file | third_party/smhasher/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698