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

Unified Diff: build/common.gypi

Issue 12662017: [rAC, OSX] Enable requestAutocomplet for OSX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yay. rAC behind a flag for OSX. TLA FTW! Created 7 years, 6 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 6c58051e4965e9b45e7da8e5506a92594c37d1c3..77292c2e84a6db21e6824b7eeacf1995f8f637dc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -504,7 +504,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/renderer/chrome_render_process_observer.cc » ('j') | chrome/renderer/chrome_render_process_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698