summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_chromeos.gypi
diff options
context:
space:
mode:
authorpbond <pbond@chromium.org>2016-01-26 08:59:02 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-26 17:01:27 +0000
commit11834980594fb8ac47572e691988610ef9b60422 (patch)
tree87ba66af983725c3a388038823b8ed0179db1c0a /chrome/chrome_browser_chromeos.gypi
parent8fca7c925095e31450795e601fe5495874fe2212 (diff)
downloadchromium_src-11834980594fb8ac47572e691988610ef9b60422.zip
chromium_src-11834980594fb8ac47572e691988610ef9b60422.tar.gz
chromium_src-11834980594fb8ac47572e691988610ef9b60422.tar.bz2
Log anonymization is replaced by AnonymizerTool.
The regex experessions checks of IP, URL, Email, SSID in SystemLogUploader are substituted with feedback::AnonymizerTool, that treats the same and more (+BSSID). Removed UMA stats from SystemLogUploader. BUG=579040 Review URL: https://codereview.chromium.org/1610123003 Cr-Commit-Position: refs/heads/master@{#371525}
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r--chrome/chrome_browser_chromeos.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 260b68b..7720c68 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1130,6 +1130,7 @@
'../components/components.gyp:cloud_policy_proto',
'../components/components.gyp:drive',
'../components/components.gyp:drive_chromeos',
+ '../components/components.gyp:feedback_component',
'../components/components.gyp:flags_ui',
'../components/components.gyp:login',
'../components/components.gyp:onc_component',