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

Unified Diff: components/feedback/BUILD.gn

Issue 1530403003: Add anonymizer tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 4 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
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/BUILD.gn
diff --git a/components/feedback/BUILD.gn b/components/feedback/BUILD.gn
index f126e0560b6862f4494434869da1c5ac6ccef104..ec4e9f19d5853265228cb76d97036aca9d400e0a 100644
--- a/components/feedback/BUILD.gn
+++ b/components/feedback/BUILD.gn
@@ -4,6 +4,8 @@
source_set("feedback") {
sources = [
+ "anonymizer_tool.cc",
+ "anonymizer_tool.h",
"feedback_common.cc",
"feedback_common.h",
"feedback_data.cc",
@@ -35,6 +37,7 @@ source_set("feedback") {
"//content/public/browser",
"//content/public/common",
"//net",
+ "//third_party/re2",
"//third_party/zlib:zip",
]
}
@@ -42,6 +45,7 @@ source_set("feedback") {
source_set("unit_tests") {
testonly = true
sources = [
+ "anonymizer_tool_unittest.cc",
"feedback_common_unittest.cc",
"feedback_data_unittest.cc",
"feedback_uploader_chrome_unittest.cc",
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698