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-23 22:11:32 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 22:11:32 +0000
commit19298d790a3a4843fb9db8bd9a209e6d511c0632 (patch)
tree4ba896d6d53742b4a5ad5559bcc82561aa6d05a6 /components/dom_distiller.gypi
parent0ecd06fe20c626213adae8bfbeac0755f759547a (diff)
downloadchromium_src-19298d790a3a4843fb9db8bd9a209e6d511c0632.zip
chromium_src-19298d790a3a4843fb9db8bd9a209e6d511c0632.tar.gz
chromium_src-19298d790a3a4843fb9db8bd9a209e6d511c0632.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 Review URL: https://codereview.chromium.org/266073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272611 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',
],
},
],