Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0be30b81f7c3fbd1c0f8ce4d120c0b4377ed1cc1..aa1aeb39ea633a4330ca00d590f34cbd2f418412 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -78,7 +78,7 @@ |
| # For now, Windows builds that |use_aura| should also imply using |
| # ash. This rule should be removed for the future when Windows is |
| # using the aura windows without the ash interface. |
| - ['use_aura==1 and OS=="win"', { |
| + ['use_aura==1 and (OS=="win" or OS=="linux")', { |
| 'use_ash%': 1, |
| }], |
| ['use_ash==1', { |