Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 8e6646d87f6166833322aacc2d03cc66f95a0049..0e60ff066362935a6f66ffae455ac74c6594437f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -437,6 +437,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, |