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

Unified Diff: components/rappor/DEPS

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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/rappor/DEPS
diff --git a/google_apis/DEPS b/components/rappor/DEPS
similarity index 61%
copy from google_apis/DEPS
copy to components/rappor/DEPS
index 367bfb8ac5c012a996a4cd99f6f7b7c14b7eec2d..724849057875f6858a51b51db1567250bd0e7b4a 100644
--- a/google_apis/DEPS
+++ b/components/rappor/DEPS
@@ -1,6 +1,5 @@
include_rules = [
- "-chrome",
- "-content",
- "+crypto",
"+net",
Ilya Sherman 2014/01/10 11:00:32 nit: alphabetize?
Steven Holte 2014/01/14 00:47:54 Done.
+ "+crypto",
+ "+third_party/smhasher",
]

Powered by Google App Engine
This is Rietveld 408576698