From 19298d790a3a4843fb9db8bd9a209e6d511c0632 Mon Sep 17 00:00:00 2001 From: "nyquist@chromium.org" Date: Fri, 23 May 2014 22:11:32 +0000 Subject: 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 --- chrome/chrome_tests.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index c48d110d..959f84f 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1024,6 +1024,7 @@ 'browser/devtools/device/port_forwarding_browsertest.cc', 'browser/devtools/devtools_sanity_browsertest.cc', 'browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc', + 'browser/dom_distiller/tab_utils_browsertest.cc', 'browser/do_not_track_browsertest.cc', 'browser/download/download_browsertest.cc', 'browser/download/download_browsertest.h', -- cgit v1.1