summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_android.gypi
diff options
context:
space:
mode:
authornyquist@google.com <nyquist@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 06:25:50 +0000
committernyquist@google.com <nyquist@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 06:25:50 +0000
commit02438e466aed48212818325f17636bfc92b421f3 (patch)
treecda447d99543e2cdb3823575718c04fb6534e4a1 /chrome/chrome_android.gypi
parent220e908a24ce7805baede951409585e8cfe0db84 (diff)
downloadchromium_src-02438e466aed48212818325f17636bfc92b421f3.zip
chromium_src-02438e466aed48212818325f17636bfc92b421f3.tar.gz
chromium_src-02438e466aed48212818325f17636bfc92b421f3.tar.bz2
Revert 254929 "Add UI hook for distilling web pages for test shell."
> 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 TBR=nyquist@chromium.org Review URL: https://codereview.chromium.org/187453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r--chrome/chrome_android.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 4f1adde..8292d4b 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -49,11 +49,10 @@
'target_name': 'chromium_testshell',
'type': 'none',
'dependencies': [
- 'chrome_java',
+ '../media/media.gyp:media_java',
+ 'chrome.gyp:chrome_java',
'chromium_testshell_paks',
'libchromiumtestshell',
- '../components/components.gyp:dom_distiller_core_java',
- '../media/media.gyp:media_java',
],
'variables': {
'apk_name': 'ChromiumTestShell',