diff options
author | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-10 18:27:05 +0000 |
---|---|---|
committer | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-10 18:27:05 +0000 |
commit | 8f5999edb03c488b5ce26d1de034c9ebcd4c48c5 (patch) | |
tree | 83effeef3ecf4a177d1a03a1965666e21dc632ea /build | |
parent | dc6cb14e949d890eb6b87bc498bb7a266c665335 (diff) | |
download | chromium_src-8f5999edb03c488b5ce26d1de034c9ebcd4c48c5.zip chromium_src-8f5999edb03c488b5ce26d1de034c9ebcd4c48c5.tar.gz chromium_src-8f5999edb03c488b5ce26d1de034c9ebcd4c48c5.tar.bz2 |
[rAc Android dialog] Stubs for Autofill dialog integration.
This includes JNI bindings, Java interfaces and necessary glue for the requestAutocomplete dialog.
BUG=157277
Review URL: https://chromiumcodereview.appspot.com/22566004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 3517971..1589955 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -530,8 +530,8 @@ 'native_memory_pressure_signals%': 1, }], - # Enable autofill dialog for Mac and Views-enabled platforms for now. - ['toolkit_views==1 or OS=="mac"', { + # Enable autofill dialog for Android, Mac and Views-enabled platforms. + ['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', { 'enable_autofill_dialog%': 1 }], |