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

Unified Diff: components/safe_browsing_db/DEPS

Issue 2183433002: PVer4: RICE decode bytes to list of uint32 or 4-byte hash prefixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/size_t/unsigned int: to fix some compile errors on Windows Created 4 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: components/safe_browsing_db/DEPS
diff --git a/components/safe_browsing_db/DEPS b/components/safe_browsing_db/DEPS
index 2130e6f111b463d771b7fab43f52ee476b47a1c1..36ffd25242c4da720f8c5acff2bddce876c33dac 100644
--- a/components/safe_browsing_db/DEPS
+++ b/components/safe_browsing_db/DEPS
@@ -4,5 +4,6 @@ include_rules = [
"+content/public/common",
"+content/public/test",
"+crypto",
+ "+third_party/protobuf/src/google",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698