summaryrefslogtreecommitdiffstats
path: root/components/feedback/DEPS
diff options
context:
space:
mode:
authorbattre <battre@chromium.org>2016-01-07 03:30:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 11:31:21 +0000
commit4cdaa7cf7778a0fc5e7987942a04a42354e95e40 (patch)
tree6a80104c94c8d6e971c57b89b44c6f1b1320ec2d /components/feedback/DEPS
parentf34118c23eb1eb9f76cf34bf90e2f1ad81ad2339 (diff)
downloadchromium_src-4cdaa7cf7778a0fc5e7987942a04a42354e95e40.zip
chromium_src-4cdaa7cf7778a0fc5e7987942a04a42354e95e40.tar.gz
chromium_src-4cdaa7cf7778a0fc5e7987942a04a42354e95e40.tar.bz2
Add anonymizer tool
This CL adds an anonymizer class that has been written for ChromeOS log files. This will be extended in the future to remove more PII, in particular emails. BUG=567870 Review URL: https://codereview.chromium.org/1530403003 Cr-Commit-Position: refs/heads/master@{#368052}
Diffstat (limited to 'components/feedback/DEPS')
-rw-r--r--components/feedback/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/feedback/DEPS b/components/feedback/DEPS
index c88ff4e..3a9dc0b20 100644
--- a/components/feedback/DEPS
+++ b/components/feedback/DEPS
@@ -8,5 +8,6 @@ include_rules = [
"+content/public/test",
"+net/base",
"+net/url_request",
- "+third_party/zlib/google/zip.h",
+ "+third_party/re2",
+ "+third_party/zlib/google",
]