| 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,
|
| }],
|
|
|
|
|