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

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: Exclude ChromeOS 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 a098a1c451fa9b7c8fa88da3c04ed0b62751a22a..5ef917186babbf1956522cc32cc9a6dfb7ae1e64 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -368,9 +368,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" and chromeos==0)', {
'enable_one_click_signin%': 1,
}],

Powered by Google App Engine
This is Rietveld 408576698