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

Unified Diff: build/common.gypi

Issue 10332185: Update behavior of one-click infobar to remove modal dialog, add "undo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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/app/chromium_strings.grd » ('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 0a6f41c3c33a8710e39f1d4d25ca4b60f0bc761d..058a45eea264b83af81e25483567a359c40890ff 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -434,6 +434,10 @@
'webui_task_manager%': 1,
}],
+ ['OS=="win" or OS=="mac" or (OS=="linux" and use_aura==0)', {
+ 'enable_one_click_signin%': 1,
+ }],
+
['OS=="android"', {
'proprietary_codecs%': 1,
'enable_webrtc%': 0,
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698