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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 461323005: Create build target for libaddressinput android widget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjust aosp whitelist Created 6 years, 4 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 | « android_webview/buildbot/deps_whitelist.py ('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 3fca8560e5c367fb9beccd97580cce2da950cee9..698cbb5dd0119c37b9cb3a05fd7c3a760b06c31a 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -161,4 +161,25 @@
],
},
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'targets': [
+ {
+ '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',
+ ],
+ },
+ ],
+ },],
+ ],
}
« no previous file with comments | « android_webview/buildbot/deps_whitelist.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698