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

Unified Diff: build/common.gypi

Issue 21124012: [WIP] Split AutofillDialogControllerImpl + integrate rAc on Android. (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..056b8fc9b80e3cc05b0dd04864c18b267a998f8f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -520,7 +520,7 @@
'native_memory_pressure_signals%': 1,
}],
- # Enable autofill dialog for Android and Views-enabled platforms for now.
+ # 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
}],

Powered by Google App Engine
This is Rietveld 408576698