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