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

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: Address review comments 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b5149a5105b1c382bfcf92c0e375233039060fa6..97bf46551a816d3b48c3c992a4b01dbabdd4a9df 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -440,6 +440,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') | chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698