summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.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 /components/dom_distiller.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 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi37
1 files changed, 0 insertions, 37 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 4e8b6ed..1ad3f07 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -48,8 +48,6 @@
'distilled_page_proto',
],
'sources': [
- 'dom_distiller/android/component_jni_registrar.cc',
- 'dom_distiller/android/component_jni_registrar.h',
'dom_distiller/core/article_entry.cc',
'dom_distiller/core/article_entry.h',
'dom_distiller/core/distiller.cc',
@@ -75,18 +73,9 @@
'dom_distiller/core/task_tracker.h',
'dom_distiller/core/url_constants.cc',
'dom_distiller/core/url_constants.h',
- 'dom_distiller/core/url_utils_android.cc',
- 'dom_distiller/core/url_utils_android.h',
'dom_distiller/core/url_utils.cc',
'dom_distiller/core/url_utils.h',
],
- 'conditions': [
- ['OS == "android"', {
- 'dependencies': [
- 'dom_distiller_core_jni_headers',
- ],
- }],
- ],
},
{
'target_name': 'dom_distiller_test_support',
@@ -148,32 +137,6 @@
},
],
}],
- ['OS=="android"', {
- 'targets': [
- {
- 'target_name': 'dom_distiller_core_java',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'variables': {
- 'java_in_dir': 'dom_distiller/android/java',
- },
- 'includes': [ '../build/java.gypi' ],
- },
- {
- 'target_name': 'dom_distiller_core_jni_headers',
- 'type': 'none',
- 'sources': [
- 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java',
- ],
- 'variables': {
- 'jni_gen_package': 'dom_distiller_core',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- ],
- }],
],
}],
],