summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-07-22 17:14:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 00:16:09 +0000
commit6e3c7c075ca372f98a6900ef4bd751ad7bda65e7 (patch)
tree7987b5c9337445557287fdf46d7d3a111338e4ca /components/dom_distiller.gypi
parent43cb79176987210ec00f5124cee97f6c2f79714a (diff)
downloadchromium_src-6e3c7c075ca372f98a6900ef4bd751ad7bda65e7.zip
chromium_src-6e3c7c075ca372f98a6900ef4bd751ad7bda65e7.tar.gz
chromium_src-6e3c7c075ca372f98a6900ef4bd751ad7bda65e7.tar.bz2
Move distiller feedback to content
This change cleans up some of the includes in distiller core and moves the ExternalFeedbackReporter into content so that core does not depend on content; obeying the rules of a layered component. BUG=512850 Review URL: https://codereview.chromium.org/1249023004 Cr-Commit-Position: refs/heads/master@{#339996}
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index ea4a750..c2caab7 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -94,7 +94,6 @@
'dom_distiller/core/dom_distiller_switches.h',
'dom_distiller/core/experiments.cc',
'dom_distiller/core/experiments.h',
- 'dom_distiller/core/external_feedback_reporter.h',
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.h',
'dom_distiller/core/font_family_list.h',
@@ -194,6 +193,7 @@
'dom_distiller/content/browser/distiller_page_web_contents.h',
'dom_distiller/content/browser/dom_distiller_viewer_source.cc',
'dom_distiller/content/browser/dom_distiller_viewer_source.h',
+ 'dom_distiller/content/browser/external_feedback_reporter.h',
'dom_distiller/content/browser/web_contents_main_frame_observer.cc',
'dom_distiller/content/browser/web_contents_main_frame_observer.h',
],