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

Unified Diff: components/feedback.gypi

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/components_tests.gyp ('k') | components/feedback/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback.gypi
diff --git a/components/feedback.gypi b/components/feedback.gypi
index 4c25308b3e0289b8f1ad9971427268e83e5815ab..e92f00d1bebfac4003c2106530cc3d791e8cd5f3 100644
--- a/components/feedback.gypi
+++ b/components/feedback.gypi
@@ -11,6 +11,7 @@
'../base/base.gyp:base',
'../content/content.gyp:content_common',
'../net/net.gyp:net',
+ '../third_party/re2/re2.gyp:re2',
'../third_party/zlib/google/zip.gyp:zip',
'keyed_service_core',
'feedback_proto',
@@ -22,6 +23,8 @@
'defines': [
],
'sources': [
+ 'feedback/anonymizer_tool.cc',
+ 'feedback/anonymizer_tool.h',
'feedback/feedback_common.cc',
'feedback/feedback_common.h',
'feedback/feedback_data.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/feedback/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698