Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 135752) |
| +++ build/common.gypi (working copy) |
| @@ -428,6 +428,12 @@ |
| 'webui_task_manager%': 1, |
| }], |
| + # TODO(akalin): Enable this for all GTK/views platforms (except for |
| + # ChromeOS). |
| + ['OS=="win" or OS=="mac" or (OS=="linux" and use_aura==0)', { |
| + 'enable_one_click_signin%': 1, |
| + }], |
| + |
| ['OS=="android"', { |
| 'proprietary_codecs%': 1, |
| 'enable_webrtc%': 0, |