Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f9d2ca0ad8be559af01149becf8be2db7a505f89..04ca255ea6b39ac5cbcbda791db1286e5cc15125 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -75,6 +75,14 @@ |
| 'use_aura%': 1, |
| }], |
| + # ToT Linux should be aura. |
| + # |
| + # TODO(erg): Merge this into the previous block once compiling with |
| + # aura safely implies including ash capabilities. |
| + ['OS=="linux"', { |
| + 'use_aura%': 1, |
| + }], |
| + |
| # 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. |