summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 01:24:12 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 01:24:12 +0000
commitd289bd7f55ca3d3f647a0a2c6049115e0125b5df (patch)
tree87d1b6c64b2d775a5bf07fed9cb2e1fed94a76b1 /components/dom_distiller.gypi
parentd2b20dd909486a7c78a76ddf0d0d13410c969ffe (diff)
downloadchromium_src-d289bd7f55ca3d3f647a0a2c6049115e0125b5df.zip
chromium_src-d289bd7f55ca3d3f647a0a2c6049115e0125b5df.tar.gz
chromium_src-d289bd7f55ca3d3f647a0a2c6049115e0125b5df.tar.bz2
Add support for distilling current WebContents
This CL adds the utilities needed for using the current WebContents when distilling web pages. BUG=361939 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272611 Review URL: https://codereview.chromium.org/266073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 092a26a..cc7bae5 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -156,6 +156,8 @@
'dom_distiller/content/distiller_page_web_contents.h',
'dom_distiller/content/dom_distiller_viewer_source.cc',
'dom_distiller/content/dom_distiller_viewer_source.h',
+ 'dom_distiller/content/web_contents_main_frame_observer.cc',
+ 'dom_distiller/content/web_contents_main_frame_observer.h',
],
},
],