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

Unified Diff: build/common.gypi

Issue 13470023: [autofill] First step towards autofill dialog on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added test to execute dialog. Created 7 years, 8 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 0967683b3c9037a315f4ed58b78a595cd8c3b84a..56ac3babceb03dc606e774ba90b0a3d972c6054b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -492,7 +492,7 @@
}],
# Enable autofill dialog for Android and Views-enabled platforms for now.
- ['toolkit_views==1 or (OS=="android" and android_webview_build==0)', {
+ ['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', {
'enable_autofill_dialog%': 1
}],
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_view.cc » ('j') | chrome/browser/ui/autofill/autofill_dialog_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698