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

Unified Diff: build/common.gypi

Issue 21205007: [rAc Android] Remove the old dialog implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d67c5f1c0161218552903a322c0a7fede2474683..074f38e44274dbcf1e478b8e4d0c639543063d7d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -520,8 +520,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
}],

Powered by Google App Engine
This is Rietveld 408576698