| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f9d2ca0ad8be559af01149becf8be2db7a505f89..f067a8c0108748befedbacdeec5c4ad33ffbac3e 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -75,14 +75,9 @@
|
| '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.
|
| - ['use_aura==1 and OS=="win"', {
|
| - 'use_ash%': 1,
|
| - }],
|
| - ['use_ash==1', {
|
| - 'use_aura%': 1,
|
| + # Ash needs Aura.
|
| + ['use_aura==0', {
|
| + 'use_ash%': 0,
|
| }],
|
|
|
| # Whether we're a traditional desktop unix.
|
|
|