summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 12:44:23 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 12:44:23 +0000
commitfb158e61a07dc6bbc6ce44a5d672ccd17f317591 (patch)
treeabd5c99993ee0806ea4be00dc1fe84fe825b77ca /components/dom_distiller.gypi
parent594458abf9aa343f8a7d3d43a5e576188307844b (diff)
downloadchromium_src-fb158e61a07dc6bbc6ce44a5d672ccd17f317591.zip
chromium_src-fb158e61a07dc6bbc6ce44a5d672ccd17f317591.tar.gz
chromium_src-fb158e61a07dc6bbc6ce44a5d672ccd17f317591.tar.bz2
Move dom_distiller_service_factory to //chrome.
Treat the concept of "how to get the DomDistillerService to use for the given browsing context" as an embedder-level concept rather than a concept within the dom_distiller component. Review URL: https://codereview.chromium.org/100623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index c60f063..f3c695a 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -112,8 +112,6 @@
'sources': [
'dom_distiller/content/distiller_page_web_contents.cc',
'dom_distiller/content/distiller_page_web_contents.h',
- 'dom_distiller/content/dom_distiller_service_factory.cc',
- 'dom_distiller/content/dom_distiller_service_factory.h',
],
},
],