Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3cc9053eadf2199e170251a5942ae38cc8bb3b0a..dd6536ebb17184a32e4157d8590c500cadc3343e 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -442,6 +442,10 @@ |
| 'webui_task_manager%': 1, |
| }], |
| + ['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, |