| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 3517971290c5d7dede2a53b18fd6c17911bfb8de..158995598c9ae74808cdab1371cf1d90a8731371 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
|
| }],
|
|
|
|
|