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

Unified Diff: build/common.gypi

Issue 9874006: [Sync] [GTK] Add GTK version of the one-click signin dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo in comment Created 8 years, 9 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 72dae4e8b01197ba94f383eab39c55a0b64dcaa0..c0de65b53fbee35d64a04bb3da3102f8e93f810a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -375,9 +375,9 @@
'webui_task_manager%': 1,
}],
- # For now one-click signin is enabled only for windows and mac
- # since the UI is not yet complete for other platforms.
- ['OS=="win" or OS=="mac"', {
+ # TODO(akalin): Enable this for all GTK/views platforms (except for
+ # ChromeOS).
+ ['OS=="win" or OS=="mac" or OS=="linux"', {
'enable_one_click_signin%': 1,
}],

Powered by Google App Engine
This is Rietveld 408576698