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