diff options
author | holte@chromium.org <holte@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 04:06:10 +0000 |
---|---|---|
committer | holte@chromium.org <holte@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 04:06:10 +0000 |
commit | 2a172e455f7060e0786abd37de53a39e21aa5b5e (patch) | |
tree | dd883647e4c6931f92123fe44e738a93f49b924e /chrome/DEPS | |
parent | 0433b638d68d751a87134b026034e2e46bef4f7b (diff) | |
download | chromium_src-2a172e455f7060e0786abd37de53a39e21aa5b5e.zip chromium_src-2a172e455f7060e0786abd37de53a39e21aa5b5e.tar.gz chromium_src-2a172e455f7060e0786abd37de53a39e21aa5b5e.tar.bz2 |
Implementation of Randomized Aggregatable Privacy-Preserving Ordinal Responses (RAPPORs).
See the design doc at http://www.chromium.org/developers/design-documents/rappor
BUG=328168
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/49753002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 8b2c616..9e8cd4d 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -17,6 +17,7 @@ include_rules = [ "-chrome", "+chrome/common", "+chrome/test", + "+components/metrics", "+components/variations", "+content/public/common", "+content/public/test", |