diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 08:14:01 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 08:14:01 +0000 |
commit | 2ea5fc1d74afbd7bf3f4d88a18b437f05e20d58b (patch) | |
tree | 030d56bc0dbbf157e65f3abd8a67b95ed7e800dd /components/dom_distiller.gypi | |
parent | 05a56ed02a32374d564b3a4c3e8ff96f0b71890d (diff) | |
download | chromium_src-2ea5fc1d74afbd7bf3f4d88a18b437f05e20d58b.zip chromium_src-2ea5fc1d74afbd7bf3f4d88a18b437f05e20d58b.tar.gz chromium_src-2ea5fc1d74afbd7bf3f4d88a18b437f05e20d58b.tar.bz2 |
Start requiring DistillerPage for calls to DomDistillerService.
The DomDistillerService now requires callers to pass in DistillerPage.
This enables callers to more closely control how the page is distilled.
BUG=361939
Review URL: https://codereview.chromium.org/254483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r-- | components/dom_distiller.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index fb59ef0..8c03c324 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -113,6 +113,8 @@ 'dom_distiller/core/fake_db.h', 'dom_distiller/core/fake_distiller.cc', 'dom_distiller/core/fake_distiller.h', + 'dom_distiller/core/fake_distiller_page.cc', + 'dom_distiller/core/fake_distiller_page.h', ], }, { |