summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 10:45:51 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 10:45:51 +0000
commit3bab835fc3f257469d548000aa0ddcd45d83f2f5 (patch)
tree2b1307a5981c9761e2f1f8b51963e2883292b59e /components/dom_distiller.gypi
parenta679c7b4ec5ac76c816d3b4aba86d288fbee889e (diff)
downloadchromium_src-3bab835fc3f257469d548000aa0ddcd45d83f2f5.zip
chromium_src-3bab835fc3f257469d548000aa0ddcd45d83f2f5.tar.gz
chromium_src-3bab835fc3f257469d548000aa0ddcd45d83f2f5.tar.bz2
Move helper utilities for the DOM Distiller Viewer to core.
This CL moves the logic for creating HTML content, and retrieving resources from the content/ subfolder of the component to core/. It also provides a helper method for calling the right method on the DomDistillerService based on a URL. BUG=319881 TBR=jochen@chromium.org TBR=jshin@chromium.org Review URL: https://codereview.chromium.org/235833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 1c5a47a..271dd79 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -39,6 +39,7 @@
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
'distilled_page_proto',
],
'include_dirs': [
@@ -81,6 +82,8 @@
'dom_distiller/core/url_utils_android.h',
'dom_distiller/core/url_utils.cc',
'dom_distiller/core/url_utils.h',
+ 'dom_distiller/core/viewer.cc',
+ 'dom_distiller/core/viewer.h',
],
'conditions': [
['OS == "android"', {