summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
authorjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 08:02:55 +0000
committerjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 08:02:55 +0000
commit886fccf2e12fcb4690db0788669102b684c427e8 (patch)
treefb05b4c9cadc08389e40a74f18efaa9121e6cb87 /content/content.gyp
parente564eda6e071b3bdd7a28bb056f3406857aa676a (diff)
downloadchromium_src-886fccf2e12fcb4690db0788669102b684c427e8.zip
chromium_src-886fccf2e12fcb4690db0788669102b684c427e8.tar.gz
chromium_src-886fccf2e12fcb4690db0788669102b684c427e8.tar.bz2
[Android] Move ViewConfiguration to ui/gfx
Android's ViewConfiguration is logically coupled to other elements of ui/gfx. Move it there to provide use outside of content/. Also remove several deprecated methods from ViewConfiguration that are not currently in use. TBR=jam@chromium.org Review URL: https://codereview.chromium.org/106873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp12
1 files changed, 1 insertions, 11 deletions
diff --git a/content/content.gyp b/content/content.gyp
index b318c5a..14504ee 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -490,20 +490,10 @@
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
{
- 'target_name': 'java_view_jni_headers',
- 'type': 'none',
- 'variables': {
- 'jni_gen_package': 'content',
- 'input_java_class': 'android/view/ViewConfiguration.class',
- },
- 'includes': [ '../build/jar_file_jni_generator.gypi' ],
- },
- {
'target_name': 'content_jni_headers',
'type': 'none',
'dependencies': [
- 'java_set_jni_headers',
- 'java_view_jni_headers'
+ 'java_set_jni_headers'
],
'direct_dependent_settings': {
'include_dirs': [