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

Unified Diff: build/common.gypi

Issue 9964001: Revert 129762 - [Sync] [GTK] Add GTK version of the one-click signin dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/one_click_signin_dialog_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 129765)
+++ build/common.gypi (working copy)
@@ -368,9 +368,9 @@
'webui_task_manager%': 1,
}],
- # TODO(akalin): Enable this for all GTK/views platforms (except for
- # ChromeOS).
- ['OS=="win" or OS=="mac" or OS=="linux"', {
+ # 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"', {
'enable_one_click_signin%': 1,
}],
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/one_click_signin_dialog_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698