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

Unified Diff: build/common.gypi

Issue 15645004: [rAC] Allow sub-views to trigger layout reflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review issues. Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_details_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8b460d23a8779fdb43ea64326cf96e704eb33d4b..b1a76d3ed499a1aee08c53474bb4f0c71cb4eec5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -503,7 +503,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/cocoa/autofill/autofill_details_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698