Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6b98fc0963904d0517025b4b66458c024c184da0..7cbe6b206cb2c0532f7158ceeebfe396805ef756 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -524,8 +524,8 @@ |
'native_memory_pressure_signals%': 1, |
}], |
- # Enable autofill dialog for Android and Views-enabled platforms for now. |
- ['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', { |
+ # Enable autofill dialog for Mac and Views-enabled platforms for now. |
+ ['toolkit_views==1 or OS=="mac"', { |
'enable_autofill_dialog%': 1 |
}], |