Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 867043003: [android] Remove libaddressinput Java widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libaddressinput/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 2ea754b529ad33c8efbbdfa99e6d16525bbb0246..3fca8560e5c367fb9beccd97580cce2da950cee9 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',
- ],
- },
- ],
- },],
- ],
}
« no previous file with comments | « third_party/libaddressinput/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698