diff options
author | rouslan <rouslan@chromium.org> | 2015-02-03 14:01:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-03 22:03:11 +0000 |
commit | 09b2e3445106cc029b3a8d7e2fce137a5375a8e2 (patch) | |
tree | 4d7d046c6ef1f76228bf329f39c7f30cc9d4a777 /third_party/libaddressinput/libaddressinput.gyp | |
parent | 7b28897b0d5ddb916cdaf0ccab227c27520a068b (diff) | |
download | chromium_src-09b2e3445106cc029b3a8d7e2fce137a5375a8e2.zip chromium_src-09b2e3445106cc029b3a8d7e2fce137a5375a8e2.tar.gz chromium_src-09b2e3445106cc029b3a8d7e2fce137a5375a8e2.tar.bz2 |
[android] Remove libaddressinput Java widget.
Android uses a custom UI with the cross-platform strings for address
input. This is a re-land of http://crrev.com/890103002 with a minor
alteration to fix Android GN build: do not build the validator on
Android.
TBR=estade@chromium.org
BUG=454120
Review URL: https://codereview.chromium.org/867043003
Cr-Commit-Position: refs/heads/master@{#314414}
Diffstat (limited to 'third_party/libaddressinput/libaddressinput.gyp')
-rw-r--r-- | third_party/libaddressinput/libaddressinput.gyp | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp index 2ea754b..3fca856 100644 --- a/third_party/libaddressinput/libaddressinput.gyp +++ b/third_party/libaddressinput/libaddressinput.gyp @@ -161,41 +161,4 @@ ], }, ], - 'conditions': [ - ['OS=="android"', { - 'targets': [ - { - # GN: //third_party/libaddressinput:libaddressinput_android_strings_grd - 'target_name': 'libaddressinput_android_strings_grd', - 'type': 'none', - 'android_unmangled_name': 1, - 'variables': { - 'grd_file': '../../chrome/app/address_input_strings_android.grd', - }, - 'includes': [ - '../../build/java_strings_grd.gypi', - ], - }, - { - # GN: //third_party/libaddressinput:android_addressinput_widget_java - 'target_name': 'android_addressinput_widget', - 'type': 'none', - 'variables': { - 'java_in_dir': 'src/java', - 'never_lint': 1, - 'res_v14_verify_only': 1, - 'has_java_resources': 1, - 'R_package': 'com.android.i18n.addressinput', - 'R_package_relpath': 'com/android/i18n/addressinput', - }, - 'includes': [ - '../../build/java.gypi', - ], - 'dependencies': [ - 'libaddressinput_android_strings_grd', - ], - }, - ], - },], - ], } |