From fb158e61a07dc6bbc6ce44a5d672ccd17f317591 Mon Sep 17 00:00:00 2001 From: "blundell@chromium.org" Date: Thu, 5 Dec 2013 12:44:23 +0000 Subject: 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 --- components/dom_distiller.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/dom_distiller.gypi') 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', ], }, ], -- cgit v1.1