Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0bc48a556e78b42c128a0a0dc945664d232979fc..5920eb9569aac66436117d451e429fffcf670b1d 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -440,6 +440,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, |