Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index c76cc1da4e8e491b4d5cfe9eb666e120bc330237..9cb600319f6f2afbce64dd719fb5eecc3780ee84 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -487,7 +487,7 @@ |
| 'file_manager_extension%': 0, |
| }], |
| - ['OS=="win" or OS=="mac" or (OS=="linux" and use_aura==0)', { |
| + ['OS=="win" or OS=="mac" or (OS=="linux")', { |
|
Roger Tawa OOO till Jul 10th
2013/02/05 16:52:03
I think you can remove the ( and ).
Does this pre
jwd
2013/02/05 18:10:25
This should work. This condition is used elsewhere
|
| 'enable_one_click_signin%': 1, |
| }], |