From 184ae3f1bdc996fb4e80983ace65586968dd34b1 Mon Sep 17 00:00:00 2001 From: "nyquist@chromium.org" Date: Wed, 5 Mar 2014 02:25:20 +0000 Subject: Add UI hook for distilling web pages for test shell. This adds the Java hooks needed and a menu option to distill the current web page in the test shell. BUG=319881 NOTRY=true Review URL: https://codereview.chromium.org/185113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254929 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_android.gypi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/chrome_android.gypi') diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi index 8292d4b..4f1adde 100644 --- a/chrome/chrome_android.gypi +++ b/chrome/chrome_android.gypi @@ -49,10 +49,11 @@ 'target_name': 'chromium_testshell', 'type': 'none', 'dependencies': [ - '../media/media.gyp:media_java', - 'chrome.gyp:chrome_java', + 'chrome_java', 'chromium_testshell_paks', 'libchromiumtestshell', + '../components/components.gyp:dom_distiller_core_java', + '../media/media.gyp:media_java', ], 'variables': { 'apk_name': 'ChromiumTestShell', -- cgit v1.1