summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@google.com <nyquist@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 22:56:56 +0000
committernyquist@google.com <nyquist@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-17 22:56:56 +0000
commit29110400f6f0b65a4f0439d1fd32ff9b20661612 (patch)
tree07c7700198ed0dc412d4fbf0b55fb8f2dfa708de /components/dom_distiller.gypi
parentb36e0d4f4f94e5fbf0c2cb5c008ce884d157bde5 (diff)
downloadchromium_src-29110400f6f0b65a4f0439d1fd32ff9b20661612.zip
chromium_src-29110400f6f0b65a4f0439d1fd32ff9b20661612.tar.gz
chromium_src-29110400f6f0b65a4f0439d1fd32ff9b20661612.tar.bz2
Add feedback reporting for the DOM Distiller
This adds support for reporting whether the perceived quality of the distillation of a web page is good. The user choice is recorded as UMA stats. This CL only implements a UI for Android. BUG=319881 R=jar@chromium.org, newt@chromium.org, shashishekhar@chromium.org Review URL: https://codereview.chromium.org/197473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 5ac311e..2c9e45e 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -71,6 +71,8 @@
'dom_distiller/core/dom_distiller_service.h',
'dom_distiller/core/dom_distiller_store.cc',
'dom_distiller/core/dom_distiller_store.h',
+ 'dom_distiller/core/feedback_reporter.cc',
+ 'dom_distiller/core/feedback_reporter.h',
'dom_distiller/core/page_distiller.cc',
'dom_distiller/core/page_distiller.h',
'dom_distiller/core/task_tracker.cc',